Skip to content

Commit dd8e5a6

Browse files
authored
Merge pull request #115829 from MGoedtel/task1722886
Task1722886
2 parents a7cb3d2 + 0311e41 commit dd8e5a6

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

articles/automation/automation-update-management.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Azure Automation Update Management overview
3-
description: Overview of the Update Management feature that manages updates for your Windows and Linux machines
3+
description: Overview of the Update Management feature that manages updates for your Windows and Linux machines.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 05/04/2020
6+
ms.date: 05/20/2020
77
ms.topic: conceptual
88
---
99
# Update Management overview
@@ -68,7 +68,7 @@ Having a machine registered for Update Management in more than one Log Analytics
6868

6969
### Supported client types
7070

71-
The following table lists the supported operating systems for update assessments. Patching requires a Hybrid Runbook Worker. For information on Hybrid Runbook Worker requirements, see [Deploy a Windows Hybrid Runbook Worker](automation-windows-hrw-install.md) and a [Deploy a Linux Hybrid Runbook Worker](automation-linux-hrw-install.md).
71+
The following table lists the supported operating systems for update assessments. Patching requires a Hybrid Runbook Worker. For information on Hybrid Runbook Worker requirements, see [Deploy a Windows Hybrid Runbook Worker](automation-windows-hrw-install.md) and [Deploy a Linux Hybrid Runbook Worker](automation-linux-hrw-install.md).
7272

7373
> [!NOTE]
7474
> Update assessment of Linux machines is only supported in certain regions as listed in the Automation account and Log Analytics workspace [mappings table](https://docs.microsoft.com/azure/automation/how-to/region-mappings#supported-mappings).
@@ -92,10 +92,12 @@ The following table lists unsupported operating systems:
9292

9393
|Operating system |Notes |
9494
|---------|---------|
95-
|Windows client | Client operating systems (such as Windows 7 and Windows 10) aren't supported. |
95+
|Windows client | Client operating systems (such as Windows 7 and Windows 10) aren't supported.<br> For Azure Windows Virtual Desktop (WVD), the recommended method<br> to manage updates is [Windows Update for Business](https://docs.microsoft.com/windows/deployment/update/waas-manage-updates-wufb) for Windows 10 client machine patch management. |
9696
|Windows Server 2016 Nano Server | Not supported. |
9797
|Azure Kubernetes Service Nodes | Not supported. Use the patching process described in [Apply security and kernel updates to Linux nodes in Azure Kubernetes Service (AKS)](../aks/node-updates-kured.md)|
9898

99+
100+
99101
### Client requirements
100102

101103
The following information describes operating system-specific client requirements. For additional guidance, see [Network planning](#ports).

articles/automation/how-to/move-account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ The Automation account is one of the resources that you can move. In this articl
2222
4. Delete and re-create the Run As accounts.
2323
5. Re-enable your features.
2424

25-
## Disable features
25+
## Remove features
2626

27-
To unlink your workspace from your Automation account, you must disable the feature resources in your workspace:
27+
To unlink your workspace from your Automation account, you must remove the feature resources in your workspace:
2828

2929
- Change Tracking and Inventory
3030
- Update Management
3131
- Start/Stop VMs during off-hours
3232

3333
1. In the Azure portal, locate your resource group.
34-
2. Find each feature, and select **Delete** on the Delete Resources page.
34+
2. Find each feature, and select **Delete** on the **Delete Resources** page.
3535

3636
![Screenshot of deleting feature resources from the Azure portal](../media/move-account/delete-solutions.png)
3737

@@ -121,7 +121,7 @@ You can now move your Automation account and its runbooks.
121121

122122
## Enable features
123123

124-
After you re-create the Run As accounts, you must re-enable the features that you disabled before the move:
124+
After you re-create the Run As accounts, you must re-enable the features that you removed before the move:
125125

126126
1. To turn on Change Tracking and Inventory, select **Change Tracking and Inventory** in your Automation account. Choose the Log Analytics workspace that you moved over, and select **Enable**.
127127

articles/automation/how-to/region-mappings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Support regions for linked Log Analytics workspace
3-
description: This article tells how to support region mappings between an Automation account and a Log Analytics workspace.
2+
title: Supported regions for linked Log Analytics workspace
3+
description: This article describes the supported region mappings between an Automation account and a Log Analytics workspace.
44
services: automation
55
ms.service: automation
66
ms.subservice: process-automation
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
manager: carmonm
1212
---
1313

14-
# Support regions for linked Log Analytics workspace
14+
# Supported regions for linked Log Analytics workspace
1515

1616
In Azure Automation, you can enable the Update Management, Change Tracking and Inventory, and Start/Stop VMs during off-hours features for your VMs. However, only certain regions are supported for linking a Log Analytics workspace and an Automation account in your subscription. The region mappings only apply to the Automation account and the Log Analytics workspace. The Log Analytics workspace and Automation account must be in the same subscription, but can be in different resource groups deployed to the same region. For further information, see [Log Analytics workspace and Automation account](../../azure-monitor/insights/solutions.md#log-analytics-workspace-and-automation-account).
1717

@@ -44,9 +44,9 @@ The following table shows the supported mappings:
4444

4545
## Unlink a workspace
4646

47-
If you decide that you no longer want to integrate your Automation account with a Log Analytics workspace, you can unlink your account directly from the Azure portal. Before proceeding, you first need to [disable](move-account.md#disable-features) Update Management, Change Tracking and Inventory, and Start/Stop VMs during off-hours if you are using them. If you don't disable the features, you can't complete the unlinking operation.
47+
If you decide that you no longer want to integrate your Automation account with a Log Analytics workspace, you can unlink your account directly from the Azure portal. Before proceeding, you first need to [remove](move-account.md#remove-features) Update Management, Change Tracking and Inventory, and Start/Stop VMs during off-hours if you are using them. If you don't remove them, you can't complete the unlinking operation.
4848

49-
With the features disabled, you can follow the steps below to unlink your Automation account.
49+
With the features removed, you can follow the steps below to unlink your Automation account.
5050

5151
> [!NOTE]
5252
> Some features, including earlier versions of the Azure SQL monitoring solution, might have created Automation assets that need to be removed prior to unlinking the workspace.

0 commit comments

Comments
 (0)