f5-azure-arm-templates-v2 icon indicating copy to clipboard operation
f5-azure-arm-templates-v2 copied to clipboard

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

Open anissaschilling opened this issue 1 year ago • 1 comments

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

anissaschilling avatar Mar 06 '24 18:03 anissaschilling

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.

mikeshimkus avatar Mar 06 '24 19:03 mikeshimkus