Skip to content

Commit 16f930e

Browse files
committed
renames and corrections
1 parent 7ff6893 commit 16f930e

12 files changed

+37
-38
lines changed

articles/azure-monitor/samples/arm-action-groups.md renamed to articles/azure-monitor/samples/resource-manager-action-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource Manager template samples for Azure Monitor action groups
2+
title: Resource Manager template samples for action groups
33
description: Sample Azure Resource Manager templates to deploy Azure Monitor action groups.
44
ms.subservice: logs
55
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
99

1010
---
1111

12-
# Resource Manager template samples for Azure Monitor action groups
12+
# Resource Manager template samples for action groups in Azure Monitor
1313
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.
1414

1515
[!INCLUDE [azure-monitor-samples](../../../includes/azure-monitor-samples.md)]

articles/azure-monitor/samples/arm-agent.md renamed to articles/azure-monitor/samples/resource-manager-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource Manager template samples for Azure Monitor agents
2+
title: Resource Manager template samples for agents
33
description: Sample Azure Resource Manager templates to deploy and configure Log Analytics agent and diagnostic extension in Azure Monitor.
44
ms.subservice: logs
55
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
99

1010
---
1111

12-
# Resource Manager template samples for Azure Monitor agents
12+
# Resource Manager template samples for agents in Azure Monitor
1313
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.
1414

1515
[!INCLUDE [azure-monitor-samples](../../../includes/azure-monitor-samples.md)]

articles/azure-monitor/samples/arm-alerts-log.md renamed to articles/azure-monitor/samples/resource-manager-alerts-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource Manager template samples for Azure Monitor log query alerts
2+
title: Resource Manager template samples for log query alerts
33
description: Sample Azure Resource Manager templates to deploy Azure Monitor log query alerts.
44
ms.subservice: logs
55
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
99

1010
---
1111

12-
# Resource Manager template samples for Azure Monitor log alert rules
12+
# Resource Manager template samples for log alert rules in Azure Monitor
1313
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.
1414

1515
[!INCLUDE [azure-monitor-samples](../../../includes/azure-monitor-samples.md)]

articles/azure-monitor/samples/arm-alerts-metric.md renamed to articles/azure-monitor/samples/resource-manager-alerts-metric.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: sample
88
ms.date: 05/18/2020
99
ms.subservice: alerts
1010
---
11-
# Create a metric alert with a Resource Manager template
11+
# Resource Manager template samples for metric alert rules in Azure Monitor
1212

1313
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.
1414

@@ -26,7 +26,7 @@ See [Supported resources for metric alerts in Azure Monitor](../platform/alerts-
2626
- [Microsoft.Insights metricAlerts](/azure/templates/microsoft.insights/2018-03-01/metricalerts)
2727

2828
## Single criteria, static threshold
29-
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.
3030

3131
### Template file
3232

@@ -240,7 +240,7 @@ The following sample creates a metic alert rule using a single criteria and a st
240240

241241

242242
## 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.
244244

245245
### Template file
246246
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
490490

491491

492492
## 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.
494494

495495
The following constraints apply when using dimensions in an alert rule that contains multiple criteria:
496496
- You can only select one value per dimension within each criterion.
497497
- 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.
499499
- 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.
500500

501501
### Template file
@@ -892,7 +892,7 @@ For example, a few of the potential time series that are monitored by this alert
892892
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.
893893

894894

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:
896896
1. **ResponsType** - For each value of the **ResponseType** dimension, including future values, a different time series is monitored individually.
897897
2. **ApiName** - A different time series is monitored only for the **GetBlob** and **PutBlob** dimension values.
898898

@@ -1324,7 +1324,7 @@ Save the json below as customstaticmetricalert.json for the purpose of this walk
13241324

13251325
## Multiple resources
13261326

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.
13281328

13291329
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.
13301330

File renamed without changes.

articles/azure-monitor/samples/arm-diagnostic-settings.md renamed to articles/azure-monitor/samples/resource-manager-diagnostic-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource Manager template samples for Azure Monitor diagnostic settings
2+
title: Resource Manager template samples for diagnostic settings
33
description: Sample Azure Resource Manager templates to apply Azure Monitor diagnostic settings to an Azure resource.
44
ms.subservice: logs
55
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
99

1010
---
1111

12-
# Resource Manager template samples for Azure Monitor workspaces
12+
# Resource Manager template samples for diagnostic settings in Azure Monitor
1313
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.
1414

1515
To create a diagnostic setting, add a resource of type <resource namespace>/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.

articles/azure-monitor/samples/arm-log-queries.md renamed to articles/azure-monitor/samples/resource-manager-log-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource Manager template samples for Azure Monitor log queries
2+
title: Resource Manager template samples for log queries
33
description: Sample Azure Resource Manager templates to deploy Azure Monitor log queries.
44
ms.subservice: logs
55
ms.topic: sample
@@ -9,7 +9,7 @@ ms.date: 05/18/2020
99

1010
---
1111

12-
# Resource Manager template samples for Azure Monitor log queries
12+
# Resource Manager template samples for log queries in Azure Monitor
1313
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.
1414

1515
[!INCLUDE [azure-monitor-samples](../../../includes/azure-monitor-samples.md)]

articles/azure-monitor/samples/arm-samples.md renamed to articles/azure-monitor/samples/resource-manager-samples.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
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
44
author: bwren
55
ms.author: bwren
66
services: azure-monitor
77
ms.topic: sample
88
ms.date: 05/18/2020
99
ms.subservice:
1010
---
11-
# Azure Monitor resource manager samples
11+
# Resource Manager template samples for Azure Monitor
1212

1313
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.
1414

@@ -43,7 +43,6 @@ az group deployment create \
4343
- Alerts
4444
- [Log alert rules](arm-alerts-log.md) - Alerts from log queries and Azure activity log.
4545
- [Metric alert rules](arm-alerts-metric.md) - Alerts from metrics using different kinds of logic.
46-
- Application Insights - Coming soon.
4746
- [Diagnostic settings](arm-diagnostic-settings.md) - Create diagnostic settings to forward logs and metrics from different resource types.
4847
- [Log queries](arm-log-queries.md) - Create saved log queries in a Log Analytics workspace.
4948
- [Log Analytics Workspace](arm-workspace.md) - Create Log Analytics workspace and configure collection of different data sources from Log Analytics agent.
File renamed without changes.

articles/azure-monitor/samples/arm-workbooks.md renamed to articles/azure-monitor/samples/resource-manager-workbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resource Manager template samples for Azure Monitor workbooks
2+
title: Resource Manager template samples for workbooks
33
description: Sample Azure Resource Manager templates to deploy Azure Monitor workbooks.
44
ms.subservice: logs
55
ms.topic: sample
@@ -9,12 +9,12 @@ ms.date: 05/18/2020
99

1010
---
1111

12-
# Resource Manager template samples for Azure Monitor workspaces
12+
# Resource Manager template samples for workbooks in Azure Monitor
1313
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.
1414

1515
[!INCLUDE [azure-monitor-samples](../../../includes/azure-monitor-samples.md)]
1616

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).
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).
1818

1919
## Create a workbook
2020
The following sample creates a simple workbook.

0 commit comments

Comments
 (0)