Skip to content

Commit 3cc7333

Browse files
committed
Fixes for issues called out by acrolinx
1 parent a58c7b1 commit 3cc7333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/web-sites-monitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: seodec18
2121
[Azure App Service](https://go.microsoft.com/fwlink/?LinkId=529714) provides
2222
built-in monitoring functionality for web apps, mobile back ends, and API apps in the [Azure portal](https://portal.azure.com).
2323

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.
2525

2626
## Understand quotas
2727

@@ -45,7 +45,7 @@ Quotas for Free or Shared apps are:
4545
| **Filesystem** | The total amount of storage allowed. |
4646

4747
The only quota applicable to apps that are hosted in *Basic*, *Standard*, and
48-
*Premium* plans is Filesystem.
48+
*Premium* is Filesystem.
4949

5050
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).
5151

@@ -94,7 +94,7 @@ For an app, the available metrics are:
9494
| **Http 4xx** | The count of requests resulting in an HTTP status code ≥ 400 but < 500. |
9595
| **Http Server Errors** | The count of requests resulting in an HTTP status code ≥ 500 but < 600. |
9696
| **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.|
9898
| **IO Read Bytes Per Second** | The rate at which the app process is reading bytes from I/O operations.|
9999
| **IO Read Operations Per Second** | The rate at which the app process is issuing read I/O operations.|
100100
| **IO Write Bytes Per Second** | The rate at which the app process is writing bytes to I/O operations.|

0 commit comments

Comments
 (0)