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
Copy file name to clipboardExpand all lines: docs/integrations/microsoft-azure/azure-functions.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ Use this dashboard to:
220
220
221
221
### Administrative Operations
222
222
223
-
The **Azure SQL - Administrative Operations** dashboard provides details on read/write/delete specific changes, different operations used, the top 10 operations that caused the most errors, and users performing admin operations.
223
+
The **Azure Functions - Administrative Operations** dashboard provides details on read/write/delete specific changes, different operations used, the top 10 operations that caused the most errors, and users performing admin operations.
224
224
225
225
Use this dashboard to:
226
226
* Identify top users performing administrative operations.
|`Azure Functions - Average Response Time`| This alert gets triggered when there is high response time detected in any Azure Function. | Count < 1 | Count >= 1 |
255
+
|`Azure Functions - Delete function app`| This alert gets triggered when a function app is deleted. | Count >= 1 | Count < 1 |
256
+
|`Azure Functions - Health Check Status`| This alert gets triggered when there is Health Check Status average drops less than 100. | Count < 100 | Count >= 100 |
257
+
|`Azure Functions - Http 4xx Error`| This alert gets triggered when HTTP 4xx errors are high in the Azure Functions. | Count > 25 | Count =< 25 |
258
+
|`Azure Functions - Https Server Error`| This alert gets triggered when HTTP 5xx errors are high in the Azure Functions. | Count > 25 | Count =< 25 |
259
+
260
+
232
261
## Upgrade/Downgrade the Azure Functions app (Optional)
233
262
234
263
import AppUpdate from '../../reuse/apps/app-update.md';
0 commit comments