Runbook
Azure Web App Performance Downtime or Slowness due to High Traffic
Back to Runbooks
Overview
This incident type refers to situations where an Azure web app experiences slow performance or downtime due to increased traffic. When the traffic to a web app increases, it can overload the server, causing it to respond slowly or even crash. This can lead to downtime, which can affect the user experience and impact the business. To resolve this issue, the web app can be scaled vertically (scale up/down) or horizontally (scale out/in) based on traffic patterns. Auto-scaling rules can also be configured to handle traffic fluctuations automatically.
Parameters
Debug
Check the current status of the web app:
Check the logs of the web app to identify any errors or performance issues:
Check the current resource usage of the web app:
Check the current number of instances of the web app:
Check the current auto-scaling rules of the web app:
Repair
Scale the web app vertically (scale up/down) to increase its capacity. This involves adding more resources such as RAM, CPU, and storage to the server.
Scale the web app horizontally
Configure auto-scaling rules to handle traffic fluctuations automatically. This ensures that the web app can handle increased traffic without manually scaling up or down.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.