Skip to content

Commit 2fd35a9

Browse files
MikeWeiner-MicrosoftMikeWeiner-Microsoft
authored andcommitted
updating ESU
1 parent 11da42d commit 2fd35a9

File tree

1 file changed

+31
-22
lines changed

1 file changed

+31
-22
lines changed

articles/azure-vmware/extended-security-updates-windows-sql-server.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Extended Security Updates (ESU) for Windows Server and SQL Server
2+
title: Extended Security Updates (ESU) for SQL Server and Windows Server
33
description: Customers get free Extended Security Updates (ESUs) for older Windows Server and SQL Server versions. This article is to raise awareness of ESU support in Azure and AVS and tells them how they can configure it for this software running in Azure VMware Solution virtual machines.
44
author: MikeWeiner-Microsoft
55
ms.author: michwe
@@ -8,43 +8,40 @@ ms.topic: how-to
88
ms.date: 03/18/2024
99
---
1010

11-
# Extended Security Updates (ESU) for Windows Server and SQL Server in Azure VMware Solution virtual machines
11+
# ESUs for SQL Server and Windows Server in Azure VMware Solution VMs
1212

13-
Extended Security Updates (ESUs) provide a way for customers to continue to run software that has reached its end-of-support lifecycle. ESUs are the mechanism, which allows these older versions of software to continue to be run in a supported manner and still receive security updates and critical patches.
13+
Extended Security Updates (ESUs) provide a way for customers to continue to run software that has reached its end-of-support lifecycle. ESUs are the mechanism, which allows these older versions of software to continue to be run in a supported manner and still receive security updates and critical patches.
1414

15-
Only in Azure, which includes Azure VMware Solution (AVS), are ESUs free of charge for additional years past their end-of-support. For more information on timelines, see [Extended Security updates for SQL Server and Windows Server].
15+
Only in Azure, which includes Azure VMware Solution, are ESUs free of charge for additional years past their end-of-support. For more information on timelines, see [Extended Security updates for SQL Server and Windows Server].
1616

17-
The way to configure Windows Server and SQL Server virtual machines for no-cost ESUs in Azure VMware Solution is provided in the following sections. The process is distinct to the Azure VMware Solution private cloud architecture.
17+
The way to configure SQL Server and Windows Server virtual machines for no-cost ESUs in Azure VMware Solution is provided in the following sections. The process is distinct to the Azure VMware Solution private cloud architecture.
1818

19-
For more information about ESUs for Window Server and SQL Server, see the following articles:
19+
For more information about ESUs for SQL Server and Window Server, see the following articles:
2020

2121
- [What are Extended Security Updates - SQL Server](https://learn.microsoft.com/sql/sql-server/end-of-support/sql-server-extended-security-updates)
2222
- [Extend Security Updates for Windows Server overview](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)
2323

24-
## Configure Windows Server and SQL Server for ESUs in AVS
25-
In this section, we show how to configure the virtual machines running Windows Server and SQL Server for ESUs at no-cost in Azure VMware Solution.
24+
## Configure SQL Server and Windows Server for ESUs in Azure VMware Solution
25+
In this section, we show how to configure the virtual machines running SQL Server and Windows Server for ESUs at no-cost in Azure VMware Solution.
2626

27-
### Windows Server
28-
For Windows Server environments running in VMs in AVS, the process to enable ESUs requires contacting [Microsoft Support] for help in configuration.
29-
30-
When you contact support, the ticket should be raised under the category of Azure VMware Solution and requires the following information:
31-
- Customer Name and Tenant ID
32-
- Number of virtual machines you want to register
33-
- OS versions
34-
- ESU Year(s) coverage (for example, Year 1, Year 2, Year 3, etc.)
27+
### SQL Server
28+
For SQL Server environments running in a VM in Azure VMware Solution, you can use Extended Security Updates enabled by Azure Arc to configure ESUs and automate patching.
3529

36-
> [!WARNING]
37-
> If you create Extended Security Update licenses for Windows through Azure Arc, this will result in billing charges for the ESUs.
30+
First you will need to Arc-enable VMware vShpere for Azure VMware Solution and have the Azure Extension for SQL Server is installed onto the VM. The steps are:
3831

39-
### SQL Server
40-
For SQL Server environments running in a VM in AVS, you can use Extended Security Updates enabled by Azure Arc to configure ESUs and automate patching. The configuration steps are
41-
1. Follow the steps outlined in [Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud](https://learn.microsoft.com/azure/azure-vmware/deploy-arc-for-azure-vmware-solution?tabs=windows) to enable the AVS environment.
32+
1. To Arc-enable the VMware vSphere in Azure VMware Solution use this document [Deploy Arc-enabled VMware vSphere for Azure VMware Solution private cloud](https://learn.microsoft.com/azure/azure-vmware/deploy-arc-for-azure-vmware-solution?tabs=windows).
4233

43-
2. You should then follow the steps discussed here: [Subscribe to Extended Security Updates enabled by Azure Arc](https://learn.microsoft.com/sql/sql-server/end-of-support/sql-server-extended-security-updates?#subscribe-to-extended-security-updates-enabled-by-azure-arc) to subscribe to Extended Security Updates through the SQL Server Configuration experience.
34+
2. You will also need to enable guest management for the individual VMs running SQL Server and make sure the Azure Extension for SQL Server is installed. Steps to validate the extension is installed are provided in the section *View ESU subscription status*
4435

4536
> [!WARNING]
4637
> If you register SQL Server instances in a different manner than documented in this step it will not be integrated into AVS and result in you being billed for ESUs.
4738
39+
Next, once VMware vSphere for Azure VMware Solution is Arc-enabled and Azure Extension for SQL Server is installed the VM you can subscribe to Extended Security Updates by updating the SQL Server Configuration on the Arc-enabled VM. To find the SQL Server Configuration from the Azure portal:
40+
41+
- Go to vCenter Server Inventory and Virtual Machines clicking through one of the Arc-enabled VMs. Here you see the Machine-Azure Arc (AVS) page.
42+
- In the left pane expand operations and you should see the SQL Server Configuration
43+
- You should then follow the steps discussed in the section: [Subscribe to Extended Security Updates enabled by Azure Arc](https://learn.microsoft.com/sql/sql-server/end-of-support/sql-server-extended-security-updates?#subscribe-to-extended-security-updates-enabled-by-azure-arc) which also provides syntax to configure via Azure Powershell or Azure CLI.
44+
4845
#### View ESU subscription status
4946
For machines running SQL Server where **Guest Management** is enabled the Azure Extension for SQL Server should be registered. You can validate the extension is installed through these steps.
5047

@@ -54,6 +51,18 @@ For machines running SQL Server where **Guest Management** is enabled the Azure
5451

5552
- Through Azure Resource Graph (ARG) queries
5653
- You can use the following query [VM ESU subscription status](https://learn.microsoft.com/sql/sql-server/end-of-support/sql-server-extended-security-updates?#view-esu-subscriptions) as an example to show you can view eligible SQL Server ESU instances and their ESU subscription status.
54+
55+
### Windows Server
56+
For Windows Server environments running in VMs in AVS, the process to enable ESUs requires contacting [Microsoft Support] for help in configuration.
57+
58+
When you contact support, the ticket should be raised under the category of Azure VMware Solution and requires the following information:
59+
- Customer Name and Tenant ID
60+
- Number of virtual machines you want to register
61+
- OS versions
62+
- ESU Year(s) coverage (for example, Year 1, Year 2, Year 3, etc.)
63+
64+
> [!WARNING]
65+
> If you create Extended Security Update licenses for Windows through Azure Arc, this will result in billing charges for the ESUs.
5766
5867

5968
## Related content

0 commit comments

Comments
 (0)