26-Jul-2022 20:44
We have created 2 device in Azure F5 . Both device are in different resources group. Both device has different vnet in respective resource group.
I am able to access both device with private ip. But I tried to make HA failover connection between both device as on-prem device.
I was thinking to try of GitHub ARM Template, but this is taking only 1 resources group. But we have to use 2 resources group.
Could someone please help me to work for this?
27-Jul-2022 05:41
Haven't worked with Azure but if it's anything like Google cloud you won't be able to create a HA failover since it depends on L2. Only solutions I've heard of is to use Active-Active and use the loadbalancer from your cloud vendor to distribute traffic between the two. Just don't forget to setup proper health monitoring.
Perhaps someone with more experience in the area could chip in/validate?
11-Dec-2022 22:51
Thanks.
Finally we built HA pair in same resource group. We gave up idea for different resources group as seems it didn't work. Yes this is L2 for HA, but you would need to add IP on Azure portal. It helps to build HA in same resource group.
15-Dec-2022 12:09
Hey - I'm sorry the idea didn't work, but thanks for following up and letting us know what happened, @Shailabh.