cross region architecture implementation

Copper Contributor

Hi,

 

I need to deploy and infrastructure that completely replicate to another region, in case of disaster complete recovery to secondary region

 

infrastructure include

app service

Storage account standard and premium

Cosmos db

mysql db

key vault

firewall

Application gateway and WAF

container registry

 

We created to separate infrastructure on 2 regions and deployed traffic manager. We need to replicate storage account, app service etc to secondary region

 

in short Active/Passive architecture. 

 

expect recommendation on infrastructure implementation

1 Reply
Hello Mate, In case of yours you can use ARM templates . Or Azure introduced one more feature of it call Azure Bicep , please go through it and use it. You can also use other IAC ( Infrastructure as a Code ) tools . Thanks Shashwat