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: docs/sql-server/azure-arc/extended-security-updates.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,21 @@ For additional information on passive replica detection logic, review [Manage pa
186
186
187
187
You can connect any licensed [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance to Azure Arc, including instances that use the Server+CAL licensing model. However, the ESU subscription enabled by Azure Arc isn't available for the out-of-support Server+CAL licensing model. If you want to receive ESUs, you can set the license type to `PAYG` and then enable the ESU subscription.
188
188
189
+
## <aid="esu-subscription-ssxs"></a> Manage SQL Server ESU subscriptions for the associated services
190
+
191
+
SQL Server ESU subscriptions support the following associated services:
For details, see [Feature availability by service type](overview.md#feature-availability-by-service-type).
196
+
197
+
The SQL Server associated services are billed for ESU using the regular ESU meters. For details, see [Understand ESU usage meters](extended-security-updates.md#esu-usage-metering).
198
+
199
+
> [!IMPORTANT]
200
+
>
201
+
> - The SQL Server associated service installations are billed for the ESU subscription only when they are installed on the machine as a standalone instance (without SQL Server engine). Otherwise, the SQL Server engine instance is billed.
202
+
> - If a p-core ESU license is activated for the corresponding scope and the machine is configured to use it, the SQL Server associated service is not individually billed for ESU even if it is a standalone instance (without SQL Server engine). For details, see [Manage resources in the scope of an ESU p-core license](manage-configuration.md#manage-esu-license-resources).
203
+
189
204
## <aid="license-transition"></a> Manage the transition from a p-core ESU license to a v-core ESU license
190
205
191
206
Because the p-core ESU license is billed with an ESU meter for the Enterprise edition, it's cost-effective when the out-of-support [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instances are colocated on a set of designated physical hosts. As you upgrade the individual instances or migrate them to Azure, you might lose the cost-effectiveness of the p-core ESU license. Using the v-core ESU licensing might then become more attractive. You can terminate the p-core ESU license and switch to billing the individual VMs for the ESU subscriptions.
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ sections:
85
85
answer: Yes, least privilege mode is currently in preview for SQL Server enabled by Azure Arc. When this mode is generally available, least privilege mode will become the default configuration. Existing deployments will also be migrated automatically to least privilege mode to bolster security. Learn more about the permission assigned at [Configure Windows service accounts and permissions for Azure extension for SQL Server](configure-windows-accounts-agent.md).
86
86
87
87
- question: How do I set the minimum permissions to deploy SQL Server enabled by Azure Arc?
88
-
answer: Least privileges mode uses the minimum amount of permissions to deploy SQL Server enabled by Azure Arc.
88
+
answer: Least privilege mode uses minimum permissions to deploy SQL Server enabled by Azure Arc. To enable least privilege mode, review [Operate SQL Server enabled by Azure Arc with least privilege](configure-least-privilege.md).
The following table identifies features available by [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] service type:
11
+
12
+
| Feature | SQL Server Database Engine | SQL Server Integration Services | SQL Server Reporting Services | SQL Server Analysis Services | Power BI Report Server |
|[Best practices assessment](../assess.md)| Yes | No | No | No | No |
19
+
|[Migration readiness (preview)](../migration-assessment.md)| Yes | No | No | No | No |
20
+
|[Database inventory](../view-databases.md#inventory-databases)| Yes | Not applicable | Not applicable | Not applicable | Not applicable |
21
+
|[Microsoft Entra ID authentication](../../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md)| Yes <sup>1</sup> | No | No | No | No |
22
+
|[Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-sql-usage)| Yes | No | No | No | No |
23
+
|[Microsoft Purview: Govern using DevOps and data owner policies](/azure/purview/tutorial-register-scan-on-premises-sql-server)| Yes | No | No | No | No |
24
+
|[Automated backups to local storage (preview)](../backup-local.md)| Yes | No | No | No | No |
25
+
|[Point-in-time-restore](../point-in-time-restore.md)| Yes | No | No | No | No |
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/manage-license-billing.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@ description: This article explains how to manage SQL Server licensing options. I
4
4
author: anosov1960
5
5
ms.author: sashan
6
6
ms.reviewer: mikeray, randolphwest, maghan
7
-
ms.date: 09/25/2024
7
+
ms.date: 02/25/2025
8
8
ms.topic: conceptual
9
9
---
10
10
11
11
# Manage licensing and billing of SQL Server enabled by Azure Arc
12
12
13
-
This article explains how to manage licensing and billing of SQL Server enabled by Azure Arc. SQL Server enabled by Azure Arc directly supports only the core-based licensing methods. For information about how you can manage SQL Server instances with a Server+CAL license, see [Manage SQL Server instances with a Server+CAL license](manage-license-billing.md#server-cal). The full range of the licensing options is described in the [SQL Server licensing guide (download link)](https://go.microsoft.com/fwlink/p/?linkid=2215573).
13
+
This article explains how to manage licensing and billing of SQL Server enabled by Azure Arc. SQL Server enabled by Azure Arc directly supports only the core-based licensing methods. For information about how you can manage SQL Server instances with a Server+CAL license, see [Manage SQL Server instances with a Server+CAL license](manage-license-billing.md#server-cal).
14
+
15
+
The full range of the licensing options is described in the [SQL Server licensing guide (download link)](https://go.microsoft.com/fwlink/p/?linkid=2215573).
14
16
15
17
## Licensing and billing in the production environment
16
18
@@ -244,6 +246,24 @@ You can connect any licensed SQL Server instance to Azure Arc, including instanc
244
246
245
247
If you converted your Enterprise Server+CAL license to a core-based license, you should set the license type to `Paid` or `PAYG`. The best practice is to also upgrade the SQL Server edition from Enterprise to Enterprise Core, because the latter provides the complete set of SQL Server capabilities. But even if you didn't upgrade the instances, Azure Extension for SQL Server monitors software usage as Enterprise Core.
246
248
249
+
## <aid="manage-ssxs"></a> Manage SQL Server associated services
250
+
251
+
[!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] enabled by Azure Arc provides license management for the following associated services:
For details, see [Feature availability by service type](overview.md#feature-availability-by-service-type).
256
+
257
+
The SQL Server associated services are represented and managed for licensing purposes as SQL Server instances. Their usage is reported using the same metering rules as described in [Metering software usage](manage-license-billing.md#usage-metering).
258
+
259
+
> [!IMPORTANT]
260
+
>
261
+
> The SQL Server associated service installations require a separate license only when they are installed on the machine as a standalone instance (without SQL Server database engine). Otherwise, separate license is not required.
262
+
>
263
+
> When the SQL Server associated service is a standalone instance (without SQL Server database engine) and the machine is configured using a pay-as-you-go subscription, the corresponding pay-as-you-go meters are activated for the instance.
264
+
>
265
+
> If a p-core license is activated as a pay-as-you-go subscription in the corresponding scope, and the machine is configured to use it, the SQL Server associated service is not individually billed for the pay-as-you-go subscription when it is a standalone instance (without SQL Server engine). For details, see [Use a physical core license](manage-configuration.md#use-physical-core-license).
The usage of the SQL Server software is reported once an hour. The specific meter is automatically selected based on the SQL Server edition and the number v-cores or p-cores visible to the OSE. The following rules apply:
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,11 @@ You can optimize the configuration of your SQL Server instances for best perform
44
44
45
45
[!INCLUDE [entra-id](../../includes/entra-id.md)]
46
46
47
-
Starting with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], Azure Arc enabled SQL Servers can utilize Microsoft Entra ID for authentication, bringing a modern centralized identity and access management solution to SQL Server. Microsoft Entra authentication provides greatly enhanced security over traditional username and password-based authentication, which is **not recommended**. For more information about the risks and challenges passwords pose, refer to ["What’s the solution to the growing problem of passwords?"](https://news.microsoft.com/features/whats-solution-growing-problem-passwords-says-microsoft/). Microsoft Entra authentication removes the need for self-managed secrets entirely when communicating with Azure resources, through managed identity authentication. For user-based authentication, Microsoft Entra ID supports enhanced security measures including multifactor authentication (MFA), single sign-on (SSO), and modern identity practices.
47
+
Azure Arc enabled SQL Servers can utilize Microsoft Entra ID for authentication. This feature brings a modern centralized identity and access management solution to SQL Server. This feature requires [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] or later.
48
+
49
+
Microsoft Entra authentication provides greatly enhanced security over traditional username and password-based authentication, which is **not recommended**. For more information about the risks and challenges passwords pose, refer to ["What’s the solution to the growing problem of passwords?"](https://news.microsoft.com/features/whats-solution-growing-problem-passwords-says-microsoft/).
50
+
51
+
Microsoft Entra authentication removes the need for self-managed secrets entirely when communicating with Azure resources, through managed identity authentication. For user-based authentication, Microsoft Entra ID supports enhanced security measures including multifactor authentication (MFA), single sign-on (SSO), and modern identity practices.
48
52
49
53
## Microsoft Defender for Cloud
50
54
@@ -120,13 +124,9 @@ The following diagram illustrates the architecture of [!INCLUDE [ssazurearc](../
In addition new documentation to describe how to connect without routing through the Internet: [Connect to Azure with a private path for SQL Server enabled by Azure Arc](configure-private-path.md).
38
+
Review [Manage licensing of SQL Server associated services](manage-license-billing.md#manage-ssxs) and [Manage SQL Server ESU subscriptions for the associated services](extended-security-updates.md#esu-subscription-ssxs)
39
+
40
+
- New documentation that describes how to connect without routing through the Internet: [Connect to Azure with a private path for SQL Server enabled by Azure Arc](configure-private-path.md).
42
41
43
42
## January 29, 2025
44
43
@@ -64,10 +63,7 @@ Minor bug fixes. This release does not enable or introduce new features.
64
63
65
64
Inventory additional service resources in portal (preview):
0 commit comments