F5Networks / f5-azure-arm-templates-v2

Azure Resource Manager Templates for quickly deploying BIG-IP services in Azure
22 stars 45 forks source link

Cannot select Region Deployment options using Click to Deploy Azure Portal Option #36

Open thnguyenf5 opened 6 months ago

thnguyenf5 commented 6 months ago

Hello I get an error when I deploy the failover ARMv2 template using the click to deploy - https://github.com/F5Networks/f5-azure-arm-templates-v2/tree/main/examples/failover#deploying-via-the-azure-deploy-button.

Specifically, when I select my resource group, there's no longer an option to modify my Deployment Location.

My resource group has VNETs in multiple Azure Regions and I cannot select the drop down after the resource group is selected.

mikeshimkus commented 6 months ago

@thnguyenf5 Can you elaborate on which template parameter is missing?

thnguyenf5 commented 6 months ago

Hello, when I first launch the template, The Region selection under Instance Details is available. As seen in Image 1.
image1

When I then select the correct subscription and resource group, the region is auto selected and I can no longer edit it. See image 2.

image2

mikeshimkus commented 6 months ago

That setting is controlled by Azure, not the template. I believe it's expected behavior that once you select a resource group, you are required to create the deployment in the same region as the group. This doesn't have any effect on how the template uses regions.

Assuming you are deploying the existing stack template, are you getting an error when you provide the subnet IDs from another region?