Skip to content

Commit

Permalink
Rename app connections (#1129)
Browse files Browse the repository at this point in the history
Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
Reshrahim authored Jun 18, 2024
1 parent c2503e2 commit fc027e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Connections from a container to a resource result in environment variables for c
Radius Connections are more than just environment variables and configuration. You can also access the "application graph" and understand the connections within your application with the following command:

```bash
rad app connections -a demo
rad app graph -a demo
```

You should see the following output, detailing the connections between the `demo` container and the `db` Redis cache, along with information about the underlying Kubernetes resources running the app:
Expand Down

0 comments on commit fc027e3

Please sign in to comment.