Forum Discussion
Admin O365
May 15, 2019Brass Contributor
Automatic Failover using ASR?
Is it possible to have automated failover of VM`s to another paired region? Business Requirement: IF a VM goes down in late evening hours (no operation resource available). Is it possible to perfor...
Admin O365
May 16, 2019Brass Contributor
Hannes_LG
May 16, 2019Brass Contributor
Hi,
did you think about to migrate that application from IaaS to PaaS?
With PaaS it’s „simple“ to design an application over two regions
- WebApp
-DBaaS with geo replication
-Azure Traffic manager or front door for global loadbalancing
If you cannot migrate to PaaS it’s also possible with IaaS:
-Global VNet peering over your sites
-SQL always on on each site
-IIS on each site
-Azure Traffic manager with priority configuration
With that solution you have an active active solution.
Hope that helps.
Regards,
Hannes
did you think about to migrate that application from IaaS to PaaS?
With PaaS it’s „simple“ to design an application over two regions
- WebApp
-DBaaS with geo replication
-Azure Traffic manager or front door for global loadbalancing
If you cannot migrate to PaaS it’s also possible with IaaS:
-Global VNet peering over your sites
-SQL always on on each site
-IIS on each site
-Azure Traffic manager with priority configuration
With that solution you have an active active solution.
Hope that helps.
Regards,
Hannes