You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
built-in monitoring functionality for web apps, mobile back ends, and API apps in the [Azure portal](https://portal.azure.com).
23
23
24
-
In the Azure portal, you can review *quotas* and *metrics* for an app, review the App Service plan, and automatically set up *alerts* and *scaling* that are based on the metrics.
24
+
In the Azure portal, you can review *quotas* and *metrics* for an app and App Service plan, and set up *alerts* and *auto-scaling* that are based metrics.
25
25
26
26
## Understand quotas
27
27
@@ -45,7 +45,7 @@ Quotas for Free or Shared apps are:
45
45
|**Filesystem**| The total amount of storage allowed. |
46
46
47
47
The only quota applicable to apps that are hosted in *Basic*, *Standard*, and
48
-
*Premium*plans is Filesystem.
48
+
*Premium* is Filesystem.
49
49
50
50
For more information about the specific quotas, limits, and features available to the various App Service SKUs, see [Azure Subscription service limits](../azure-subscription-service-limits.md#app-service-limits).
51
51
@@ -94,7 +94,7 @@ For an app, the available metrics are:
94
94
|**Http 4xx**| The count of requests resulting in an HTTP status code ≥ 400 but < 500. |
95
95
|**Http Server Errors**| The count of requests resulting in an HTTP status code ≥ 500 but < 600. |
96
96
|**IO Other Bytes Per Second**| The rate at which the app process is issuing bytes to I/O operations that do not involve data, such as control operations.|
97
-
|**IO Other Operations Per Second**| The rate at which the app process is issuing I/O operations that are neither read nor write operations.|
97
+
|**IO Other Operations Per Second**| The rate at which the app process is issuing I/O operations that are not read or write operations.|
98
98
|**IO Read Bytes Per Second**| The rate at which the app process is reading bytes from I/O operations.|
99
99
|**IO Read Operations Per Second**| The rate at which the app process is issuing read I/O operations.|
100
100
|**IO Write Bytes Per Second**| The rate at which the app process is writing bytes to I/O operations.|
0 commit comments