Skip to content

Commit

Permalink
Update repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohaizh committed Aug 15, 2019
1 parent 9c0005d commit a70faef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ languages:
- csharp
products:
- azure
services: Monitor
platforms: dotnet
author: yaohaizh
extensions:
- services: Monitor
- platforms: dotnet
---

# Configuring autoscale settings to scale out based on webapp request count statistic. #

This sample shows how to programmatically implement scenario described <a href="https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitor-tutorial-autoscale-performance-schedule">here</a>.
- 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
This sample shows how to programmatically implement scenario described <a href="https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitor-tutorial-autoscale-performance-schedule">here</a>.
- 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


## Running this Sample ##
Expand Down

0 comments on commit a70faef

Please sign in to comment.