Scaling Up And Scaling Out In Azure Web Sites

Azure App Service support increases performance and throughput for your web apps on Microsoft Azure. Three types of plans are available in Azure Web Apps. They are Free mode to Shared, Basic, Standard, or Premium mode.

You can see my previous articles for creating Azure Websites here,

Prerequisites

  • Azure account

Let's get started with the following steps:

Firstly, Sign in to the online Microsoft Azure Portal.

Scaling Up in Azure Web Sites

In the web app's blade in the Portal, click All settings, then click Scale Up.



In the Choose your pricing tier blade, choose either Shared or a Basic mode, then click Select. Now you can scale up your web Apps.

Scaling Out in Azure Web Sites

In the web app's blade in the Portal, click All settings, then click Scale Out.

   

Now you can select instance count that I selected manually in the drop down, slide the Instance bar from left to right to increase the number of instances, then click Save.

Next Recommended Readings