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/azure-monitor/app/proactive-arm-config.md
+23-24Lines changed: 23 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,6 @@ You can configure the following settings for a smart detection rule:
25
25
To allow configuring the rule settings via Azure Resource Manager, the smart detection rule configuration is now available as an inner resource within the Application Insights resource, named **ProactiveDetectionConfigs**.
26
26
For maximal flexibility, each smart detection rule can be configured with unique notification settings.
27
27
28
-
##
29
-
30
28
## Examples
31
29
32
30
Below are a few examples showing how to configure the settings of smart detection rules using Azure Resource Manager templates.
@@ -127,12 +125,33 @@ Make sure to replace the Application Insights resource name, and to specify the
127
125
128
126
```
129
127
128
+
129
+
## Smart detection rule names
130
+
131
+
Below is a table of smart detection rule names as they appear in the portal, along with their internal names, that should be used in the Azure Resource Manager template.
132
+
133
+
> [!NOTE]
134
+
> Smart detection rules marked as _preview_ don’t support email notifications. Therefore, you can only set the _enabled_ property for these rules.
135
+
136
+
| Azure portal rule name | Internal name
137
+
|:---|:---|
138
+
| Slow page load time | slowpageloadtime |
139
+
| Slow server response time | slowserverresponsetime |
140
+
| Long dependency duration | longdependencyduration |
141
+
| Degradation in server response time | degradationinserverresponsetime |
142
+
| Degradation in dependency duration | degradationindependencyduration |
143
+
| Degradation in trace severity ratio (preview) | extension_traceseveritydetector |
144
+
| Abnormal rise in exception volume (preview) | extension_exceptionchangeextension |
| Abnormal rise in daily data volume (preview) | extension_billingdatavolumedailyspikeextension |
148
+
130
149
### Failure Anomalies alert rule
131
150
132
151
This Azure Resource Manager template demonstrates configuring a Failure Anomalies alert rule with a severity of 2. This new version of the Failure Anomalies alert rule is part of the new Azure alerting platform, and replaces the classic version that is being retired as part of the [classic alerts retirement process](https://azure.microsoft.com/updates/classic-alerting-monitoring-retirement/).
133
152
134
153
> [!NOTE]
135
-
> Failure Anomalies is a global service therefore rule location is create on the global location.
154
+
> Failure Anomalies is a global service therefore rule location is created on the global location.
136
155
137
156
```json
138
157
{
@@ -163,27 +182,7 @@ This Azure Resource Manager template demonstrates configuring a Failure Anomalie
163
182
```
164
183
165
184
> [!NOTE]
166
-
> This Azure Resource Manager template is unique to the Failure Anomalies alert rule and is different from the other classic Smart Detection rules described in this article.
167
-
168
-
## Smart detection rule names
169
-
170
-
Below is a table of smart detection rule names as they appear in the portal, along with their internal names, that should be used in the Azure Resource Manager template.
171
-
172
-
> [!NOTE]
173
-
> Smart detection rules marked as _preview_ don’t support email notifications. Therefore, you can only set the _enabled_ property for these rules.
174
-
175
-
| Azure portal rule name | Internal name
176
-
|:---|:---|
177
-
| Slow page load time | slowpageloadtime |
178
-
| Slow server response time | slowserverresponsetime |
179
-
| Long dependency duration | longdependencyduration |
180
-
| Degradation in server response time | degradationinserverresponsetime |
181
-
| Degradation in dependency duration | degradationindependencyduration |
182
-
| Degradation in trace severity ratio (preview) | extension_traceseveritydetector |
183
-
| Abnormal rise in exception volume (preview) | extension_exceptionchangeextension |
| Abnormal rise in daily data volume (preview) | extension_billingdatavolumedailyspikeextension |
185
+
> This Azure Resource Manager template is unique to the Failure Anomalies alert rule and is different from the other classic Smart Detection rules described in this article. If you want to manage Failure Anomalies manually this is done in Azure Monitor Alerts whereas all other Smart Detection rules are managed in the Smart Detection pane of the UI.
0 commit comments