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
# Resource Manager template samples for Azure Monitor action groups
12
+
# Resource Manager template samples for action groups in Azure Monitor
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to create [action groups](../platform/action-groups.md) in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
Copy file name to clipboardExpand all lines: articles/azure-monitor/samples/resource-manager-agent.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Resource Manager template samples for Azure Monitor agents
2
+
title: Resource Manager template samples for agents
3
3
description: Sample Azure Resource Manager templates to deploy and configure Log Analytics agent and diagnostic extension in Azure Monitor.
4
4
ms.subservice: logs
5
5
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
9
9
10
10
---
11
11
12
-
# Resource Manager template samples for Azure Monitor agents
12
+
# Resource Manager template samples for agents in Azure Monitor
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to deploy and configure the [Log Analytics agent](../platform/log-analytics-agent.md) and [diagnostic extension](../platform/diagnostics-extension-overview.md) for virtual machines in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
# Resource Manager template samples for log alert rules in Azure Monitor
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to create and configure log query alerts in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
Copy file name to clipboardExpand all lines: articles/azure-monitor/samples/resource-manager-alerts-metric.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: sample
8
8
ms.date: 05/18/2020
9
9
ms.subservice: alerts
10
10
---
11
-
# Create a metric alert with a Resource Manager template
11
+
# Resource Manager template samples for metric alert rules in Azure Monitor
12
12
13
13
This article provides samples of using [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to configure [metric alert rules](../platform/alerts-metric-near-real-time.md) in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
14
14
@@ -26,7 +26,7 @@ See [Supported resources for metric alerts in Azure Monitor](../platform/alerts-
The following sample creates a metic alert rule using a single criteria and a static threshold.
29
+
The following sample creates a metric alert rule using a single criteria and a static threshold.
30
30
31
31
### Template file
32
32
@@ -240,7 +240,7 @@ The following sample creates a metic alert rule using a single criteria and a st
240
240
241
241
242
242
## Single criteria, dynamic threshold
243
-
The following sample creates a metic alert rule using a single criteria and a dynamic threshold.
243
+
The following sample creates a metric alert rule using a single criteria and a dynamic threshold.
244
244
245
245
### Template file
246
246
Save the json below as simpledynamicmetricalert.json for the purpose of this walkthrough.
@@ -490,12 +490,12 @@ Save the json below as simpledynamicmetricalert.json for the purpose of this wal
490
490
491
491
492
492
## Multiple criteria, static threshold
493
-
Metric alerts support alerting on multi-dimensional metrics and up to 5 criterions per alert rule. The following sample creates a metric alert rule on dimensional metrics and specify multiple criteria.
493
+
Metric alerts support alerting on multi-dimensional metrics and up to 5 criteria per alert rule. The following sample creates a metric alert rule on dimensional metrics and specify multiple criteria.
494
494
495
495
The following constraints apply when using dimensions in an alert rule that contains multiple criteria:
496
496
- You can only select one value per dimension within each criterion.
497
497
- You cannot use "\*" as a dimension value.
498
-
- When metrics that are configured in different criterions support the same dimension, then a configured dimension value must be explicitly set in the same way for all of those metrics in the relevant criterions.
498
+
- When metrics that are configured in different criteria support the same dimension, then a configured dimension value must be explicitly set in the same way for all of those metrics in the relevant criteria.
499
499
- In the example below, because both the **Transactions** and **SuccessE2ELatency** metrics have an **ApiName** dimension, and *criterion1* specifies the *"GetBlob"* value for the **ApiName** dimension, then *criterion2* must also set a *"GetBlob"* value for the **ApiName** dimension.
500
500
501
501
### Template file
@@ -892,7 +892,7 @@ For example, a few of the potential time series that are monitored by this alert
892
892
A single dynamic thresholds alert rule can create tailored thresholds for hundreds of metric time series (even different types) at a time, which results in fewer alert rules to manage. The following sample creates a dynamic thresholds metric alert rule on dimensional metrics.
893
893
894
894
895
-
In this sampel, the alert rule monitors the dimensions value combinations of the **ResponseType** and **ApiName** dimensions for the **Transactions** metric:
895
+
In this sample, the alert rule monitors the dimensions value combinations of the **ResponseType** and **ApiName** dimensions for the **Transactions** metric:
896
896
1.**ResponsType** - For each value of the **ResponseType** dimension, including future values, a different time series is monitored individually.
897
897
2.**ApiName** - A different time series is monitored only for the **GetBlob** and **PutBlob** dimension values.
898
898
@@ -1324,7 +1324,7 @@ Save the json below as customstaticmetricalert.json for the purpose of this walk
1324
1324
1325
1325
## Multiple resources
1326
1326
1327
-
Azure Monitor supports monitoring multiple resources of the same type with a single metric alert rule, for resources that exist in the same Azure region. This feature is currently only supported in Azure public cloud and only for Virtual machines, SQL server databases, SQL server elastic pools and Databox edge devices. Also, this feature is only available for platform metrics, and isn't supported for custom metrics.
1327
+
Azure Monitor supports monitoring multiple resources of the same type with a single metric alert rule, for resources that exist in the same Azure region. This feature is currently only supported in Azure public cloud and only for Virtual machines, SQL server databases, SQL server elastic pools and Data Box Edge devices. Also, this feature is only available for platform metrics, and isn't supported for custom metrics.
1328
1328
1329
1329
Dynamic Thresholds alerts rule can also help create tailored thresholds for hundreds of metric series (even different types) at a time, which results in fewer alert rules to manage.
Copy file name to clipboardExpand all lines: articles/azure-monitor/samples/resource-manager-diagnostic-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Resource Manager template samples for Azure Monitor diagnostic settings
2
+
title: Resource Manager template samples for diagnostic settings
3
3
description: Sample Azure Resource Manager templates to apply Azure Monitor diagnostic settings to an Azure resource.
4
4
ms.subservice: logs
5
5
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
9
9
10
10
---
11
11
12
-
# Resource Manager template samples for Azure Monitor workspaces
12
+
# Resource Manager template samples for diagnostic settings in Azure Monitor
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to create diagnostic settings for an Azure resource. Each sample includes a template file and a parameters file with sample values to provide to the template.
14
14
15
15
To create a diagnostic setting, add a resource of type <resourcenamespace>/providers/diagnosticSettings to the template. This article provides examples for two different resource types, but the same pattern can be applied to other resource types. The collection of allowed logs and metrics will vary for each resource type.
# Resource Manager template samples for Azure Monitor log queries
12
+
# Resource Manager template samples for log queries in Azure Monitor
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to create and configure log queries in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
Copy file name to clipboardExpand all lines: articles/azure-monitor/samples/resource-manager-samples.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: Azure Monitor resource manager samples
3
-
description: Deploy and configure Azure Monitor features using resource manager templates
2
+
title: Resource Manager template samples for Azure Monitor
3
+
description: Deploy and configure Azure Monitor features using Resource Manager templates
4
4
author: bwren
5
5
ms.author: bwren
6
6
services: azure-monitor
7
7
ms.topic: sample
8
8
ms.date: 05/18/2020
9
9
ms.subservice:
10
10
---
11
-
# Azure Monitor resource manager samples
11
+
# Resource Manager template samples for Azure Monitor
12
12
13
13
Azure Monitor can deployed and configured at scale using [Azure Resource Manager template](../../azure-resource-manager/templates/template-syntax.md). The following articles provide sample templates for different Azure Monitor features. These samples can be modified for your particular requirements and deployed using any standard method for deploying Resource Manager templates.
14
14
@@ -43,7 +43,6 @@ az group deployment create \
43
43
- Alerts
44
44
-[Log alert rules](arm-alerts-log.md) - Alerts from log queries and Azure activity log.
45
45
-[Metric alert rules](arm-alerts-metric.md) - Alerts from metrics using different kinds of logic.
46
-
- Application Insights - Coming soon.
47
46
-[Diagnostic settings](arm-diagnostic-settings.md) - Create diagnostic settings to forward logs and metrics from different resource types.
48
47
-[Log queries](arm-log-queries.md) - Create saved log queries in a Log Analytics workspace.
49
48
-[Log Analytics Workspace](arm-workspace.md) - Create Log Analytics workspace and configure collection of different data sources from Log Analytics agent.
# Resource Manager template samples for Azure Monitor workspaces
12
+
# Resource Manager template samples for workbooks in Azure Monitor
13
13
This article includes sample [Azure Resource Manager templates](../../azure-resource-manager/templates/template-syntax.md) to create workbooks in Azure Monitor. Each sample includes a template file and a parameters file with sample values to provide to the template.
Workbooks can be complex, so a typical strategy is to create the workbook in the Azure portal and then generate a resource manager template. See details of this method in [Azure Resource Manager template for deploying workbooks](../platform/workbooks-automate.md).
17
+
Workbooks can be complex, so a typical strategy is to create the workbook in the Azure portal and then generate a Resource Manager template. See details of this method in [Azure Resource Manager template for deploying workbooks](../platform/workbooks-automate.md).
0 commit comments