Implementing Azure Cloud Design Patterns
上QQ阅读APP看书,第一时间看更新

Multiple VMs

Now you've learned everything about deploying of a single VM, but in real life, usually there is more than only one VM instance. In principle, you need to provide the same Azure resources for several VM instances, as when deploying only one. Nevertheless, there are differences and I will now explain them.

Take a look at the following diagram:

We start with the most important innovation in this representation.