Skip to content

Commit b412131

Browse files
committed
Typo fix - update to monitoring Azure Functions article
Change occurences of "Web App" to "Function App".
1 parent 486571d commit b412131

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/monitor-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ The following table lists common and recommended alert rules for Functions.
100100
| Metric | Average connections| When number of connections exceed a set value|
101101
| Metric | HTTP 404| When HTTP 404 responses exceed a set value|
102102
| Metric | HTTP Server Errors| When HTTP 5xx errors exceed a set value|
103-
| Activity Log | Create or Update Web App | When app is created or updated|
104-
| Activity Log | Delete Web App | When app is deleted|
105-
| Activity Log | Restart Web App| When app is restarted|
106-
| Activity Log | Stop Web App| When app is stopped|
103+
| Activity Log | Create or Update Function App | When app is created or updated|
104+
| Activity Log | Delete Function App | When app is deleted|
105+
| Activity Log | Restart Function App| When app is restarted|
106+
| Activity Log | Stop Function App| When app is stopped|
107107

108108
## Next steps
109109

0 commit comments

Comments
 (0)