Scaling site in Azure [closed]

1

This question is based on this question: link

Basically I would like to know how to scale my website when I have many requests, since this is very successful.

    
asked by Marvela 02.03.2016 в 19:23
source

1 answer

3

When you set a web app you can define the criteria with which you must scale

Within the Azure Portal you would use the option All settings and then Scale Up

Here you should take into account according to the plan you have if you select a mode Shared or Basic

Remember that the price for the service will increase if you scale the site.

In this article

Scale a web app in Azure App Service

is explained in more detail

    
answered by 02.03.2016 в 19:33