F5Networks / f5-azure-arm-templates-v2

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

Provide a drop down menu to select specific availability zone to deploy Big IP VM in #38

Open anissaschilling opened 6 months ago

anissaschilling commented 6 months ago

We would like the ability to specify the availability zone we would like to deploy the Big IP VM in to. For example - Azure US East has 3 availability zones... AZ1, AZ2, AZ3

mikeshimkus commented 6 months ago

Hi @anissaschilling, I created internal issue #473 to track this. Right now, you can modify the templates during deployment to use the desired zone(s). For example, in the failover template:

https://github.com/F5Networks/f5-azure-arm-templates-v2/blob/b2cab6429f1b027c7a0e0daade1164e627bdaeb2/examples/failover/azuredeploy.json#L689

https://github.com/F5Networks/f5-azure-arm-templates-v2/blob/b2cab6429f1b027c7a0e0daade1164e627bdaeb2/examples/failover/azuredeploy.json#L815

Since this is in the parent template, you do not need to clone and save the modified templates elsewhere. You can simply edit in place locally or in the Azure portal deployments UI.