Skip to content

Commit a460675

Browse files
authored
Update files-monitoring-alerts.md
1 parent 881cc7b commit a460675

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-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:
169+
- For **Threshold,**select **Static**
170+
- For **Aggregation type,**select **Average**
171+
- For **Operator,**select **Less than**
172+
- For **Threshold value,**enter **99.9**
173+
174+
3. 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+
4. In the **When to evaluate** section:
182+
- For **Check every,**select **5 minutes**
183+
- For **Lookback period,**select **1 hour**
184+
185+
5. 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+
6. 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+
7. Select **Review + create** to create the alert.
190+
161191
## Related content
162192

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

0 commit comments

Comments
 (0)