From f7f129c646bdc5d7e80503d2174ca6ea14007bba Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:28:45 +0000 Subject: [PATCH] Added a note linking to the limitations page Signed-off-by: jasonviviano <83607984+jasonviviano@users.noreply.github.com> --- docs/content/guides/recipes/howto-private-registry/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/guides/recipes/howto-private-registry/index.md b/docs/content/guides/recipes/howto-private-registry/index.md index 68c8af4cd..518c2b154 100644 --- a/docs/content/guides/recipes/howto-private-registry/index.md +++ b/docs/content/guides/recipes/howto-private-registry/index.md @@ -65,6 +65,8 @@ rad deploy ./env.bicep -p pat=****** Your Radius Environment is now ready to utilize your Radius Recipes stored inside your private registry. For more information on Radius Recipes visit the [Recipes overview page]({{< ref "/guides/recipes/overview" >}}). +> Note currently there's a bug preventing the usage of `rad recipe show` for Radius Recipes registered from private registries, see the [Radius limitations page]({{< ref "limitations#terraform-private-registries" >}}) for more info. + ## Cleanup You can delete a Radius Environment by running the following command: