Skip to content

Commit 06bebc2

Browse files
authored
Adding ESU 2016 VM price note (#36873)
1 parent 8420cd7 commit 06bebc2

5 files changed

Lines changed: 20 additions & 3 deletions

File tree

docs/includes/2016-esu.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: MashaMSFT
3+
ms.author: mathoma
4+
ms.date: 03/27/2026
5+
ms.service: sql
6+
ms.topic: include
7+
---
8+
> [!NOTE]
9+
> Price structure for Extended Security Updates (ESUs) is changing for SQL Server 2016 on Azure VMs. For more information, see the [ESU pricing blog](https://aka.ms/ESUPricingBlog).

docs/sql-server/azure-arc/extended-security-updates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ ms.custom:
1515

1616
[!INCLUDE [sql-migration-end-of-support](../../includes/applies-to-version/sql-migration-end-of-support.md)]
1717

18+
This article explains how to manage a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] subscription to Extended Security Updates enabled by Azure Arc. For more information about the program, see [What are Extended Security Updates for SQL Server?](../end-of-support/sql-server-extended-security-updates.md)
19+
1820
After [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] reaches the end of its support lifecycle, you can sign up for an Extended Security Update (ESU) subscription for your servers and remain protected for up to three years. When you upgrade to a newer version of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], you can terminate your ESU subscription and stop paying for it. When you [migrate to Azure SQL](/azure/azure-sql/migration-guides/), the ESU charges automatically stop but you continue to have access to the security updates.
1921

20-
This article explains how to manage a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] subscription to Extended Security Updates enabled by Azure Arc. For more information about the program, see [What are Extended Security Updates for SQL Server?](../end-of-support/sql-server-extended-security-updates.md)
22+
[!INCLUDE [2016-esu](../../includes/2016-esu.md)]
2123

2224
## Subscribe to Extended Security Updates in a production environment
2325

docs/sql-server/azure-arc/manage-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Select the **Use physical core license** checkbox if you're configuring a virtua
100100

101101
#### Subscribe to Extended Security Updates
102102

103+
[!INCLUDE [2016-esu](../../includes/2016-esu.md)]
104+
103105
You can subscribe to Extended Security Updates (ESUs) for the individual host. To qualify for an ESU subscription, the host must have **License type** set to **Pay-as-you-go** or **License with Software Assurance**. This option allows you to subscribe by using vCPUs (v-cores) when the host is a virtual machine, or by using physical cores when the host is a physical server that runs without using virtual machines.
104106

105107
Select **Subscribe to Extended Security Updates**. It sets the host configuration property `EnableExtendedSecurityUpdates` to `True`. The subscription is activated after you select **Save**.
@@ -301,15 +303,15 @@ For more examples of Azure Resource Graph queries, see [Starter Resource Graph q
301303

302304
#### List Azure Arc-enabled SQL Server instances subscribed to ESUs
303305

304-
The following example shows how you can view all eligible [!INCLUDE [sssql11-md](../../includes/sssql11-md.md)] or [!INCLUDE [sssql14-md](../../includes/sssql14-md.md)] instances and their ESU subscription status:
306+
The following example shows how you can view all eligible [!INCLUDE [sssql14-md](../../includes/sssql14-md.md)] instances and their ESU subscription status:
305307

306308
```kusto
307309
resources
308310
| where type == 'microsoft.azurearcdata/sqlserverinstances'
309311
| extend Version = properties.version
310312
| extend Edition = properties.edition
311313
| extend containerId = tolower(tostring (properties.containerResourceId))
312-
| where Version in ("SQL Server 2012", "SQL Server 2014")
314+
| where Version in ("SQL Server 2014")
313315
| where Edition in ("Enterprise", "Standard")
314316
| where isnotempty(containerId)
315317
| project containerId, SQL_instance = name, Version, Edition

docs/sql-server/end-of-support/sql-server-end-of-support-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ Tools:
154154

155155
## Extend support
156156

157+
[!INCLUDE [2016-esu](../../includes/2016-esu.md)]
158+
157159
If you're not ready to upgrade, and you're not ready to move to the cloud, you have the ability to purchase an Extended Security Updates subscription to receive **Critical** security updates for up to three years past the end of the support date.
158160

159161
### Benefits

docs/sql-server/end-of-support/sql-server-extended-security-updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ monikerRange: ">=sql-server-2016"
1818

1919
This article provides information on how to receive Extended Security Updates (ESUs) for versions of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] that are out of extended support.
2020

21+
[!INCLUDE [2016-esu](../../includes/2016-esu.md)]
22+
2123
Extended Security Updates (ESUs) are available for [!INCLUDE [sssql14-md](../../includes/sssql14-md.md)].
2224

2325
ESUs released for **[!INCLUDE [sssql14-md](../../includes/sssql14-md.md)]** include the most recent cumulative update (CU). If you only applied [general distribution release](/troubleshoot/sql/releases/servicing-models-sql-server#general-distribution-release-gdr) (GDR) updates during the normal support period, install and validate the latest CU at the time you subscribe to receive ESUs, instead of waiting until the first ESU is released. This preemptive validation avoids potential problems when installing the ESU later.

0 commit comments

Comments
 (0)