Skip to content

Commit 017baa8

Browse files
authored
Merge pull request #185349 from austonli/patch-13
Adding section on removing solutions as part of deprecation
2 parents c8b4917 + fe0ed92 commit 017baa8

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: "Transition from the Container Monitoring Solution to using Container Insights"
3+
ms.date: 1/18/2022
4+
ms.topic: article
5+
author: austonli
6+
ms.author: aul
7+
description: "Learn how to migrate from using the legacy OMS solution to monitoring your containers using Container Insights"
8+
---
9+
10+
# Transition from the Container Monitoring Solution to using Container Insights
11+
12+
With both the underlying platform and agent deprecations, on March 1, 2025 the [Container Monitoring Solution](./containers.md) will be retired. If you use the Container Monitoring Solution to ingest data to your Log Analytics workspace, make sure to transition to using [Container Insights](./container-insights-overview.md) prior to that date.
13+
14+
## Steps to complete the transition
15+
16+
To transition to Container Insights, we recommend the following approach.
17+
18+
1. Learn about the feature differences between the Container Monitoring Solution and Container Insights to determine which option suits your needs.
19+
20+
2. To use Container Insights, you will need to migrate your workload to Kubernetes. You can find more information on the compatible Kubernetes platforms from [Azure Kubernetes Services (AKS)](../../aks/intro-kubernetes.md) or [Azure Arc enabled Kubernetes](../../azure-arc/kubernetes/overview.md). If using AKS, you can choose to [deploy Container Insights](./container-insights-enable-new-cluster.md) as a part of the process.
21+
22+
3. Disable the existing monitoring of the Container Monitoring Solution using one of the following options: [Azure portal](../insights/solutions.md?tabs=portal#remove-a-monitoring-solution), [PowerShell](/powershell/module/az.monitoringsolutions/remove-azmonitorloganalyticssolution), or [Azure CLI](/cli/azure/monitor/log-analytics/solution#az-monitor-log-analytics-solution-delete)
23+
4. If you elected to not onboard to Container Insights earlier, you can then deploy Container Insights using Azure CLI, ARM, or Portal following the instructions for [AKS](./container-insights-enable-existing-clusters.md) or [Arc enabled Kubernetes](./container-insights-enable-arc-enabled-clusters.md)
24+
5. Validate that the installation was successful for either your [AKS](./container-insights-enable-existing-clusters.md#verify-agent-and-solution-deployment) or [Arc](./container-insights-enable-arc-enabled-clusters.md#verify-extension-installation-status) cluster.
25+
26+
27+
## Container Monitoring Solution vs Container Insights
28+
29+
The following table highlights the key differences between monitoring using the Container Monitoring Solution versus Container Insights. Container Insights to that of the Container Monitoring Solution.
30+
31+
| Feature Differences | Container Monitoring Solution | Container Insights |
32+
| ------------------- | ----------------- | ------------------- |
33+
| Onboarding | Multi-step installation using Azure Marketplace & configuring Log Analytics Agent | Single step onboarding via Azure portal, CLI, or ARM |
34+
| Agent | Log Analytics Agent (deprecated in 2024) | [Azure Monitor Agent](../agents/azure-monitor-agent-overview.md)
35+
| Alerting | Log based alerts tied to Log Analytics Workspace | Log based alerting and [recommended metric-based](./container-insights-metric-alerts.md) alerts |
36+
| Metrics | Does not support Azure Monitor metrics | Supports Azure Monitor metrics |
37+
| Consumption | Viewable only from Log Analytics Workspace | Accessible from both Azure Monitor and AKS/Arc resource blade |
38+
| Agent | Manual agent upgrades | Automatic updates for monitoring agent with version control through Azure Arc cluster extensions |
39+
40+
## Next steps
41+
42+
- [Disable Container Monitoring Solution](./containers.md#removing-solution-from-your-workspace)
43+
- [Deploy an Azure Kubernetes Service](./container-insights-enable-new-cluster.md)
44+
- [Connect your cluster](../../azure-arc/kubernetes/quickstart-connect-cluster.md) to the Azure Arc enabled Kubernetes platform
45+
- Configure Container Insights for [Azure Kubernetes Service](./container-insights-enable-existing-clusters.md) or [Arc enabled Kubernetes](./container-insights-enable-arc-enabled-clusters.md)

articles/azure-monitor/containers/containers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following table outlines the Docker orchestration and operating system monit
9292

9393
Use the following information to install and configure the solution.
9494

95-
1. Add the Container Monitoring solution to your Log Analytics workspace from [Azure marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/Microsoft.ContainersOMS?tab=Overview) or by using the process described in [Add monitoring solutions from the Solutions Gallery](../insights/solutions.md).
95+
1. Add the Container Monitoring solution to your Log Analytics workspace from [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/Microsoft.ContainersOMS?tab=Overview) or by using the process described in [Add monitoring solutions from the Solutions Gallery](../insights/solutions.md).
9696

9797
2. Install and use Docker with a Log Analytics agent. Based on your operating system and Docker orchestrator, you can use the following methods to configure your agent.
9898
- For standalone hosts:
@@ -637,6 +637,9 @@ Saving queries is a standard feature in Azure Monitor. By saving them, you'll ha
637637
638638
After you create a query that you find useful, save it by clicking **Favorites** at the top of the Log Search page. Then you can easily access it later from the **My Dashboard** page.
639639
640+
## Removing solution from your workspace
641+
To remove the Container Monitoring Solution, follow the instructions for removing solutions using one of the following: [Azure portal](../insights/solutions.md?tabs=portal#remove-a-monitoring-solution), [PowerShell](/powershell/module/az.monitoringsolutions/remove-azmonitorloganalyticssolution), or [Azure CLI](/cli/azure/monitor/log-analytics/solution#az-monitor-log-analytics-solution-delete)
642+
640643
## Next steps
641644
642645
[Query logs](../logs/log-query-overview.md) to view detailed container data records.

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,8 @@ items:
11651165
href: containers/container-insights-update-metrics.md
11661166
- name: Migration from Azure Red Hat OpenShift v4.x to Azure Arc enabled cluster
11671167
href: containers/container-insights-transition-hybrid.md
1168+
- name: Migration from Container Monitoring Solution to Container Insights
1169+
href: containers/container-insights-transition-solution.md
11681170
- name: Monitor
11691171
items:
11701172
- name: Monitor performance

0 commit comments

Comments
 (0)