Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/content/tutorials/new-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Radius Applications are where all your app's resources and relationships come to
demo Applications.Core/containers
```

1. Run `rad app connections` again to see the container you just deployed:
1. Run `rad app graph` again to see the container you just deployed:

```bash
rad app connections
rad app graph
```

You should see the container you just deployed, along with the underlying Kubernetes resources that were created to run it:
Expand Down Expand Up @@ -262,10 +262,10 @@ In addition to containers, you can add dependencies like Redis caches, Dapr Stat

1. Press CTRL+C to terminate the port-forward and log stream.

1. Run `rad app connections` again to see the new dependency:
1. Run `rad app graph` again to see the new dependency:

```bash
rad app connections
rad app graph
```

You should see the container and Mongo database you just deployed, along with the underlying Kubernetes resources that were created to run them:
Expand Down