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
|`Azure Storage - Availability`| This alert is triggered when average Availability is less than 90%. Also, a warning type alert will be triggered when average Availability is less than 95%. | Percentage <= 90 | Percentage > 90 |
359
+
|`Azure Storage - Success E2E Latency`| This alert is triggered when Success E2E Latency is greater than 1000 MilliSeconds. | MilliSeconds >= 1000 | MilliSeconds < 1000 |
360
+
|`Azure Storage - Success Server Latency`| This alert is triggered when Success Server Latency greater than 1000. | MilliSeconds >= 1000 | MilliSeconds < 1000 |
361
+
|`Azure Storage - Transactions`| This alert is triggered when Transactions count greater than 500. | Count >= 500 | Count < 500 |
362
+
|`Azure Storage - Used Capacity(GB)`| This alert is triggered when Used Capacity(GB) greater than 100. | Byted(GB) >= 100 | Byted(GB) < 100 |
363
+
364
+
353
365
## Troubleshooting
354
366
355
367
### HTTP Logs and Metrics Source used by Azure Functions
0 commit comments