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
Copy file name to clipboardExpand all lines: articles/azure-vmware/extended-security-updates-windows-sql-server.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
title: Extended Security Updates (ESU) for SQL Server and Windows Server
3
-
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.
3
+
description: Customers get free Extended Security Updates (ESUs) for older SQL Server and Windows Server versions. This article is to raise awareness of ESU support in Azure and Azure VMware Solution and shows customer how they can configure it for this software running in virtual machines on the platform.
4
4
author: MikeWeiner-Microsoft
5
5
ms.author: michwe
6
6
ms.service: azure-vmware
7
7
ms.topic: how-to
8
-
ms.date: 03/18/2024
8
+
ms.date: 04/04/2024
9
9
---
10
10
11
11
# ESUs for SQL Server and Windows Server in Azure VMware Solution VMs
12
12
13
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.
14
14
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].
15
+
Only in Azures, 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].
16
16
17
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.
18
18
@@ -27,27 +27,27 @@ In this section, we show how to configure the virtual machines running SQL Serve
27
27
### SQL Server
28
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.
29
29
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:
30
+
First you'll need to Arc-enable VMware vShpere for Azure VMware Solution and have the Azure Extension for SQL Server installed onto the VM. The steps are:
31
31
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).
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).
33
33
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*
34
+
2. You'll also need to enable guest management for the individual VMs running SQL Server and make sure the Azure Extension for SQL Server is installed. To validate the extension is installed see the section *View ESU subscription status*
35
35
36
36
> [!WARNING]
37
-
> 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.
37
+
> If you register SQL Server instances in a different manner than documented in the steps provided above the VM will not be registered as part of Azure VMware Solution and result in you being billed for ESUs.
38
38
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:
39
+
Next, once these steps are complete you can subscribe to Extended Security Updates by updating the SQL Server Configuration on the Azure Arc-enabled VM. To find the SQL Server Configuration from the Azure portal:
40
40
41
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.
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
44
45
45
#### View ESU subscription status
46
-
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.
46
+
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.
47
47
48
48
- From the Azure portal
49
-
- 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.
50
-
- Within the **Overview** section of the menu, located in the upper left, there's a **Properties/Extensions** view that lists the WindowsAgent.SqlServer (Microsoft.HybridCompute/machines/extensions) if installed.
49
+
1. 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.
50
+
2. As part of the **Overview** section of the left pane, there's a **Properties/Extensions** view that will list the WindowsAgent.SqlServer (Microsoft.HybridCompute/machines/extensions) if installed. Alternatively, you can expand **Settings** from the left pane and choose **Extensions** which should display the WindowsAgent.SqlServer name and type if configured.
51
51
52
52
- Through Azure Resource Graph (ARG) queries
53
53
- 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.
0 commit comments