Skip to content

Commit 4d7f21f

Browse files
added momitors section for azure storage app
1 parent b1f3844 commit 4d7f21f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/integrations/microsoft-azure/azure-storage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,18 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
350350

351351
<AppUninstall/>
352352

353+
### Azure Cache for Redis alerts
354+
These alerts are metric based and will work for all Azure Cache for Redis.
355+
356+
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
357+
|:------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------|:--------------------|
358+
| `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+
353365
## Troubleshooting
354366

355367
### HTTP Logs and Metrics Source used by Azure Functions

0 commit comments

Comments
 (0)