Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

force deployment to use availability sets in azure

Mario_Franco
Altocumulus
Altocumulus

Hi Folks,

we are implementing an F5 cluster in azure, however, the company doesn't want to use availability zones, instead they prefer to use availability sets, i'm using this template https://github.com/F5Networks/f5-azure-arm-templates/tree/main/supported/failover/same-net/via-lb/3n... but when I deploy it, it defaults to using 2 zones, is there a way to force it to use availability sets?

Thanks

1 ACCEPTED SOLUTION

JRahm
Community Manager
Community Manager

Hi @Mario_Franco, I reached out to a coworker and he mentioned that you need to edit the template and set the zonesAvailable variable to false instead of the logic it uses to query the api for enabled zones.

View solution in original post

2 REPLIES 2

JRahm
Community Manager
Community Manager

Hi @Mario_Franco, I reached out to a coworker and he mentioned that you need to edit the template and set the zonesAvailable variable to false instead of the logic it uses to query the api for enabled zones.

Just as a note the Azure Global Loadbalancer could possibly also be used for F5 devices in a scale set.