Skip to content

Commit d099d55

Browse files
Merge pull request #267808 from jeffpatt24/patch-5
Update files-monitoring-alerts.md
2 parents a793da8 + e73db9f commit d099d55

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

articles/storage/files/files-monitoring-alerts.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
services: storage
66
ms.service: azure-file-storage
77
ms.topic: how-to
8-
ms.date: 02/13/2024
8+
ms.date: 03/01/2024
99
ms.author: kendownie
1010
ms.custom: monitoring
1111
---
@@ -37,6 +37,7 @@ The following table lists some example scenarios to monitor and the proper metri
3737
| File share is throttled. | Metric: Transactions<br>Dimension name: Response type <br>Dimension name: FileShare (premium file share only) |
3838
| File share size is 80% of capacity. | Metric: File Capacity<br>Dimension name: FileShare (premium file share only) |
3939
| File share egress has exceeded 500 GiB in one day. | Metric: Egress<br>Dimension name: FileShare (premium file share only) |
40+
| File share availability is less than 99.9%. | Metric: Availability<br>Dimension name: FileShare (premium file share only) |
4041

4142
## How to create an alert if a file share is throttled
4243

@@ -132,7 +133,7 @@ To create an alert that will notify you if a file share is being throttled, foll
132133

133134
9. Select **Review + create** to create the alert.
134135

135-
## Create an alert for high server latency
136+
## How to create an alert for high server latency
136137

137138
To create an alert for high server latency (average), follow these steps.
138139

@@ -158,6 +159,35 @@ To create an alert for high server latency (average), follow these steps.
158159

159160
8. Select **Review + create** to create the alert.
160161

162+
## How to create an alert if the Azure file share availability is less than 99.9%
163+
164+
1. Open the **Create an alert rule** dialog box. For more information, see [Create or edit an alert rule](/azure/azure-monitor/alerts/alerts-create-new-alert-rule).
165+
166+
2. In the **Condition** tab, select the **Availability** metric.
167+
168+
3. In the **Alert logic** section, provide the following:
169+
- **Threshold** = **Static**
170+
- **Aggregation type** = **Average**
171+
- **Operator** = **Less than**
172+
- **Threshold value** enter **99.9**
173+
174+
4. In the **Split by dimensions** section:
175+
- Select the **Dimension name** drop-down and select **File Share**.
176+
- Select the **Dimension values** drop-down and select the file share(s) that you want to alert on.
177+
178+
> [!NOTE]
179+
> If the file share is a standard file share, the **File Share** dimension won't list the file share(s) because per-share metrics aren't available for standard file shares. Availability alerts for standard file shares will be at the storage acount level.
180+
181+
6. In the **When to evaluate** section, select the following:
182+
- **Check every** = **5 minutes**
183+
- **Lookback period** = **1 hour**
184+
185+
7. Click **Next** to go to the **Actions** tab and add an action group (email, SMS, etc.) to the alert. You can select an existing action group or create a new action group.
186+
187+
8. Click **Next** to go to the **Details** tab and fill in the details of the alert such as the alert name, description, and severity.
188+
189+
9. Select **Review + create** to create the alert.
190+
161191
## Related content
162192

163193
- [Monitor Azure Files](storage-files-monitoring.md)

articles/storage/files/storage-files-monitoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ The following table lists common and recommended alert rules for Azure Files and
232232
|Metric | File share size is 80% of capacity. | File Capacity<br>Dimension name: FileShare (premium file share only) |
233233
|Metric | File share egress exceeds 500 GiB in one day. | Egress<br>Dimension name: FileShare (premium file share only) |
234234
|Metric | High server latency. | Success Server Latency<br>Dimension name: API Name, for example Read and Write API|
235+
|Metric | File share availability is less than 99.9%. | Availability<br>Dimension name: FileShare (premium file share only) |
235236

236237
For instructions on how to create alerts on throttling, capacity, egress, and high server latency, see [Create monitoring alerts for Azure Files](files-monitoring-alerts.md).
237238

0 commit comments

Comments
 (0)