Skip to content

Commit 8591631

Browse files
authored
Merge pull request #46764 from georgewallace/omsdeprecation
adding oms migration article
2 parents 5eb466f + cb1f926 commit 8591631

File tree

9 files changed

+74
-1
lines changed

9 files changed

+74
-1
lines changed

articles/automation/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
href: automation-update-management.md
4242
- name: Manage updates for multiple VMs
4343
href: manage-update-multi.md
44+
- name: Migrate OMS update deployments to Azure
45+
href: migrate-oms-update-deployments.md
4446
- name: Integrate SCCM with Update Management
4547
href: oms-solution-updatemgmt-sccmintegration.md
4648
- name: Change Tracking

articles/automation/automation-update-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Select the **Update Deployments** tab to view the list of existing update deploy
203203

204204
## Create or edit an update deployment
205205

206-
To create a new update deployment, select **Schedule update deployment**. The **New Update Deployment** pane opens. Enter values for the properties described in the following table:
206+
To create a new update deployment, select **Schedule update deployment**. The **New Update Deployment** pane opens. Enter values for the properties described in the following table and then click **Create**:
207207

208208
| Property | Description |
209209
| --- | --- |
89 KB
Loading
86.1 KB
Loading
42.2 KB
Loading
155 KB
Loading
52.1 KB
Loading
88.8 KB
Loading
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Migrate your OMS Update Deployments to Azure
3+
description: This article describes how to migrate your existing OMS Update deployments to Azure
4+
services: automation
5+
ms.service: automation
6+
ms.component: update-management
7+
author: georgewallace
8+
ms.author: gwallace
9+
ms.date: 07/16/2018
10+
ms.topic: conceptual
11+
manager: carmonm
12+
---
13+
# Migrate your OMS Update Deployments to Azure
14+
15+
The Operations Management Suite (OMS) portal is being [deprecated](../log-analytics/log-analytics-oms-portal-transition.md). All functionality that was available in the OMS portal for Update Management is available in the Azure portal. This article provides the information you need in order to migrate to the Azure portal.
16+
17+
## Key information
18+
19+
* Existing deployments will continue to work. Once you have recreated the deployment in Azure, you can delete your old deployment from OMS.
20+
* All existing features you had in OMS are available in Azure, to learn more about Update Management, see [Update Management overview](automation-update-management.md).
21+
22+
## Access the Azure portal
23+
24+
From your OMS workspace, click **Open in Azure**. This navigates to the Log Analytics workspace that OMS used.
25+
26+
![Open in Azure - OMS portal](media/migrate-oms-update-deployments/link-to-azure-portal.png)
27+
28+
In the Azure portal, click **Automation Account**
29+
30+
![Log Analytics](media/migrate-oms-update-deployments/log-analytics.png)
31+
32+
In your Automation Account, click **Update Management** to open up Update Management.
33+
34+
![Update Management](media/migrate-oms-update-deployments/azure-automation.png)
35+
36+
In the future you can go directly to the Azure portal, under **All services**, select **Automation Accounts** under **Management Tools**, select the appropriate Automation Account, and click **Update Management**.
37+
38+
## Recreate existing deployments
39+
40+
All update deployments created in the OMS portal have a [saved search](../log-analytics/log-analytics-computer-groups.md) also known as a computer group, with the same name as the update deployment that exists. The saved search contains the list of machines that were scheduled in the update deployment.
41+
42+
![Update Management](media/migrate-oms-update-deployments/oms-deployment.png)
43+
44+
To use this existing saved search, follow these steps:
45+
46+
To create a new update deployment, go to the Azure portal, select the Automation Account that is used, and click **Update Management**. Click **Schedule update deployment**.
47+
48+
![Schedule update deployment](media/migrate-oms-update-deployments/schedule-update-deployment.png)
49+
50+
The **New Update Deployment** pane opens. Enter values for the properties described in the following table and then click **Create**:
51+
52+
For Machines to update, select the saved search used by the existing OMS deployment.
53+
54+
| Property | Description |
55+
| --- | --- |
56+
|Name |Unique name to identify the update deployment. |
57+
|Operating System| Select **Linux** or **Windows**.|
58+
|Machines to update |For Machines to update, select the saved search used by the existing OMS deployment. |
59+
|Update classifications|Select all the update classifications that you need. CentOS does not support this out of the box.|
60+
|Updates to exclude|Enter the updates to exclude. For Windows, enter the KB article without the **KB** prefix. For Linux, enter the package name or use a wildcard character. |
61+
|Schedule settings|Select the time to start, and then select either **Once** or **Recurring** for the recurrence.|| Maintenance window |Number of minutes set for updates. The value can't be less than 30 minutes or more than 6 hours. |
62+
63+
Click **Scheduled update deployments** to view the status of the newly created update deployment.
64+
65+
![new update deployment](media/migrate-oms-update-deployments/new-update-deployment.png)
66+
67+
As mentioned previously, once your new deployments are configured through the Azure portal, the existing deployments can be removed from the OMS portal.
68+
69+
## Next steps
70+
71+
To learn more about Update Management in Azure, see [Update Management](automation-update-management.md)

0 commit comments

Comments
 (0)