Skip to content

Commit

Permalink
Fix CPU (short) quota description
Browse files Browse the repository at this point in the history
Monitoring guidelines currently describe the CPU Time (Short) quota as the CPU quota per three-minute window. According to [App Service Limits](https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#app-service-limits), however, it is the CPU quota per five-minute window. One of these two docs is incorrect.
  • Loading branch information
rick-man authored Jul 25, 2017
1 parent a7eb0d2 commit 4c9ff97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/app-service-web/web-sites-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Medium, Large) and **instance count** (1, 2, 3, ...) of the **App Service plan**
**Quotas** for **Free** or **Shared** apps are:

* **CPU(Short)**
* Amount of CPU allowed for this application in a 3-minute interval. This
quota re-sets every 3 minutes.
* Amount of CPU allowed for this application in a 5-minute interval. This
quota re-sets every 5 minutes.
* **CPU(Day)**
* Total amount of CPU allowed for this application in a day. This quota
re-sets every 24 hours at midnight UTC.
Expand Down

0 comments on commit 4c9ff97

Please sign in to comment.