From 21fa9a3d437d15fcfad30a6b784250008c808f7b Mon Sep 17 00:00:00 2001 From: Will Tsai <28876888+willtsai@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:03:07 -0700 Subject: [PATCH] add Connections crosslinks to Existing app tutorial Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --- docs/content/tutorials/tutorial-add-radius/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/tutorials/tutorial-add-radius/index.md b/docs/content/tutorials/tutorial-add-radius/index.md index 6f5a3bd12..bffc6e2dd 100644 --- a/docs/content/tutorials/tutorial-add-radius/index.md +++ b/docs/content/tutorials/tutorial-add-radius/index.md @@ -321,4 +321,5 @@ This output shows that Radius has detected the three container resources in the - To learn more about authoring Radius applications, visit the [Authoring applications guide]({{< ref "guides/author-apps" >}}) - To learn more about deploying applications using Radius, visit the [Deploying applications guide]({{< ref "guides/deploy-apps" >}}) +- To learn more about using [Radius Connections]({{< ref "guides/author-apps/containers/overview#connections" >}}) to connect your containers and resources, visit the [Connect to dependencies guide]({{< ref "guides/author-apps/containers/howto-connect-dependencies" >}}) - To learn more about Radius Recipes, visit the [Recipes guide]({{< ref "guides/recipes" >}})