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: articles/storage/files/files-monitoring-alerts.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: khdownie
5
5
services: storage
6
6
ms.service: azure-file-storage
7
7
ms.topic: how-to
8
-
ms.date: 02/13/2024
8
+
ms.date: 03/01/2024
9
9
ms.author: kendownie
10
10
ms.custom: monitoring
11
11
---
@@ -37,6 +37,7 @@ The following table lists some example scenarios to monitor and the proper metri
37
37
| File share is throttled. | Metric: Transactions<br>Dimension name: Response type <br>Dimension name: FileShare (premium file share only) |
38
38
| File share size is 80% of capacity. | Metric: File Capacity<br>Dimension name: FileShare (premium file share only) |
39
39
| 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) |
40
41
41
42
## How to create an alert if a file share is throttled
42
43
@@ -132,7 +133,7 @@ To create an alert that will notify you if a file share is being throttled, foll
132
133
133
134
9. Select **Review + create** to create the alert.
134
135
135
-
## Create an alert for high server latency
136
+
## How to create an alert for high server latency
136
137
137
138
To create an alert for high server latency (average), follow these steps.
138
139
@@ -158,6 +159,35 @@ To create an alert for high server latency (average), follow these steps.
158
159
159
160
8. Select **Review + create** to create the alert.
160
161
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.
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-monitoring.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@ The following table lists common and recommended alert rules for Azure Files and
232
232
|Metric | File share size is 80% of capacity. | File Capacity<br>Dimension name: FileShare (premium file share only) |
233
233
|Metric | File share egress exceeds 500 GiB in one day. | Egress<br>Dimension name: FileShare (premium file share only) |
234
234
|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) |
235
236
236
237
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).
0 commit comments