Skip to content

Commit 8d76d27

Browse files
authored
Merge pull request #169092 from ShawnJackson/six-azure-monitor-root-folder-articles
edit pass: Six azure monitor root folder articles
2 parents 0b2a049 + 593639a commit 8d76d27

File tree

6 files changed

+491
-457
lines changed

6 files changed

+491
-457
lines changed

articles/azure-monitor/deploy-scale.md

Lines changed: 86 additions & 80 deletions
Large diffs are not rendered by default.

articles/azure-monitor/partners.md

Lines changed: 174 additions & 157 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Resource Manager template samples for Azure Monitor
3-
description: Deploy and configure Azure Monitor features using Resource Manager templates
3+
description: Deploy and configure Azure Monitor features by using Resource Manager templates.
44
author: bwren
55
ms.author: bwren
66
services: azure-monitor
@@ -10,17 +10,16 @@ ms.custom: devx-track-azurepowershell
1010
---
1111
# Resource Manager template samples for Azure Monitor
1212

13-
Azure Monitor can be deployed and configured at scale using [Azure Resource Manager template](../azure-resource-manager/templates/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.
13+
You can deploy and configure Azure Monitor at scale by using [Azure Resource Manager templates](../azure-resource-manager/templates/syntax.md). This article lists sample templates for Azure Monitor features. You can modify these samples for your particular requirements and deploy them by using any standard method for deploying Resource Manager templates.
1414

1515
## Deploying the sample templates
16-
The basic steps to use the samples are:
16+
The basic steps to use the one of the template samples are:
1717

18-
1. Copy the template and save as a JSON file.
19-
2. Modify the parameters for your environment and save as a JSON file.
20-
4. Deploy the template using [any deployment method for Resource Manager templates](../azure-resource-manager/templates/deploy-powershell.md).
21-
22-
For example, use the following commands to deploy the template and parameters file to a resource group using PowerShell or Azure CLI.
18+
1. Copy the template and save it as a JSON file.
19+
2. Modify the parameters for your environment and save the JSON file.
20+
3. Deploy the template by using [any deployment method for Resource Manager templates](../azure-resource-manager/templates/deploy-powershell.md).
2321

22+
For example, use the following commands to deploy the template and parameter file to a resource group by using PowerShell or the Azure CLI:
2423

2524
```powershell
2625
Connect-AzAccount
@@ -39,20 +38,18 @@ az deployment group create \
3938

4039
## List of sample templates
4140

42-
- [Agents](agents/resource-manager-agent.md) - Deploy and configure Log Analytics agent and diagnostic extension.
43-
- Alerts
44-
- [Log alert rules](alerts/resource-manager-alerts-log.md) - Alerts from log queries and Azure activity log.
45-
- [Metric alert rules](alerts/resource-manager-alerts-metric.md) - Alerts from metrics using different kinds of logic.
41+
- [Agents](agents/resource-manager-agent.md): Deploy and configure the Log Analytics agent and a diagnostic extension.
42+
- Alerts:
43+
- [Log alert rules](alerts/resource-manager-alerts-log.md): Configure alerts from log queries and Azure Activity Log.
44+
- [Metric alert rules](alerts/resource-manager-alerts-metric.md): Configure alerts from metrics that use different kinds of logic.
4645
- [Application Insights](app/resource-manager-app-resource.md)
47-
- [Diagnostic settings](essentials/resource-manager-diagnostic-settings.md) - Create diagnostic settings to forward logs and metrics from different resource types.
48-
- [Log queries](logs/resource-manager-log-queries.md) - Create saved log queries in a Log Analytics workspace.
49-
- [Log Analytics Workspace](logs/resource-manager-workspace.md) - Create Log Analytics workspace and configure collection of different data sources from Log Analytics agent.
50-
- [Workbooks](visualize/resource-manager-workbooks.md) - Create workbooks.
51-
- [Container insights](containers/resource-manager-container-insights.md) - Onboard clusters to Container insights.
52-
- [Azure Monitor for VMs](vm/resource-manager-vminsights.md) - Onboard virtual machines to Azure Monitor for VMs.
53-
54-
46+
- [Diagnostic settings](essentials/resource-manager-diagnostic-settings.md): Create diagnostic settings to forward logs and metrics from different resource types.
47+
- [Log queries](logs/resource-manager-log-queries.md): Create saved log queries in a Log Analytics workspace.
48+
- [Log Analytics workspace](logs/resource-manager-workspace.md): Create a Log Analytics workspace and configure a collection of data sources from the Log Analytics agent.
49+
- [Workbooks](visualize/resource-manager-workbooks.md): Create workbooks.
50+
- [Container insights](containers/resource-manager-container-insights.md): Onboard clusters to Container insights.
51+
- [Azure Monitor for VMs](vm/resource-manager-vminsights.md): Onboard virtual machines to Azure Monitor for VMs.
5552

5653
## Next steps
5754

58-
- Learn more about [Resource Manager templates](../azure-resource-manager/templates/overview.md)
55+
- Learn more about [Resource Manager templates](../azure-resource-manager/templates/overview.md).

0 commit comments

Comments
 (0)