Skip to content

Commit 1261403

Browse files
authored
Merge pull request #188462 from nwashburn-ms/niwashbu-02-13
Removed preview references
2 parents 30e2485 + 33064bd commit 1261403

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
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.

articles/automanage/automanage-windows-server-services-overview.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@ author: nwashburn-ms
55
ms.service: automanage
66
ms.workload: infrastructure
77
ms.topic: conceptual
8-
ms.date: 07/09/2021
8+
ms.date: 02/13/2022
99
ms.author: niwashbu
1010
---
1111

1212
# Azure Automanage for Windows Server
1313

1414
Azure Automanage for Windows Server brings new capabilities specifically to _Windows Server Azure Edition_. These capabilities include:
15-
- Hotpatch (preview)
15+
- Hotpatch
1616
- SMB over QUIC
1717
- Extended network for Azure
1818

19+
<!--
1920
> [!IMPORTANT]
2021
> Hotpatch is currently in Public Preview. An opt-in procedure is needed to use the Hotpatch capability described below.
2122
> 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.
2223
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24+
-->
2325

2426
Automanage for Windows Server capabilities can be found in one or more of these _Windows Server Azure Edition_ images:
2527

@@ -30,17 +32,17 @@ Capabilities vary by image, see [getting started](#getting-started-with-windows-
3032

3133
## Automanage for Windows Server capabilities
3234

33-
### Hotpatch (preview)
35+
### Hotpatch
3436

35-
Hotpatch is available in public preview on the following images:
37+
Hotpatch is available on the following images:
3638

3739
- Windows Server 2022 Datacenter: Azure Edition (Core)
3840

3941
Hotpatch gives you the ability to apply security updates on your VM without rebooting. Additionally, Automanage for Windows Server automates the onboarding, configuration, and orchestration of Hotpatching. To learn more, see [Hotpatch](automanage-hotpatch.md).
4042

4143
### SMB over QUIC
4244

43-
SMB over QUIC is available in public preview on the following images:
45+
SMB over QUIC is available on the following images:
4446

4547
- Windows Server 2022 Datacenter: Azure Edition (Desktop experience)
4648
- Windows Server 2022 Datacenter: Azure Edition (Core)
@@ -77,8 +79,10 @@ It's important to consider up front, which Automanage for Windows Server capabil
7779

7880
To start using Automanage for Windows Server capabilities on a new VM, use your preferred method to create an Azure VM, and select the _Windows Server Azure Edition_ image that corresponds to the set of [capabilities](#getting-started-with-windows-server-azure-edition) that you would like to use.
7981

82+
<!--
8083
> [!IMPORTANT]
8184
> Some capabilities have specific configuration steps to perform during VM creation, and some capabilities that are in preview have specific opt-in and portal viewing requirements. See the individual capability topics above to learn more about using that capability with your VM.
85+
-->
8286

8387
## Next steps
8488

0 commit comments

Comments
 (0)