Skip to content

Commit 913dd55

Browse files
authored
Merge pull request #106016 from mahab339/mahab-patch3
Typo fix - update to monitoring Azure Functions article
2 parents 7943bf4 + 9812ac5 commit 913dd55

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)