Skip to content

Commit f9246e3

Browse files
authored
Merge pull request #109103 from mrbullwinkle/mrb_03_25_2020_failure_anomalies
Clarify Failure Anomalies absence from the Smart Detection Table
2 parents 28bdff2 + 3208e09 commit f9246e3

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

articles/azure-monitor/app/proactive-arm-config.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ You can configure the following settings for a smart detection rule:
2525
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**.
2626
For maximal flexibility, each smart detection rule can be configured with unique notification settings.
2727

28-
##
29-
3028
## Examples
3129

3230
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
127125

128126
```
129127

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 |
145+
| Potential memory leak detected (preview) | extension_memoryleakextension |
146+
| Potential security issue detected (preview) | extension_securityextensionspackage |
147+
| Abnormal rise in daily data volume (preview) | extension_billingdatavolumedailyspikeextension |
148+
130149
### Failure Anomalies alert rule
131150

132151
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/).
133152

134153
> [!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.
136155
137156
```json
138157
{
@@ -163,27 +182,7 @@ This Azure Resource Manager template demonstrates configuring a Failure Anomalie
163182
```
164183

165184
> [!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 |
184-
| Potential memory leak detected (preview) | extension_memoryleakextension |
185-
| Potential security issue detected (preview) | extension_securityextensionspackage |
186-
| 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.
187186
188187
## Next Steps
189188

0 commit comments

Comments
 (0)