PaloAltoNetworks / azure-applicationgateway

Scale out security for web deployments using VM-Series firewalls and Azure Application Gateway web load balancer
27 stars 52 forks source link

Deployment error when deploying into existing RG - reference resource not found #11

Open jlizarazo opened 5 years ago

jlizarazo commented 5 years ago

The script is trying to reference /subscriptions/"subscriptionID"/resourceGroups/RG-Network/providers/Microsoft.Network/virtualNetworks/VNET-Network/subnets/FW-Management but the resource doesn't exist in that resource group, it's in a separate RG, is there any way to change the script to point to the correct location instead of deploying and the separate RG that has unrelated resources in it?