ARM templates: The resource is not defined in the template
Can anyone help me with the issue I am having when I am trying to deploy multiple resources via ARM templates?
Since I want to deploy resources which are scoped on different levels, I am using nested ARM templates. The structure of resources I want to deploy is like below.
ARM template with list of resources in different resource groups
I have to update some existing ARM templates to deploy a pair of resources (NSG, VNet) to multiple resource groups, where the resource groups are passed to the template as an array.