From c3b12df9e8cfe149530126b0eb6a2dea4ca4c01f Mon Sep 17 00:00:00 2001 From: Filipe Revez Date: Thu, 6 Jun 2024 11:41:02 +0100 Subject: [PATCH 1/2] Update command to view deployed container in tutorial Signed-off-by: Filipe Revez --- docs/content/tutorials/new-app/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorials/new-app/index.md b/docs/content/tutorials/new-app/index.md index c5f26c471..74de7f1b6 100644 --- a/docs/content/tutorials/new-app/index.md +++ b/docs/content/tutorials/new-app/index.md @@ -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: From 23a5974ff04b49b40df87af2ba1dc5cbe1dcc195 Mon Sep 17 00:00:00 2001 From: Filipe Revez Date: Thu, 6 Jun 2024 11:53:07 +0100 Subject: [PATCH 2/2] Fixed another wrong rad app connections command Signed-off-by: Filipe Revez --- docs/content/tutorials/new-app/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorials/new-app/index.md b/docs/content/tutorials/new-app/index.md index 74de7f1b6..24e8920f1 100644 --- a/docs/content/tutorials/new-app/index.md +++ b/docs/content/tutorials/new-app/index.md @@ -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: