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
> Automanage for Windows Server Services is currently in Public Preview. An opt-in procedure is needed to use the Hotpatch capability described below.
18
-
> This preview version 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.
17
+
> Hotpatch is currently in Public Preview. An opt-in procedure is needed to use the Hotpatch capability described below.
18
+
> 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.
19
19
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
20
20
21
-
> [!NOTE]
22
-
> Hotpatch can be evaluated on _Windows Server 2022 Datacenter: Azure Edition (Core) Preview_. Hotpatch on _Windows Server 2019 Datacenter: Azure Edition Preview_ is no longer available to evaluate.
23
-
24
21
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:
25
22
* Lower workload impact with less reboots
26
23
* Faster deployment of updates as the packages are smaller, install faster, and have easier patch orchestration with Azure Update Manager
@@ -44,18 +41,19 @@ Hotpatch is available in all global Azure regions in preview. Azure Government r
44
41
## How to get started
45
42
46
43
> [!NOTE]
47
-
> During the preview phase you can get started in the Azure portal using [this link](https://aka.ms/AutomanageWindowsServerPreview).
44
+
> During the preview phase you can get started in the Azure portal using [this link](https://aka.ms/ws2022ae-portal-preview).
48
45
49
46
To start using Hotpatch on a new VM, follow these steps:
50
47
1. Enable preview access
51
48
* One-time preview access enablement is required per subscription.
52
-
* Preview access can be enabled through API, PowerShell, or CLI as described in the following section.
53
-
1. Create a VM from the Azure portal
54
-
* During the preview, you'll need to get started using [this link](https://aka.ms/AutomanageWindowsServerPreview).
55
-
1. Supply VM details
56
-
* Ensure that the supported _Windows Server Azure Edition_ image that you would like to use is selected in the Image dropdown. Supported images are listed at the top of this article.
57
-
* On the Management tab step, scroll down to the ‘Guest OS updates’ section. You'll see Hotpatching set to On and Patch installation defaulted to Azure-orchestrated patching.
58
-
* Automanage VM Best Practices will be enabled by default
49
+
* Preview access can be enabled through API, PowerShell, or CLI as described in the 'Enabling preview access' section below.
50
+
1. Start creating a new VM from the Azure portal
51
+
* During the preview, you'll need to get started using [this link](https://aka.ms/ws2022ae-portal-preview).
52
+
1. Supply details during VM creation
53
+
* 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.
54
+
* 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'.
55
+
* 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.
56
+
59
57
1. Create your new VM
60
58
61
59
## Enabling preview access
@@ -229,5 +227,6 @@ There are some important considerations to running a supported _Windows Server A
229
227
230
228
## Next steps
231
229
232
-
* Learn about Azure Update Management [here](../automation/update-management/overview.md).
233
-
* Learn more about Automatic VM Guest Patching [here](../virtual-machines/automatic-vm-guest-patching.md)
230
+
* Learn about [Azure Update Management](../automation/update-management/overview.md)
231
+
* Learn more about [Automatic VM Guest Patching](../virtual-machines/automatic-vm-guest-patching.md)
232
+
* Learn more about [Automanage for Windows Server](automanage-windows-server-services-overview.md)
title: SMB over QUIC with Azure Automanage machine best practices
3
+
description: Overview of managing SMB over QUIC with Azure Automanage machine best practices
4
+
author: daniellee-microsoft
5
+
ms.service: virtual-machines
6
+
ms.subservice: automanage
7
+
ms.workload: infrastructure
8
+
ms.topic: conceptual
9
+
ms.date: 11/1/2021
10
+
ms.author: jol
11
+
---
12
+
13
+
# SMB over QUIC with Automanage machine best practices
14
+
15
+
SMB over QUIC offers an "SMB VPN" for telecommuters, mobile device users, and branch offices, providing secure, reliable connectivity to edge file servers over untrusted networks like the Internet. To learn more about SMB over QUIC and how to configure SMB over QUIC, see [SMB over QUIC](https://aka.ms/smboverquic).
16
+
17
+
Additionally, SMB over QUIC is integrated with Automanage machine best practices to help make SMB over QUIC management easier. QUIC uses certificates to provide its encryption and organizations often struggle to maintain complex public key infrastructures. Automanage machine best practices ensures that certificates do not expire without warning and that SMB over QUIC stays enabled for maximum continuity of service.
18
+
19
+
## How to get started
20
+
21
+
> [!NOTE]
22
+
> For prerequisites on using Automanage machine best practices, see [Enable on VMs in the Azure portal](quick-create-virtual-machines-portal.md).
23
+
24
+
> [!NOTE]
25
+
> During the preview phase, you can get started in the Azure portal using [this link](https://aka.ms/automanage-ws-portal-preview).
26
+
27
+
## Enable Automanage best practices when creating a new VM
28
+
29
+
To enable Automanage machine best practices for SMB over QUIC on a VM, follow these steps:
30
+
31
+
1. Sign in to the Azure portal using the preview link above.
32
+
2. Create an Azure VM with the _Windows Server 2022 Datacenter: Azure Edition_ image to get the Automanage for Windows Server capabilities, including SMB over QUIC.
33
+
3. In the **Management** tab, for the Azure Automanage Environment setting, either choose **Dev/Test** or **Production** to enable Automanage machine best practices.
34
+
35
+
:::image type="content" source="media\automanage-smb-over-quic\create-vm-automanage-setting.png" alt-text="Enable Automanage when creating a VM.":::
36
+
37
+
4. Configure any additional settings as needed and create the VM.
38
+
39
+
## Enable Automanage best practices on existing VMs
40
+
41
+
You can also enable Automanage machine best practices for a VM you have previously created. Note that the VM must have been created with the _Windows Server 2022 Datacenter: Azure Edition_ image to get the Automanage for Windows Server capabilities, including SMB over QUIC.
42
+
43
+
1. Navigate to the VM you have previously created.
44
+
2. Select the Automanage menu, choose either the **Dev/Test** or **Production** environment, then click **Enable**.
45
+
46
+
:::image type="content" source="media\automanage-smb-over-quic\vm-enable-automanage.png" alt-text="Enable Automanage for an existing VM.":::
47
+
48
+
## Viewing Automanage best practice compliance
49
+
50
+
It may take a couple of hours for machine best practices to be configured and then the best practice policies to be assigned and assessed on the VM. Once it is complete, you will see the SMB over QUIC policies and their status as shown below. These policies will continuously be assessed automatically to ensure SMB over QUIC is configured properly and that the certificates used are valid and healthy.
51
+
52
+
:::image type="content" source="media\automanage-smb-over-quic\vm-automanage-configured.png" alt-text="View SMB over QUIC policies for a VM.":::
53
+
54
+
## Next steps
55
+
56
+
> [!div class="nextstepaction"]
57
+
> [Learn more about SMB over QUIC](https://aka.ms/smboverquic)
Copy file name to clipboardExpand all lines: articles/automanage/automanage-windows-server-services-overview.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Automanage for Windows Server Services (preview)
3
-
description: Overview of Automanage for Windows Server Services and capabilities with Windows Server Azure Edition
2
+
title: Automanage for Windows Server
3
+
description: Overview of Azure Automanage for Windows Server capabilities with Windows Server Azure Edition
4
4
author: nwashburn-ms
5
5
ms.service: virtual-machines
6
6
ms.subservice: automanage
@@ -10,21 +10,18 @@ ms.date: 07/09/2021
10
10
ms.author: niwashbu
11
11
---
12
12
13
-
# Automanage for Windows Server Services (preview)
13
+
# Azure Automanage for Windows Server
14
14
15
-
Automanage for Windows Server Services brings new capabilities specifically to _Windows Server Azure Edition_. These capabilities include:
16
-
- Hotpatch
15
+
Azure Automanage for Windows Server brings new capabilities specifically to _Windows Server Azure Edition_. These capabilities include:
16
+
- Hotpatch (preview)
17
17
- SMB over QUIC
18
-
- Extended Network
18
+
- Extended network for Azure
19
19
20
20
> [!IMPORTANT]
21
-
> Automanage for Windows Server Services is currently in Public Preview. An opt-in procedure is needed to use the Hotpatch capability described below.
22
-
> This preview version 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.
21
+
> Hotpatch is currently in Public Preview. An opt-in procedure is needed to use the Hotpatch capability described below.
22
+
> 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.
23
23
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24
24
25
-
> [!NOTE]
26
-
> Hotpatch can be evaluated on _Windows Server 2022 Datacenter: Azure Edition (Core) Preview_. Hotpatch on _Windows Server 2019 Datacenter: Azure Edition Preview_ is no longer available to evaluate.
27
-
28
25
Automanage for Windows Server capabilities can be found in one or more of these _Windows Server Azure Edition_ images:
29
26
30
27
- Windows Server 2022 Datacenter: Azure Edition (Desktop Experience)
@@ -34,7 +31,7 @@ Capabilities vary by image, see [getting started](#getting-started-with-windows-
34
31
35
32
## Automanage for Windows Server capabilities
36
33
37
-
### Hotpatch
34
+
### Hotpatch (preview)
38
35
39
36
Hotpatch is available in public preview on the following images:
40
37
@@ -49,11 +46,16 @@ SMB over QUIC is available in public preview on the following images:
49
46
- Windows Server 2022 Datacenter: Azure Edition (Desktop experience)
50
47
- Windows Server 2022 Datacenter: Azure Edition (Core)
51
48
52
-
SMB over QUIC enables users to access files when working remotely without a VPN, by tunneling SMB traffic over the QUIC protocol. To learn more, see [SMB over QUIC](/windows-server/storage/file-server/smb-over-quic).
49
+
SMB over QUIC offers an "SMB VPN" for telecommuters, mobile device users, and branch offices, providing secure, reliable connectivity to edge file servers over untrusted networks like the Internet. [QUIC](https://datatracker.ietf.org/doc/rfc9000/) is an IETF-standardized protocol used in HTTP/3, designed for maximum data protection with TLS 1.3 and requires encryption that cannot be disabled. SMB behaves normally within the QUIC tunnel, meaning the user experience doesn't change. SMB features like multichannel, signing, compression, continuous availability, and directory leasing work normally.
50
+
51
+
SMB over QUIC is also integrated with [Automanage machine best practices for Windows Server](automanage-windows-server.md) to help make SMB over QUIC management easier. QUIC uses certificates to provide its encryption and organizations often struggle to maintain complex public key infrastructures. Automanage machine best practices ensure that certificates do not expire without warning and that SMB over QUIC stays enabled for maximum continuity of service.
52
+
53
+
To learn more, see [SMB over QUIC](https://aka.ms/smboverquic) and [SMB over QUIC management with Automanage machine best practices](automanage-smb-over-quic.md).
54
+
53
55
54
-
### Azure Extended Network
56
+
### Extended network for Azure
55
57
56
-
Azure Extended Network is available in public preview on the following images:
58
+
Extended Network for Azure is available on the following images:
57
59
58
60
- Windows Server 2022 Datacenter: Azure Edition (Desktop experience)
59
61
- Windows Server 2022 Datacenter: Azure Edition (Core)
@@ -69,12 +71,15 @@ It's important to consider up front, which Automanage for Windows Server capabil
69
71
70
72
|Image|Capabilities|
71
73
|--|--|
72
-
|Windows Server 2022 Datacenter: Azure Edition (Desktop experience) | SMB over QUIC, Extended Network|
73
-
| Windows Server 2022 Datacenter: Azure Edition (Core) | Hotpatch, SMB over QUIC, Extended Network|
74
+
|Windows Server 2022 Datacenter: Azure Edition (Desktop experience) | SMB over QUIC, Extended network for Azure|
75
+
| Windows Server 2022 Datacenter: Azure Edition (Core) | Hotpatch, SMB over QUIC, Extended network for Azure|
74
76
75
77
### Creating a VM
76
78
77
-
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. Configuration of those capabilities may be needed during VM creation. You can learn more about VM configuration in the individual capability topics (such as [Hotpatch](automanage-hotpatch.md)).
79
+
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.
80
+
81
+
> [!IMPORTANT]
82
+
> 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.
0 commit comments