Issue with Deployment of EventGridDomain and ServiceBus BICEP Module #8139
-
Hi Team I have an issue with one of the BICEP Module. I have 2 modules created for 2 of the services, And each service will be deployed into different resource groups. Lets say, One of the module has a resource called Servicebus in one Resourcegroup. However the eventgrid has a dependency for eventsubscription endpoint type as Servicebustopic. In order to acheive this, I am using the existing resource type for servicebus in the eventgrid module and referring the servicebustopic name as parameter. This servicebustopicname value. I am pulling it from the resourcename of servicebus topic which i am creating in service bus module However, when i deploy the service bus module, it is successfully deployed without any issues. But when it comes to the eventgrid module deployment. I get this error. New-AzResourceGroupDeployment: The deployment 'test-rg-evt' failed with error(s). Showing 1 out of 1 error(s). I dont understand the issue as i am not passing any array values anywhere in the whole context. Can someone please guide me on this if possible ? I am pretty much new to BICEP and trying to learn it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 32 replies
-
Hey @rebuildtech! Can you please share your code? Both the module templates and your main file. |
Beta Was this translation helpful? Give feedback.
Hey @rebuildtech! Can you please share your code? Both the module templates and your main file.