From 4c9ff97f2fce358f9f1438ca041b99f34256987c Mon Sep 17 00:00:00 2001 From: Rick Manning Date: Tue, 25 Jul 2017 11:54:03 -0700 Subject: [PATCH] Fix CPU (short) quota description 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. --- articles/app-service-web/web-sites-monitor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/app-service-web/web-sites-monitor.md b/articles/app-service-web/web-sites-monitor.md index 233f9dab0bddb..b89853d598928 100644 --- a/articles/app-service-web/web-sites-monitor.md +++ b/articles/app-service-web/web-sites-monitor.md @@ -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.