Skip to content

Commit dadbc64

Browse files
committed
updates
1 parent 81865f9 commit dadbc64

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/azure-monitor/azure-monitor-operations-manager.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ This article provides guidance for customers who currently use [System Center Op
1616
> There is a cost to implementing several Azure Monitor features described here, so you should evaluate their value before deploying across your entire environment. See [Cost optimization and Azure Monitor](best-practices-cost.md) for strategies for reducing your cost for Azure Monitor.
1717
1818

19+
20+
## Migrate to SCOM Managed instance
21+
[Azure Monitor SCOM Managed Instance (preview)](vm/scom-managed-instance-overview.md) allows you to move your existing SCOM environment into the cloud without any changes to your management packs or agents. This allows you to consolidate your monitoring environment in Azure so that you can
22+
23+
24+
25+
1926
## General strategy
2027
Your migration will typically include a [standard Azure Monitor implementation](best-practices.md) while you continue to use Operations Manager. As you customize Azure Monitor to meet your requirements for different applications and components and as it gains more features, then you can start to retire different management packs and agents in Operations Manager.
2128

@@ -25,26 +32,25 @@ Your migration will typically include a [standard Azure Monitor implementation](
2532
The general strategy recommended in this article is the same as in the [Cloud Monitoring Guide](/azure/cloud-adoption-framework/manage/monitor/), which recommends a [Hybrid cloud monitoring](/azure/cloud-adoption-framework/manage/monitor/cloud-models-monitor-overview#hybrid-cloud-monitoring) strategy that allows you to make a gradual transition to the cloud. Even though some features may overlap, this strategy will allow you to maintain your existing business processes as you become more familiar with the new platform. Only move away from Operations Manager functionality as you can replace it with Azure Monitor. Using multiple monitoring tools does add complexity, but it allows you to take advantage of Azure Monitor's ability to monitor next generation cloud workloads while retaining Operations Manager's ability to monitor server software and infrastructure components that may be on-premises or in other clouds.
2633

2734

28-
| Step | Infrastructure | Platform | Application | Workloads |
29-
| On-premises | SCOM | SCOM | SCOM | SCOM |
3035

36+
## Azure Monitor for cloud components
37+
When you first start your migration into the cloud, use Azure Monitor to monitor your cloud components. This includes creating diagnostic settings to collect resource logs from your Azure components and enabling features such as Container insights for your Kubernetes clusters and XXX.
38+
39+
Use Azure Arc for hybrid resources either on-premises or in other clouds.
3140

41+
During this phase, continue to use your existing SCOM environment to monitor the workloads running on your virtual machines. Even as you migrate your machines into Azure, the MMA running on them can connect to your existing SCOM environment and continue running the same management packs.
3242

33-
| Phase | Description |
34-
| On-premises | All monitoring is performed by Operations Manager with on-premises installation. |
35-
| Infrastructure monitoring | Use Azure Monitor to monitor services that you're using in Azure. Enable VM insights for monitoring virtual machines, Container insights for monitoring Kubernetes clusters, Azure Arc for
36-
|
37-
| SCOM to cloud |
3843

44+
## Azure Monitor for virtual machine host
45+
46+
Continue using your on-premises SCOM environment to monitor the workloads on your virtual machines, but enable Azure Monitor to monitor your virtual machine hosts. Platform metrics and activity log will start collecting as soon as the virtual machines are collected.
47+
48+
Enable VM insights to install the
49+
50+
51+
## Managed SCOM
52+
Managed SCOM allows you to move your existing SCOM environment into the cloud. Configure your existing SCOM agents to connect to managed SCOM instead of your existing management servers, and continue to use the same management packs for monitoring your VM workloads.
3953

40-
infra
41-
- Arc, VM, K8s, etc
42-
platform
43-
- no native way to collect. have to do custom. use APIs for each to push/pull
44-
application
45-
46-
workload
47-
- we don't provide it, but SCOM does
4854

4955

5056

@@ -95,12 +101,6 @@ Azure services actually require Azure Monitor to collect telemetry, and it's ena
95101

96102
Insights are based on [workbooks](visualize/workbooks-overview.md) in Azure Monitor, which combine metrics and log queries into rich interactive reports. Create your own workbooks to combine data from multiple services similar to how you might create custom views and reports in the Operations console.
97103

98-
### Azure management pack
99-
The [Azure management pack](https://www.microsoft.com/download/details.aspx?id=50013) allows Operations Manager to discover Azure resources and monitor their health based on a particular set of monitoring scenarios. This management pack does require you to perform additional configuration for each resource in Azure, but it may be helpful to provide some visibility of your Azure resources in the Operations Console until you evolve your business processes to focus on Azure Monitor.
100-
101-
[![Azure management pack](media/azure-monitor-operations-manager/operations-console.png)](media/azure-monitor-operations-manager/operations-console.png#lightbox)
102-
103-
You may choose to use the Azure Management pack if you want visibility for certain Azure resources in the Operations console and to integrate some basic alerting with your existing processes. It actually uses data collected by Azure Monitor. You should look to Azure Monitor though for long-term complete monitoring of your Azure resources.
104104

105105

106106
## Monitor server software and local infrastructure

0 commit comments

Comments
 (0)