-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a new limitation to call out typos in radius resource type #1405
Adding a new limitation to call out typos in radius resource type #1405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vishwahiremat a couple of comments. Let's also get a PM review on this. Thanks.
@@ -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 will result in an 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploying a Radius Resources with a typo in the resource type will result in an 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: | |
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/ | ||
``` | ||
|
||
As a workaround make sure to use correct resource type names while defining radius resources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a workaround make sure to use correct resource type names while defining radius resources. | |
We are working on making this error clearer. In the meantime, when you see this error please make sure to ensure that the resource type name is correctly specified while defining radius resources in your application/environment bicep file. |
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 make sure to ensure that the resource type name is correctly specified while defining radius resources in your application/environment bicep file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are working on making this error clearer. In the meantime, when you see this error please make sure to ensure that the resource type name is correctly specified while defining radius resources in your application/environment bicep file. | |
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. |
Signed-off-by: Vishwanath Hiremath <[email protected]>
This reverts commit a8f22c5. Signed-off-by: Vishwanath Hiremath <[email protected]>
Signed-off-by: Vishwanath Hiremath <[email protected]>
Signed-off-by: Vishwanath Hiremath <[email protected]>
Signed-off-by: Vishwanath Hiremath <[email protected]>
Signed-off-by: Vishwanath Hiremath <[email protected]>
9cf1bfd
to
c7a1508
Compare
Today if there is a typo is radius resource types, it throws an error 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/
adding it in the docs .