Mickaël Mottet
Mickaël Mottet
I guess you should use the incremental mode: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy#incremental-and-complete-deployments But in the case of the VNet, I think you should always define the Subnets in the template with the VNet.
A subnet takes part of a VNet so it's legitimate to found them in the same template than the VNet. I believe you should think about another way to achieve...
Because all the subnets should be defined in the template. You can't add subnets, one by one.
You're right. But you can't define the subnets and the VNet in separate files in a deployment.
Please create a pull request creating a new template based on you discoveries.
What are the parameters used? It's not easy to help without knowing the context.
The ```_artifactsLocationSasToken``` parameter is mandatory in your template. Did you include it?
Hi, I solved my issue with the help of a PM whom shared with me a trick. This template can help you to understand how: https://github.com/Azure/azure-quickstart-templates/tree/master/201-application-gateway-webapp-iprestriction
I think this feature is a must have for all command line tools. Azure CLI, Bicep,... all tools can be install with brew on macOS. I upvote for this! 😀
Please share the template and parameters used to reproduce the issue.