Skip to content

Commit c687563

Browse files
committed
more link fixes
1 parent 8885f89 commit c687563

11 files changed

+20
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ The following sample creates an action group.
112112

113113
## Next steps
114114

115-
* [Get other sample templates for Azure Monitor](arm-samples.md).
115+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
116116
* [Learn more about action groups](../platform/action-groups.md).
117117

articles/azure-monitor/samples/resource-manager-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,6 @@ The following sample enables and configures the diagnostic extension on a Linux
592592

593593
## Next steps
594594

595-
* [Get other sample templates for Azure Monitor](arm-samples.md).
595+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
596596
* [Learn more about Log Analytics agent](../platform/log-analytics-agent.md).
597597
* [Learn more about diagnostic extension](../platform/diagnostics-extension-overview.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ The following sample creates a [metric measurement alert rule](../platform/alert
205205

206206
## Next steps
207207

208-
* [Get other sample templates for Azure Monitor](arm-samples.md).
208+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
209209
* [Learn more about alert rules](../platform/alerts-overview.md).
210210

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,6 +3257,6 @@ This sample creates a dynamic thresholds metric alert rule that monitors Percent
32573257

32583258
## Next steps
32593259

3260-
- [Get other sample templates for Azure Monitor](arm-samples.md).
3260+
- [Get other sample templates for Azure Monitor](resource-manager-samples.md).
32613261
- [Learn more about alerts](../platform/alerts-overview.md).
3262-
- [Get a sample to create an action group with Resource Manager template](arm-action-groups.md)
3262+
- [Get a sample to create an action group with Resource Manager template](resource-manager-action-groups.md)

articles/azure-monitor/samples/resource-manager-container-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,4 @@ The following sample enables Azure Monitor for containers on an AKS cluster.
353353
## Next steps
354354

355355
* [Get other sample templates for Azure Monitor](arm-samples.md).
356-
* [Learn more about Azure Monitor for VMs](../insights/vminsights-overview.md).
356+
* [Learn more about Azure Monitor for containers](../insights/container-insights-overview.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ The following sample adds two log queries to an Azure SQL database.
233233

234234
## Next steps
235235

236-
* [Get other sample templates for Azure Monitor](arm-samples.md).
236+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
237237
* [Learn more about diagnostic settings](../platform/diagnostic-settings.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,6 @@ The following sample adds a log query as a function that uses a parameter to a L
235235

236236
## Next steps
237237

238-
* [Get other sample templates for Azure Monitor](arm-samples.md).
238+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
239239
* [Learn more about log queries](../log-query/log-query-overview.md).
240240
* [Learn more about functions](../log-query/functions.md).

articles/azure-monitor/samples/resource-manager-samples.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ az group deployment create \
3939

4040
## List of sample templates
4141

42-
- [Agents](arm-agent.md) - Deploy and configure Log Analytics agent and diagnostic extension.
42+
- [Agents](resource-manager-agent.md) - Deploy and configure Log Analytics agent and diagnostic extension.
4343
- Alerts
44-
- [Log alert rules](arm-alerts-log.md) - Alerts from log queries and Azure activity log.
45-
- [Metric alert rules](arm-alerts-metric.md) - Alerts from metrics using different kinds of logic.
46-
- [Diagnostic settings](arm-diagnostic-settings.md) - Create diagnostic settings to forward logs and metrics from different resource types.
47-
- [Log queries](arm-log-queries.md) - Create saved log queries in a Log Analytics workspace.
48-
- [Log Analytics Workspace](arm-workspace.md) - Create Log Analytics workspace and configure collection of different data sources from Log Analytics agent.
49-
- [Workbooks](arm-workbooks.md) - Create workbooks.
50-
- [Azure Monitor for containers](arm-container-insights.md) - Onboard clusters to Azure Monitor for containers.
51-
- [Azure Monitor for VMs](arm-vminsights.md) - Onboard virtual machines to Azure Monitor for VMs.
44+
- [Log alert rules](resource-manager-alerts-log.md) - Alerts from log queries and Azure activity log.
45+
- [Metric alert rules](resource-manager-alerts-metric.md) - Alerts from metrics using different kinds of logic.
46+
- [Diagnostic settings](resource-manager-diagnostic-settings.md) - Create diagnostic settings to forward logs and metrics from different resource types.
47+
- [Log queries](resource-manager-log-queries.md) - Create saved log queries in a Log Analytics workspace.
48+
- [Log Analytics Workspace](resource-manager-workspace.md) - Create Log Analytics workspace and configure collection of different data sources from Log Analytics agent.
49+
- [Workbooks](resource-manager-workbooks.md) - Create workbooks.
50+
- [Azure Monitor for containers](resource-manager-container-insights.md) - Onboard clusters to Azure Monitor for containers.
51+
- [Azure Monitor for VMs](resource-manager-vminsights.md) - Onboard virtual machines to Azure Monitor for VMs.
5252

5353

5454

articles/azure-monitor/samples/resource-manager-vminsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,5 @@ The following sample adds an Azure virtual machine scale set to Azure Monitor fo
336336

337337
## Next steps
338338

339-
* [Get other sample templates for Azure Monitor](arm-samples.md).
339+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
340340
* [Learn more about Azure Monitor for VMs](../insights/vminsights-overview.md).

articles/azure-monitor/samples/resource-manager-workbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ The following sample creates a simple workbook.
104104

105105
## Next steps
106106

107-
* [Get other sample templates for Azure Monitor](arm-samples.md).
107+
* [Get other sample templates for Azure Monitor](resource-manager-samples.md).
108108
* [Learn more about action groups](../platform/workbooks-overview.md).

0 commit comments

Comments
 (0)