Skip to content

Commit b4c81e4

Browse files
authored
Merge pull request #58131 from bwren/am-move-monitoring-02
Azure Monitor move - Monitoring articles 02
2 parents e1bb596 + bd0cb42 commit b4c81e4

File tree

84 files changed

+252
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+252
-171
lines changed

.openpublishing.redirection.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30635,6 +30635,86 @@
3063530635
"source_path": "articles/monitoring/monitoring-solution-targeting.md",
3063630636
"redirect_url": "/azure/azure-monitor/insights/solution-targeting",
3063730637
"redirect_document_id": "false"
30638+
},
30639+
{
30640+
"source_path": "articles/monitoring/monitoring-container-insights-analyze.md",
30641+
"redirect_url": "/azure/azure-monitor/insights/container-insights-analyze",
30642+
"redirect_document_id": "false"
30643+
},
30644+
{
30645+
"source_path": "articles/monitoring/monitoring-container-insights-onboard.md",
30646+
"redirect_url": "/azure/azure-monitor/insights/container-insights-onboard",
30647+
"redirect_document_id": "false"
30648+
},
30649+
{
30650+
"source_path": "articles/monitoring/monitoring-container-insights-optout.md",
30651+
"redirect_url": "/azure/azure-monitor/insights/container-insights-optout",
30652+
"redirect_document_id": "false"
30653+
},
30654+
{
30655+
"source_path": "articles/monitoring/monitoring-container-insights-overview.md",
30656+
"redirect_url": "/azure/azure-monitor/insights/container-insights-overview",
30657+
"redirect_document_id": "false"
30658+
},
30659+
{
30660+
"source_path": "articles/monitoring/monitoring-container-insights-troubleshoot.md",
30661+
"redirect_url": "/azure/azure-monitor/insights/container-insights-troubleshoot",
30662+
"redirect_document_id": "false"
30663+
},
30664+
{
30665+
"source_path": "articles/monitoring/monitoring-container-overview.md",
30666+
"redirect_url": "/azure/azure-monitor/insights/container-overview",
30667+
"redirect_document_id": "false"
30668+
},
30669+
{
30670+
"source_path": "articles/monitoring/monitoring-container-agent-upgrade.md",
30671+
"redirect_url": "/azure/azure-monitor/insights/container-agent-upgrade",
30672+
"redirect_document_id": "false"
30673+
},
30674+
{
30675+
"source_path": "articles/monitoring/monitoring-vminsights-faq.md",
30676+
"redirect_url": "/azure/azure-monitor/insights/vminsights-faq",
30677+
"redirect_document_id": "false"
30678+
},
30679+
{
30680+
"source_path": "articles/monitoring/monitoring-vminsights-health.md",
30681+
"redirect_url": "/azure/azure-monitor/insights/vminsights-health",
30682+
"redirect_document_id": "false"
30683+
},
30684+
{
30685+
"source_path": "articles/monitoring/monitoring-vminsights-known-issues.md",
30686+
"redirect_url": "/azure/azure-monitor/insights/vminsights-known-issues",
30687+
"redirect_document_id": "false"
30688+
},
30689+
{
30690+
"source_path": "articles/monitoring/monitoring-vminsights-log-search.md",
30691+
"redirect_url": "/azure/azure-monitor/insights/vminsights-log-search",
30692+
"redirect_document_id": "false"
30693+
},
30694+
{
30695+
"source_path": "articles/monitoring/monitoring-vminsights-maps.md",
30696+
"redirect_url": "/azure/azure-monitor/insights/vminsights-maps",
30697+
"redirect_document_id": "false"
30698+
},
30699+
{
30700+
"source_path": "articles/monitoring/monitoring-vminsights-onboard.md",
30701+
"redirect_url": "/azure/azure-monitor/insights/vminsights-onboard",
30702+
"redirect_document_id": "false"
30703+
},
30704+
{
30705+
"source_path": "articles/monitoring/monitoring-vminsights-overview.md",
30706+
"redirect_url": "/azure/azure-monitor/insights/vminsights-overview",
30707+
"redirect_document_id": "false"
30708+
},
30709+
{
30710+
"source_path": "articles/monitoring/monitoring-vminsights-performance.md",
30711+
"redirect_url": "/azure/azure-monitor/insights/vminsights-performance",
30712+
"redirect_document_id": "false"
30713+
},
30714+
{
30715+
"source_path": "articles/monitoring/monitoring-vminsights-optout.md",
30716+
"redirect_url": "/azure/azure-monitor/insights/vminsights-optout",
30717+
"redirect_document_id": "false"
3063830718
}
3063930719
]
3064030720
}

articles/monitoring/monitoring-container-insights-agent-upgrade.md renamed to articles/azure-monitor/insights/container-insights-agent-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Azure Monitor for containers uses a containerized version of the Log Analytics a
2323
This article describes the process for upgrading the agent.
2424

2525
## Upgrading agent on monitored Kubernetes cluster
26-
The process to upgrade the agent consists of two straight forward steps. The first step is to disable monitoring with Azure Monitor for containers using Azure CLI. Follow the steps described in the [Disable monitoring](monitoring-container-insights-optout.md?toc=%2fazure%2fmonitoring%2ftoc.json#azure-cli) article. Using Azure CLI allows us to remove the agent from the nodes in the cluster without impacting the solution and the corresponding data that is stored in the workspace.
26+
The process to upgrade the agent consists of two straight forward steps. The first step is to disable monitoring with Azure Monitor for containers using Azure CLI. Follow the steps described in the [Disable monitoring](container-insights-optout.md?toc=%2fazure%2fmonitoring%2ftoc.json#azure-cli) article. Using Azure CLI allows us to remove the agent from the nodes in the cluster without impacting the solution and the corresponding data that is stored in the workspace.
2727

2828
>[!NOTE]
2929
>While you are performing this maintenance activity, the nodes in the cluster are not forwarding collected data, and performance views will not show data between the time you remove the agent and install the new version.
3030
>
3131
32-
To install the new version of the agent, follow the steps described in the [Onboard monitoring](monitoring-container-insights-onboard.md?toc=%2fazure%2fmonitoring%2ftoc.json#enable-monitoring-using-azure-cli) article using Azure CLI, to complete this process.
32+
To install the new version of the agent, follow the steps described in the [Onboard monitoring](container-insights-onboard.md?toc=%2fazure%2fmonitoring%2ftoc.json#enable-monitoring-using-azure-cli) article using Azure CLI, to complete this process.
3333

3434
After you've re-enabled monitoring, it might take about 15 minutes before you can view updated health metrics for the cluster.
3535

3636
## Next steps
37-
If you experience issues while upgrading the agent, review the [troubleshooting guide](monitoring-container-insights-troubleshoot.md) for support.
37+
If you experience issues while upgrading the agent, review the [troubleshooting guide](container-insights-troubleshoot.md) for support.

0 commit comments

Comments
 (0)