diff --git a/.github/config/en-custom.txt b/.github/config/en-custom.txt index 456f5447f..2886f6b68 100644 --- a/.github/config/en-custom.txt +++ b/.github/config/en-custom.txt @@ -1296,4 +1296,5 @@ DaprConfigurationStoreProperties configurationStores configurationstores Oras -oras \ No newline at end of file +oras +DeploymentTemplate \ No newline at end of file diff --git a/docs/content/reference/limitations.md b/docs/content/reference/limitations.md index 15de00680..aee8fb314 100644 --- a/docs/content/reference/limitations.md +++ b/docs/content/reference/limitations.md @@ -44,6 +44,14 @@ Error - Type: IncludeError, Status: True, Reason: RootIncludesRoot, Message: roo As a workaround make sure to use distinct names for both containers and gateways. +### Typos in Radius Resource Type Names +Deploying a Radius Resources with a typo in the resource type or an unsupported resource type will result in an Azure provider related error being thrown during deployment. For example, when `Application.Core/Extenders` is defined as `Application.Core/Extender` you will get an error messaging similar to: +``` +Azure deployment failed, please ensure you have configured an Azure provider with your Radius environment: https://docs.radapp.io/guides/operations/providers/azure-provider/ +``` + +We are working on making this error clearer. In the meantime, when you see this error please ensure that the resource type name is correctly specified in your Radius Application or Environment Bicep file. + ## rad CLI ### Application and resource names are lower-cased after deployment