Sorry, didn't understand the question completely. But if you are planning to create, manage multiple VMs, have a look at VM scale sets https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview
Recommended Number of VMs?
McKinney, Mark A
1
Reputation point
When using Azure and creating VMs, what is a good baseline number for creating VMs?
2 answers
Sort by: Most helpful
-
-
Michael C. McKinnon 81 Reputation points
2020-01-11T18:11:30.937+00:00 If you want to create redundancy at least two VMs networked with a load balancer is the recommended solution. Some links here:
https://learn.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-load-balancer
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
https://learn.microsoft.com/en-us/azure/load-balancer/tutorial-load-balancer-standard-manage-portal
HTH