Workflow
1. Create a new App Service plan. Specify the desired scale and resources. 2. Create a new Azure App Service project. 3. Update the 'Scale Out' configuration to scale the application to a defined number of instances.
Welcome to the tutorial! This guide walks you through creating a simple scale-out tutorial to demonstrate how to update the application's scale.
This tutorial will help you understand how to update the scaling of your Azure App Service application. We'll create a basic scenario and then adjust the scaling to achieve a better performance balance.
1. Create a new App Service plan. Specify the desired scale and resources. 2. Create a new Azure App Service project. 3. Update the 'Scale Out' configuration to scale the application to a defined number of instances.
Go to the Azure portal, create a new App Service plan. Select the appropriate scale and resources (e.g., number of instances, memory, CPU). Ensure the plan is configured to allow scaling.
Create a new Azure App Service project. This is where the application's deployment and configuration will be managed.
In the App Service project's configuration, locate the 'Scale Out' section. Update the 'Scale' value to a specific number of instances (e.g., 3). This is the core of the tutorial.