How do I host multiple websites on a standard instance of Azure websites, is this a web hosting plan?

I want to host many websites in my copy of Azure Standard Websites. Apparently, hundreds could be inserted, although I do not plan.

As I understand it, the Instance container is a virtual machine, and the web processes inside them are returned if they are inactive. Whether these virtual machines / containers are the same as the β€œWeb Hosting Plan” and therefore are the method of adding a site to a standard instance by adding a website, select β€œWeb Hosting Plan”, etc.

So my question is: is the "Web Hosting Plan" the same as VM Server / instance, and if this is my logic above, it is correct to add several websites to the VM server, otherwise known in the azure language as "Standard" or " The main site instance?

Thank.

+4
source share
1 answer

You're right. Instance == Web Hosting Plan == VM. Settings, such as the price level level (standard or basic), auto-scaling, and usage quotas, are set at the plan level and distributed by all websites within the plan.

This relationship is much more intuitive in the new portal .

Edit: , -.

enter image description here

+7

All Articles