Skip to content

Commit 4b395b1

Browse files
committed
incorporated peer reviews
1 parent d6886d8 commit 4b395b1

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

articles/update-manager/cross-subscription-patching.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cross subscription patching in Azure Update Manager
33
description: Learn about the overview, benefits, and limitations of cross-subscription patching in Azure Update Manager. Centralize and streamline patch management across multiple Azure subscriptions.
44
ms.service: azure-update-manager
5-
ms.date: 02/01/2025
5+
ms.date: 02/04/2025
66
ms.topic: conceptual
77
author: SnehaSudhirG
88
ms.author: sudhirsneha
@@ -12,7 +12,7 @@ ms.author: sudhirsneha
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers.
1414

15-
Azure Update Management offers a straightforward and efficient solution for managing asset patching within a subscription. However, its capabilities extend far beyond that. With proper configuration, users can manage and apply patches across multiple Azure subscriptions from a centralized location. The capability is beneficial for organizations with resources distributed across various subscriptions, ensuring consistent and streamlined patch management.
15+
Azure Update Management offers a straightforward and efficient solution for managing asset patching within a subscription. However, its capabilities extend far beyond that. With proper configuration, you can manage and apply patches across multiple Azure subscriptions from a centralized location. The capability is beneficial for organizations with resources distributed across various subscriptions, ensuring consistent and streamlined patch management.
1616

1717
## Key benefits of Cross-subscription patching
1818

@@ -25,23 +25,23 @@ Azure Update Management offers a straightforward and efficient solution for mana
2525

2626
- **Azure Resource Manager (Arc)-connected hosts**: Non-Azure hosts connected to Azure through Arc, subject to [Arc prerequisites](https://learn.microsoft.com/azure/azure-arc/servers/prerequisites) and Azure Update Manager [supported regions](support-matrix.md#azure-arc-enabled-servers)
2727

28-
- **Azure VM** - Native virtual machines created in Azure
28+
- **Azure VM** - Native virtual machines created in Azure.
2929

3030
# [Supported OS type](#tab/sup-os)
3131

3232
- **Windows**: Cross-subscription patching supports various versions of Windows Server and Windows operating systems. Ensure that your Windows devices are up-to-date and compatible with the patching process. For more information, see [support matrix for Arc-connected hosts](support-matrix-updates.md#azure-arc-enabled-servers)and [Azure VM for supported images](support-matrix-updates.md#supported-windows-os-images).
3333

34-
- **Linux**: Cross-subscription patching also supports multiple Linux distributions, including most mainstream distributions like Ubuntu, CentOS, and Red Hat Enterprise Linux (RHEL) etc. Make sure that your Linux devices meet the necessary requirements for patching. For more information, see[support matrix for Arc-connected hosts](support-matrix-updates.md#azure-arc-enabled-servers) and [Azure VM for supported images](support-matrix-updates.md#supported-linux-os-images).
34+
- **Linux**: Cross-subscription patching also supports multiple Linux distributions, including most mainstream distributions like Ubuntu, CentOS, and Red Hat Enterprise Linux (RHEL) etc. Ensure that your Linux devices meet the necessary requirements for patching. For more information, see[support matrix for Arc-connected hosts](support-matrix-updates.md#azure-arc-enabled-servers) and [Azure VM for supported images](support-matrix-updates.md#supported-linux-os-images).
3535

3636
---
3737

3838
> [!NOTE]
39-
> If VMs running unsupported images are included in the schedule, the maintenance configuration (that is, patch job) scheduled fails.
39+
> If VMs running unsupported images are included in the schedule, the maintenance configuration (i.e., patch job) will fail.
4040
4141

4242
## Limitations
4343

44-
**Rate limits** - For managing a large number of assets through API/SPN (Service Principal Name), be mindful of rate limits and distribute the load among multiple Service Principals to avoid throttling issues.
44+
**Rate limits** - For managing a large number of assets through API/SPN (Service Principal Name), be mindful of rate limits and distribute the load among multiple Service principals to avoid throttling issues.
4545

4646

4747
## Next steps

articles/update-manager/enable-cross-subscription-patching.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ description: Learn how to enable cross-subscription patching in Azure Update Man
44
ms.service: azure-update-manager
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 08/22/2024
7+
ms.date: 02/04/2025
88
ms.topic: how-to
99
---
1010

1111
# Enable cross subscription patching in Azure Update Manager
1212

1313
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure Arc-enabled servers.
1414

15-
This article describes how to enable cross-subscription patching either through Azure CLI or portal.
15+
This article describes how to enable cross-subscription patching either through Azure CLI or Azure portal.
1616

1717
## Enable resource providers in subscription
1818

19-
1. Register the necessary resource providers to your subscription either through Azure CLI or manually via the Azure portal
19+
1. Register the necessary resource providers to your subscription either through Azure CLI or manually via the Azure portal.
2020

21-
# [Using Azure CLI](#tab/az-cli)
21+
# [Azure CLI](#tab/az-cli)
2222

23-
Open your Azure CLI and enter the following commands:
23+
Open your Azure CLI and run the following commands:
2424

2525
az provider register--namespace "Microsoft.Insights"
2626
az provider register--namespace "Microsoft.Maintenance"
2727

28-
# [Using Azure portal](#tab/az-portal)
28+
# [Azure portal](#tab/az-portal)
2929

3030
1. Sign in to the [Azure portal](https://portal.azure.com) and go to your subscription.
3131
1. Under **Settings**, select **Resource providers**.
@@ -40,11 +40,11 @@ This article describes how to enable cross-subscription patching either through
4040
- Scheduled patching contributor
4141
- Reader
4242
- These roles can be granted on the Resource Group or Subscription level if you have resources spread among multiple resource groups and want to include them all at once.
43-
- If you have a smaller scope and plan to manage it with a dedicated admin or group, these two roles can be granted to a user or a security group (SG). If you're envisioning a larger scope with automation in place, grant these roles to the API and Service Principal Name (SPN) you use.
43+
- If you have a smaller scope and plan to manage it with a dedicated admin or group, these two roles can be granted to a user or a security group (SG). If you are envisioning a larger scope with automation in place, ensure to grant these roles to the API and Service Principal Name (SPN) you use.
4444

45-
3. Scheduling
45+
3. Scheduling using maintenance configurations
4646

47-
There are two methods for schedule patching.
47+
To create maintenance configurations in Azure Update Manager, there are two ways you can set it up
4848

4949
# [Using Azure portal](#tab/az-patch-portal)
5050
@@ -58,6 +58,7 @@ This article describes how to enable cross-subscription patching either through
5858
- For schedule patching on VM or Arc assets, locate the assets by using the *resourceId* and *subscription* that they're attached to.
5959

6060
---
61+
6162
## Next steps
6263

6364
* Overview on [cross-subscription patching](cross-subscription-patching.md)

0 commit comments

Comments
 (0)