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
12
12
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.
14
14
15
15
## 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:
17
17
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).
23
21
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:
24
23
25
24
```powershell
26
25
Connect-AzAccount
@@ -39,20 +38,18 @@ az deployment group create \
39
38
40
39
## List of sample templates
41
40
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.
-[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.
-[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.
0 commit comments