Skip to content

Commit 401c84d

Browse files
authored
Merge pull request #270763 from SnehaSudhirG/01Apr-GovClouds
updated support matrix and whatsnew
2 parents b1218e8 + 9d0a067 commit 401c84d

File tree

2 files changed

+37
-14
lines changed

2 files changed

+37
-14
lines changed

articles/update-manager/support-matrix.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides a summary of supported regions and operating
44
ms.service: azure-update-manager
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 03/26/2024
7+
ms.date: 04/01/2024
88
ms.topic: overview
99
ms.custom: references_regions
1010
---
@@ -36,15 +36,15 @@ Update Manager doesn't support driver updates.
3636

3737
### Extended Security Updates (ESU) for Windows Server
3838

39-
Using Azure Update Manager, you can deploy Extended Security Updates for your Azure Arc-enabled Windows Server 2012 / R2 machines. To enroll in Windows Server 2012 Extended Security Updates, follow the guidance on [How to get Extended Security Updates (ESU) for Windows Server 2012 and 2012 R2](/windows-server/get-started/extended-security-updates-deploy#extended-security-updates-enabled-by-azure-arc)
39+
Using Azure Update Manager, you can deploy Extended Security Updates for your Azure Arc-enabled Windows Server 2012 / R2 machines. To enroll in Windows Server 2012 Extended Security Updates, follow the guidance on [How to get Extended Security Updates (ESU) for Windows Server 2012 and 2012 R2.](/windows-server/get-started/extended-security-updates-deploy#extended-security-updates-enabled-by-azure-arc)
4040

4141
### First-party updates on Windows
4242

4343
By default, the Windows Update client is configured to provide updates only for the Windows operating system. If you enable the **Give me updates for other Microsoft products when I update Windows** setting, you also receive updates for other Microsoft products. Updates include security patches for Microsoft SQL Server and other Microsoft software.
4444

4545
Use one of the following options to perform the settings change at scale:
4646

47-
- For servers configured to patch on a schedule from Update Manager (with VM `PatchSettings` set to `AutomaticByPlatform = Azure-Orchestrated`), and for all Windows Servers running on an earlier operating system than Windows Server 2016, run the following PowerShell script on the server you want to change:
47+
- For servers configured to patch on a schedule from Update Manager (with virtual machine `PatchSettings` set to `AutomaticByPlatform = Azure-Orchestrated`), and for all Windows Servers running on an earlier operating system than Windows Server 2016, run the following PowerShell script on the server you want to change:
4848

4949
```powershell
5050
$ServiceManager = (New-Object -com "Microsoft.Update.ServiceManager")
@@ -53,7 +53,7 @@ Use one of the following options to perform the settings change at scale:
5353
$ServiceManager.AddService2($ServiceId,7,"")
5454
```
5555
56-
- For servers running Windows Server 2016 or later that aren't using Update Manager scheduled patching (with VM `PatchSettings` set to `AutomaticByOS = Azure-Orchestrated`), you can use Group Policy to control this process by downloading and using the latest Group Policy [Administrative template files](/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
56+
- For servers running Windows Server 2016 or later that aren't using Update Manager scheduled patching (with virtual machine `PatchSettings` set to `AutomaticByOS = Azure-Orchestrated`), you can use Group Policy to control this process by downloading and using the latest Group Policy [Administrative template files](/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
5757
5858
> [!NOTE]
5959
> Run the following PowerShell script on the server to disable first-party updates:
@@ -65,23 +65,26 @@ Use one of the following options to perform the settings change at scale:
6565
> $ServiceManager.RemoveService($ServiceId)
6666
> ```
6767
68-
### Third-party updates
68+
### Third party updates
6969
70-
**Windows**: Update Manager relies on the locally configured update repository to update supported Windows systems, either WSUS or Windows Update. Tools such as [System Center Updates Publisher](/mem/configmgr/sum/tools/updates-publisher) allow you to import and publish custom updates with WSUS. This scenario allows Update Manager to update machines that use Configuration Manager as their update repository with third-party software. To learn how to configure Updates Publisher, see [Install Updates Publisher](/mem/configmgr/sum/tools/install-updates-publisher).
70+
**Windows**: Update Manager relies on the locally configured update repository to update supported Windows systems, either WSUS or Windows Update. Tools such as [System Center Updates Publisher](/mem/configmgr/sum/tools/updates-publisher) allow you to import and publish custom updates with WSUS. This scenario allows Update Manager to update machines that use Configuration Manager as their update repository with third party software. To learn how to configure Updates Publisher, see [Install Updates Publisher](/mem/configmgr/sum/tools/install-updates-publisher).
7171
72-
**Linux**: If you include a specific third-party software repository in the Linux package manager repository location, it's scanned when it performs software update operations. The package isn't available for assessment and installation if you remove it.
72+
**Linux**: If you include a specific third party software repository in the Linux package manager repository location, it's scanned when it performs software update operations. The package isn't available for assessment and installation if you remove it.
7373
7474
Update Manager doesn't support managing the Configuration Manager client.
7575
7676
## Supported regions
7777
7878
Update Manager scales to all regions for both Azure VMs and Azure Arc-enabled servers. The following table lists the Azure public cloud where you can use Update Manager.
7979
80-
# [Azure VMs](#tab/azurevm)
80+
#### [Azure Public cloud](#tab/public)
81+
82+
### Azure VMs
8183
8284
Azure Update Manager is available in all Azure public regions where compute virtual machines are available.
8385
84-
# [Azure Arc-enabled servers](#tab/azurearc)
86+
### Azure Arc-enabled servers
87+
8588
8689
Azure Update Manager is currently supported in the following regions. It implies that VMs must be in the following regions.
8790
@@ -105,13 +108,26 @@ UAE | UAE North
105108
United Kingdom | UK South </br> UK West
106109
United States | Central US </br> East US </br> East US 2</br> North Central US </br> South Central US </br> West Central US </br> West US </br> West US 2 </br> West US 3
107110
111+
#### [Azure for US Government](#tab/gov)
112+
113+
**Geography** | **Supported regions** | **Details**
114+
--- | --- | ---
115+
United States | USGovVirginia </br> USGovArizona </br> USGovTexas | For both Azure and Arc VMs </br> For both Azure and Arc VMs </br> For Azure VMs only
116+
117+
#### [Azure operated by 21Vianet](#tab/21via)
118+
119+
**Geography** | **Supported regions** | **Details**
120+
--- | --- | ---
121+
China | ChinaEast </br> ChinaEast2 </br> ChinaNorth </br> ChinaNorth2 | For Azure VMs only </br> For both Azure and Arc VMs </br> For Azure VMs only </br> For both Azure and Arc VMs.
122+
123+
108124
---
109125
110126
## Supported operating systems
111127
112128
>[!NOTE]
113129
> - All operating systems are assumed to be x64. For this reason, x86 isn't supported for any operating system.
114-
> - Update Manager doesn't support VMs created from CIS-hardened images.
130+
> - Update Manager doesn't support virtual machines created from CIS-hardened images.
115131
116132
### Support for Azure Update Manager operations
117133
@@ -153,12 +169,12 @@ Following is the list of supported images and no other marketplace images releas
153169
154170
| **Publisher**| **Offer** | **SKU**| **Unsupported image(s)** |
155171
|----------|-------------|-----| ---|
156-
|microsoftwindowsserver | windowsserver | * | windowsserver 2008|
172+
|microsoftwindowsserver | windows server | * | windowsserver 2008|
157173
|microsoftbiztalkserver | biztalk-server | *|
158174
|microsoftdynamicsax | dynamics | * |
159175
|microsoftpowerbi |* |* |
160176
|microsoftsharepoint | microsoftsharepointserver | *|
161-
|microsoftvisualstudio | Visualstudio* | *-ws2012r2. </br> *-ws2016-ws2019 </br> *-ws2022 |
177+
|microsoftvisualstudio | Visualstudio* | *-ws2012r2 </br> *-ws2016-ws2019 </br> *-ws2022 |
162178
|microsoftwindowsserver | windows-cvm | * |
163179
|microsoftwindowsserver | windowsserverdotnet | *|
164180
|microsoftwindowsserver | windowsserver-gen2preview | *|

articles/update-manager/whats-new.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ ms.date: 04/03/2024
1212

1313
[Azure Update Manager](overview.md) helps you manage and govern updates for all your machines. You can monitor Windows and Linux update compliance across your deployments in Azure, on-premises, and on the other cloud platforms from a single dashboard. This article summarizes new releases and features in Azure Update Manager.
1414

15+
## April 2024
16+
17+
### New region support
18+
19+
Azure Update Manager is now supported in US Government and Microsoft Azure operated by 21Vianet. [Learn more](support-matrix.md#supported-regions)
20+
21+
1522
## February 2024
1623

1724
### Migration scripts to move machines and schedules from Automation Update Management to Azure Update Manager (preview)
1825

19-
Migration scripts allow you to move all machines and schedules in an automation account from Automation Update Management to azure Update Management in an automated fashion. [Learn more](guidance-migration-automation-update-management-azure-update-manager.md).
26+
Migration scripts allow you to move all machines and schedules in an automation account from Automation Update Management to Azure Update Management in an automated fashion. [Learn more](guidance-migration-automation-update-management-azure-update-manager.md).
2027

2128

2229
### Updates blade in Azure Update Manager (preview)
@@ -75,7 +82,7 @@ Dynamic scope is an advanced capability of schedule patching. You can now create
7582

7683
### Customized image support
7784

78-
Update Manager now supports [generalized](../virtual-machines/linux/imaging.md#generalized-images) custom images, and a combination of offer, publisher, and SKU for Marketplace/PIR images.See the [list of supported operating systems](support-matrix.md#supported-operating-systems).
85+
Update Manager now supports [generalized](../virtual-machines/linux/imaging.md#generalized-images) custom images, and a combination of offer, publisher, and SKU for Marketplace/PIR images. See the [list of supported operating systems](support-matrix.md#supported-operating-systems).
7986

8087
### Multi-subscription support
8188

0 commit comments

Comments
 (0)