You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For servers running Server 2016 or later which are not using Update Manager scheduled patching (that has the VM PatchSettings set to AutomaticByOS = Azure-Orchestrated) you can use Group Policy to control this by downloading and using the latest Group Policy [Administrative template files](https://learn.microsoft.com/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
43
+
- For servers running Server 2016 or later which aren't using Update Manager scheduled patching (that has the VM PatchSettings set to AutomaticByOS = Azure-Orchestrated) you can use Group Policy to control this by downloading and using the latest Group Policy [Administrative template files](https://learn.microsoft.com/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
44
44
45
45
> [!NOTE]
46
46
> Run the following PowerShell script on the server to disable first party updates.
@@ -55,7 +55,7 @@ Use one of the following options to perform the settings change at scale:
55
55
56
56
**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).
57
57
58
-
**Linux**: If you include a specific third party software repository in the Linux package manager repository location, it is scanned when it performs software update operations. The package won't be available for assessment and installation if you remove it.
58
+
**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 won't be available for assessment and installation if you remove it.
59
59
60
60
> [!NOTE]
61
61
> Update Manager does not support managing the Microsoft Configuration Manager client.
@@ -100,17 +100,68 @@ United States | Central US </br> East US </br> East US 2</br> North Central US <
100
100
# [Azure VMs](#tab/azurevm-os)
101
101
102
102
> [!NOTE]
103
-
> Currently, Update Manager has the following limitations regarding the operating system support:
104
-
> - Marketplace images other than the [list of supported marketplace OS images](../virtual-machines/automatic-vm-guest-patching.md#supported-os-images) are currently not supported.
103
+
> Currently, Update Manager has the following limitation regarding the operating system support:
105
104
> - [Specialized images](../virtual-machines/linux/imaging.md#specialized-images) and **VMs created by Azure Migrate, Azure Backup, Azure Site Recovery** aren't fully supported for now. However, you can **use on-demand operations such as one-time update and check for updates** in Update Manager (preview).
106
105
>
107
-
> For the above limitations, we recommend that you use [Automation Update management](../automation/update-management/overview.md) till the support is available in Update Manager (preview).
108
-
109
-
**Marketplace/PIR images**
110
-
111
-
Currently, we support a combination of Offer, Publisher, and Sku of the image. Ensure that you match all the three to confirm support. For more information, see [list of supported marketplace OS images](../virtual-machines/automatic-vm-guest-patching.md#supported-os-images).
112
-
113
-
**Custom images**
106
+
> For the above limitation, we recommend that you use [Automation Update management](../automation/update-management/overview.md) till the support is available in Update Manager (preview).
107
+
108
+
109
+
### Marketplace/PIR images
110
+
111
+
The Marketplace image in Azure has the following attributes:
112
+
- **Publisher** - The organization that creates the image. Examples: Canonical, MicrosoftWindowsServer
113
+
- **Offer**- The name of the group of related images created by the publisher. Examples: UbuntuServer, WindowsServer
114
+
- **SKU**- An instance of an offer, such as a major release of a distribution. Examples: 18.04LTS, 2019-Datacenter
115
+
- **Version** - The version number of an image SKU.
116
+
117
+
Azure Update Manager supports the following operating system versions. However, you could experience failures if there are any configuration changes on the VMs such as package or repository.
118
+
119
+
#### Windows operating systems
120
+
121
+
| **Publisher**| **Versions(s)**
122
+
|----------|-------------|
123
+
|Microsoft Windows Server | 1709, 1803, 1809, 2012, 2016, 2019, 2022|
124
+
|Microsoft Windows Server HPC Pack | 2012, 2016, 2019 |
We support [generalized](../virtual-machines/linux/imaging.md#generalized-images) custom images. Table below lists the operating systems that we support for generalized images. Refer to [custom images (preview)](manage-updates-customized-images.md) for instructions on how to start using Update Manager (preview) to manage updates on custom images.
0 commit comments