Skip to content

Commit 93482b8

Browse files
committed
Removed preview references
1 parent c045a93 commit 93482b8

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

articles/automanage/automanage-hotpatch.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hotpatch for Windows Server Azure Edition (preview)
2+
title: Hotpatch for Windows Server Azure Edition
33
description: Learn how Hotpatch for Windows Server Azure Edition works and how to enable it
44
author: ju-shim
55
ms.service: automanage
@@ -10,12 +10,17 @@ ms.author: jushiman
1010
ms.custom: devx-track-azurepowershell
1111
---
1212

13-
# Hotpatch for new virtual machines (Preview)
13+
# Hotpatch for new virtual machines
1414

15+
<!--
1516
> [!IMPORTANT]
1617
> Hotpatch is currently in Public Preview. An opt-in procedure is needed to use the Hotpatch capability described below.
1718
> This preview is provided without a service level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
1819
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20+
-->
21+
22+
> [!IMPORTANT]
23+
> Hotpatch is supported on _Windows Server 2022 Datacenter: Azure Edition (Server Core)_.
1924
2025
Hotpatching is a new way to install updates on supported _Windows Server Azure Edition_ virtual machines (VMs) that doesn’t require a reboot after installation. This article covers information about Hotpatch for supported _Windows Server Azure Edition_ VMs, which has the following benefits:
2126
* Lower workload impact with less reboots
@@ -35,26 +40,24 @@ There are two types of baselines: **Planned baselines** and **unplanned baseline
3540
* The sample schedule above illustrates two unplanned baselines that would replace the hotpatch releases for those months (the actual number of unplanned baselines in a year isn't known in advance).
3641

3742
## Regional availability
38-
Hotpatch is available in all global Azure regions in preview. Azure Government regions aren't supported in the preview.
43+
Hotpatch is available in all global Azure regions.
3944

4045
## How to get started
4146

4247
> [!NOTE]
43-
> During the preview phase you can get started in the Azure portal using [this link](https://aka.ms/ws2022ae-portal-preview).
48+
> You can preview onboarding Automanage machine best practices during VM creation in the Azure portal using [this link](https://aka.ms/ws2022ae-portal-preview).
4449
4550
To start using Hotpatch on a new VM, follow these steps:
46-
1. Enable preview access
47-
* One-time preview access enablement is required per subscription.
48-
* Preview access can be enabled through API, PowerShell, or CLI as described in the 'Enabling preview access' section below.
4951
1. Start creating a new VM from the Azure portal
50-
* During the preview, you'll need to get started using [this link](https://aka.ms/ws2022ae-portal-preview).
51-
1. Supply details during VM creation
52+
* You can preview onboarding Automanage machine best practices during VM creation in the Azure portal using [this link](https://aka.ms/ws2022ae-portal-preview).
53+
1. Supply details during VM creation
5254
* Ensure that a supported _Windows Server Azure Edition_ image is selected in the Image dropdown. Use [this guide](automanage-windows-server-services-overview.md#getting-started-with-windows-server-azure-edition) to determine which images are supported.
53-
* On the Management tab under section ‘Guest OS updates’, select the checkbox for 'Enable hotpatch' to evaluate hotpatch while in preview. Patch orchestration options will be set to 'Azure-orchestrated'.
54-
* On the Management tab under section 'Azure Automanage', select 'Dev/Test' or 'Production' for 'Azure Automanage environment' to evaluate Automanage machine best practices while in preview.
55+
* On the Management tab under section ‘Guest OS updates’, the checkbox for 'Enable hotpatch' will be selected. Patch orchestration options will be set to 'Azure-orchestrated'.
56+
* If you create a VM using [this link](https://aka.ms/ws2022ae-portal-preview), on the Management tab under section 'Azure Automanage', select 'Dev/Test' or 'Production' for 'Azure Automanage environment' to evaluate Automanage machine best practices while in preview.
5557

5658
1. Create your new VM
5759

60+
<!--
5861
## Enabling preview access
5962
6063
### REST API
@@ -127,16 +130,17 @@ Once the feature has been registered for your subscription, complete the opt-in
127130
```
128131
az provider register --namespace Microsoft.Compute
129132
```
133+
-->
130134

131135
## Patch installation
132136

133-
During the preview, [Automatic VM Guest Patching](../virtual-machines/automatic-vm-guest-patching.md) is enabled automatically for all VMs created with a supported _Windows Server Azure Edition_ image. With automatic VM guest patching enabled:
137+
[Automatic VM Guest Patching](../virtual-machines/automatic-vm-guest-patching.md) is enabled automatically for all VMs created with a supported _Windows Server Azure Edition_ image. With automatic VM guest patching enabled:
134138
* Patches classified as Critical or Security are automatically downloaded and applied on the VM.
135139
* Patches are applied during off-peak hours in the VM's time zone.
136140
* Patch orchestration is managed by Azure and patches are applied following [availability-first principles](../virtual-machines/automatic-vm-guest-patching.md#availability-first-updates).
137141
* Virtual machine health, as determined through platform health signals, is monitored to detect patching failures.
138142

139-
### How does automatic VM guest patching work?
143+
## How does automatic VM guest patching work?
140144

141145
When [Automatic VM Guest Patching](../virtual-machines/automatic-vm-guest-patching.md) is enabled on a VM, the available Critical and Security patches are downloaded and applied automatically. This process kicks off automatically every month when new patches are released. Patch assessment and installation are automatic, and the process includes rebooting the VM as required.
142146

@@ -192,7 +196,7 @@ There are some important considerations to running a supported _Windows Server A
192196

193197
### What will the Hotpatch schedule look like?
194198

195-
* Hotpatching works by establishing a baseline with a Windows Update Latest Cumulative Update, then builds upon that baseline with Hotpatch updates released monthly. During the preview, baselines will be released starting out every three months. See the image below for an example of an annual three-month schedule (including example unplanned baselines due to zero-day fixes).
199+
* Hotpatching works by establishing a baseline with a Windows Update Latest Cumulative Update, then builds upon that baseline with Hotpatch updates released monthly. Baselines will be released starting out every three months. See the image below for an example of an annual three-month schedule (including example unplanned baselines due to zero-day fixes).
196200

197201
:::image type="content" source="media\automanage-hotpatch\hotpatch-sample-schedule.png" alt-text="Hotpatch Sample Schedule.":::
198202

@@ -212,14 +216,6 @@ There are some important considerations to running a supported _Windows Server A
212216

213217
* Yes, upgrading from existing versions of Windows Server (such as Windows Server 2016 or Windows Server 2019) to _Windows Server 2022 Datacenter: Azure Edition_ is supported.
214218

215-
### Can I use Hotpatch for production workloads during the preview?
216-
217-
* Previews are intended for testing purposes only and not for use in production environments.
218-
219-
### Will I be charged during the preview?
220-
221-
* The license for _Windows Server Azure Edition_ is free during the preview. However, the cost of any underlying infrastructure set up for your VM (storage, compute, networking, etc.) will still be charged to your subscription.
222-
223219
### How can I get troubleshooting support for Hotpatching?
224220

225221
* You can file a [technical support case ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). For the Service option, search for and select **Virtual Machine running Windows** under Compute. Select **Azure Features** for the problem type and **Automatic VM Guest Patching** for the problem subtype.

0 commit comments

Comments
 (0)