Skip to content

Commit 30a7198

Browse files
authored
Merge pull request #289271 from SnehaSudhirG/26Oct-AUMHotPatching
Added a new article, images and updated toc
2 parents 322cc41 + 79be0cf commit 30a7198

12 files changed

+157
-3
lines changed
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
---
2+
title: Hotpatching (preview) on Azure Arc-enabled machines
3+
description: This article details how to manage hotpatching (preview) on Azure Arc-enabled machines.
4+
ms.service: azure-update-manager
5+
ms.date: 10/30/2024
6+
ms.topic: how-to
7+
author: SnehaSudhirG
8+
ms.author: sudhirsneha
9+
---
10+
11+
# Manage hotpatches (preview) on Arc-enabled machines
12+
13+
**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.
14+
15+
Azure Update Manager enables you to install hotpatches (preview) on Windows Server Azure Editions and Arc-enabled machines. For more information, see [Hotpatch for virtual machines](https://learn.microsoft.com/windows-server/get-started/hotpatch).
16+
17+
This article explains how to install hotpatches (preview) on compatible Arc-enabled machines. For hotpatches (preview) being non-intrusive on availability, you can create faster schedules and update your services immediately after release, with less planning to maintain reliability of your machines at-scale.
18+
19+
## Supported operating systems
20+
21+
- Windows Server 2025 Standard Edition
22+
- Windows Server 2025 Datacenter Edition
23+
24+
25+
## Prerequisites
26+
27+
- Verify that the machine has a supported OS SKU. [Learn more](#supported-operating-systems).
28+
- Ensure that Virtualization Based Security (VBS) is enabled. [Learn more](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/how-to-preview-azure-arc-connected-hotpatching-for-windows/ba-p/4246895).
29+
- Ensure the machine is Arc-enabled.
30+
31+
## Manage Hotpatches (preview)
32+
33+
### Enroll hotpatch (preview) license
34+
35+
To enroll hotpatch (preview) license, follow these steps:
36+
37+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to **Azure Update Manager**.
38+
1. Under **Resources**, select **Machines** and then select the specific *Arc-enabled server*.
39+
1. Under the **Recommended updates** section, in **Hotpatch**, select **Change**.
40+
1. In the Hotpatch (preview), select **I want to license this Windows Server to receive monthly patches** option.
41+
1. Select **Enable Hotpatching** and then select **Confirm**.
42+
43+
:::image type="content" source="./media/manage-hot-patching-arc-machines/enroll-hot-patch-license.png" alt-text="Screenshot showing how to enroll hotpatch license." lightbox="./media/manage-hot-patching-arc-machines/enroll-hot-patch-license.png":::
44+
45+
### Manage hotpatch (preview) updates
46+
47+
After you enroll to hotpatch (preview) license, your machine automatically receives hotpatch updates.
48+
49+
#### [At scale](#tab/manage-scale)
50+
51+
To enable or disable hotpaching at scale, follow these steps:
52+
53+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to **Azure Update Manager**.
54+
1. Under **Resources**, select **Machines** and in the **Azure Update Manager | Machines** page, under **Settings**, select **Update settings**.
55+
1. In **Change update settings** page, select **+Add machine**, to select the machine to which you want to change the update settings.
56+
1. In **Select resources** page, select the machines and then select **Add** to view the machines in **Change update settings** page.
57+
1. In the **Hotpatch (preview)** dropdown, select **Enable (current)** and then select **Save**.
58+
59+
:::image type="content" source="./media/manage-hot-patching-arc-machines/manage-hot-patch-updates.png" alt-text="Screenshot showing how to manage hotpatch updates." lightbox="./media/manage-hot-patching-arc-machines/manage-hot-patch-updates.png":::
60+
61+
#### [On single VM](#tab/manage-single)
62+
63+
To re-enable or disable updates on a single VM, follow these steps:
64+
65+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to **Azure Update Manager**.
66+
1. Under **Resources**, select **Machines** and then select the specific Arc-enabled machine.
67+
1. In the **Arc-enabled machine | Updates** page,
68+
under the **Recommended updates** section, in **Hotpatch**, select **Change**.
69+
1. In the Hotpatch (preview), select **Enable hotpatching** and then select **Confirm**.
70+
71+
:::image type="content" source="./media/manage-hot-patching-arc-machines/manage-hot-patch-single-vm.png" alt-text="Screenshot showing how to manage hotpatch updates on a single vm." lightbox="./media/manage-hot-patching-arc-machines/manage-hot-patch-single-vm.png":::
72+
---
73+
74+
### View hotpatch (preview) status
75+
76+
#### [At scale](#tab/hotpatch-scale)
77+
78+
To view the hotpatch (preview) status at scale on your machines, follow these steps:
79+
80+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to **Azure Update Manager**.
81+
1. Under **Resources**, select **Machines** and then select **Edit columns**.
82+
1. In **Choose columns** pane, select **Hotpatch status** and then select **Save**.
83+
84+
The **Hotpatch status** column appears in the machines grid and displays the status for all Azure machines and Arc-enabled machines. To view only Arc related details, you can filter Resource Type as **Arc-enabled server**.
85+
86+
:::image type="content" source="./media/manage-hot-patching-arc-machines/view-status-at-scale.png" alt-text="Screenshot showing how to view hotpatching status at scale." lightbox="./media/manage-hot-patching-arc-machines/view-status-at-scale.png":::
87+
88+
#### [On single VM](#tab/hotpatch-single)
89+
90+
To view the hotpatch (preview) status on a single machine, follow these steps:
91+
92+
1. Sign in to the [Azure portal](https://portal.azure.com) and go to **Azure Update Manager**.
93+
1. Under **Resources**, select **Machines** and then select the specific Arc-enabled machine.
94+
1. In the **Arc-enabled machine | Updates** page, under the **Recommended updates** section, you can view the Hotpatch status for your VM.
95+
96+
:::image type="content" source="./media/manage-hot-patching-arc-machines/view-status-single-machine.png" alt-text="Screenshot showing how to view hotpatching status on single virtual machine." lightbox="./media/manage-hot-patching-arc-machines/view-status-single-machine.png":::
97+
98+
---
99+
100+
### Hotpatch (preview) statuses
101+
102+
| Status | Meaning |
103+
|------|-----|
104+
| Not enrolled| License is available but not enrolled on this machine. |
105+
| Enabled | License is enrolled and machine is enabled for receiving hotpatch updates.|
106+
| Canceled | License has been canceled on the machine. |
107+
| Disabled | License is enrolled but the machine is disabled for receiving hotpatch updates. |
108+
| Pending | Interim status while enrollment is in progress. |
109+
110+
### Check hotpatch (preview) updates
111+
112+
For latest hotpatch updates, enable either [periodic assessment](assessment-options.md#periodic-assessment) or a [one-time update](assessment-options.md#check-for-updates-nowon-demand-assessment).
113+
114+
Periodic assessment automatically assesses for available updates and ensures that available patches are detected. You can view the results of the assessment on the **Recommended updates** tab, including the time of the last assessment.
115+
116+
You can also choose to trigger an *on-demand patch assessment* for your VM at any time using the **Check for updates** option and review the results after assessment completes. In this assessment result, you can view the reboot status of the given update under **Reboot required** column.
117+
118+
:::image type="content" source="./media/manage-hot-patching-arc-machines/check-hot-patch-updates.png" alt-text="Screenshot showing how to check hotpatching updates." lightbox="./media/manage-hot-patching-arc-machines/check-hot-patch-updates.png":::
119+
120+
121+
### Install hotpatch (preview) updates
122+
123+
To install, you can create a [user-defined schedule](scheduled-patching.md#schedule-recurring-updates-on-a-single-vm) or [one-time update](quickstart-on-demand.md#install-updates). You can install it immediately after it's available, allowing your machine to get secure faster.
124+
125+
Using either of these options you can choose to install all available update classifications or only security updates. You can also specify updates to include or exclude by providing the individual hotpatch (preview) knowledge base IDs. You can enter more than one knowledge base ID in this flow.
126+
127+
:::image type="content" source="./media/manage-hot-patching-arc-machines/include-knowledge-base-id.png" alt-text="Screenshot showing how to include knowledge base ID." lightbox="./media/manage-hot-patching-arc-machines/include-knowledge-base-id.png":::
128+
129+
This ensures that the hotpatch (preview) update which doesn't require reboots is installed in the same schedule or one-time update schedule, making patch installation window predictable.
130+
131+
### View history
132+
133+
You can view the history of update deployments on your VM through the [history](deploy-updates.md#view-update-history-for-a-single-vm) option.
134+
135+
**Update history** displays the history for the past 30 days, along with patch installation details such as reboot status.
136+
137+
:::image type="content" source="./media/manage-hot-patching-arc-machines/history-update-deployments.png" alt-text="Screenshot showing how to view the history of update deployments on your VM." lightbox="./media/manage-hot-patching-arc-machines/history-update-deployments.png":::
138+
139+
140+
## Next steps
141+
142+
* Learn more about [hotpatching on Azure VMs](updates-maintenance-schedules.md#hotpatching).
143+
* Learn more about [configure update settings](manage-update-settings.md) on your machines.
144+
* Learn more on how to perform an [on-demand update](deploy-updates.md).
145+
146+
290 KB
Loading
422 KB
Loading
201 KB
Loading
143 KB
Loading
421 KB
Loading
126 KB
Loading
282 KB
Loading
115 KB
Loading

articles/update-manager/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ items:
103103
href: pre-post-events-schedule-maintenance-configuration.md
104104
- name: Manage pre and post events
105105
href: manage-pre-post-events.md
106+
- name: Manage Hotpatches on Arc-Enabled Machines
107+
href: manage-hot-patching-arc-machines.md
106108
- name: Manage updates for Azure VMs using REST API
107109
href: manage-vms-programmatically.md
108110
- name: Manage updates for Arc-enabled servers using REST API

0 commit comments

Comments
 (0)