Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 811 Bytes

Demo.md

File metadata and controls

28 lines (15 loc) · 811 Bytes

AZ-204 Demo: Autoscale Azure Web App by using performance metrics

In the demo you will build Python app to generate CPU load. Then you will set up CPU autoscale rules and monitor scaling in and out.

Technical Requirements:

  • Azure CLI
  • VS code

Demonstration:

  1. Open demo.azcli and execute commands line by line and deploy website. Observe created rules from the Azure Portal

    m1-demo3-setup

  2. Open deployed Web App and click "start work" to start workload.

    start

  3. Monitor autoscaling history and stop the workload when the wab app scaled for more then 1 instance.

    m1-demo3-auto-scale

  4. When the workload finished the web app should scale in back to 1 instance.

    Scale Result