| page_type | sample | ||||
|---|---|---|---|---|---|
| languages |
|
||||
| products |
|
||||
| extensions |
|
This sample shows how to programmatically implement scenario described here.
- Create a Web App and App Service Plan
- Configure autoscale rules for scale-in and scale out based on the number of requests a Web App receives
- Trigger a scale-out action and watch the number of instances increase
- Trigger a scale-in action and watch the number of instances decrease
- Clean up your resources
To run this sample:
Set the environment variable AZURE_AUTH_LOCATION with the full path for an auth file. See how to create an auth file.
git clone https://github.com/Azure-Samples/monitor-dotnet-autoscale-based-on-performance.git
cd monitor-dotnet-autoscale-based-on-performance
dotnet build
bin\Debug\net452\AutoscaleSettingsBasedOnPerformanceOrSchedule.exe
Azure Management Libraries for C# Azure .Net Developer Center If you don't have a Microsoft Azure subscription you can get a FREE trial account here
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.