-1

I have a Azure VM in one region which is in East US. To improve performance I want to have this VM serve multiple regions(Ex: WestEurope, SouthEastAsia, West US) as well. Do I need to create fresh VMs in all regions? Or there is any better way to do this using a single VM which will server multiple regions?

1 Answers1

0

Technically Azure Front Door might work for you if you are serving http requests from the vm (it has caching). but in a general sense - you need to deploy the vm to every region. You can use scripts\arm templates to streamline this process

4c74356b41
  • 69,186
  • 6
  • 100
  • 141