Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 911075a

Browse files
committed
Arc SQL | February 25 associated services billing
1 parent 981dd14 commit 911075a

7 files changed

Lines changed: 96 additions & 20 deletions

File tree

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,21 @@ For additional information on passive replica detection logic, review [Manage pa
186186

187187
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.
188188

189+
## <a id="esu-subscription-ssxs"></a> Manage SQL Server ESU subscriptions for the associated services
190+
191+
SQL Server ESU subscriptions support the following associated services:
192+
193+
[!INCLUDE [sql-server-associated-services](includes/sql-server-associated-services.md)]
194+
195+
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+
189204
## <a id="license-transition"></a> Manage the transition from a p-core ESU license to a v-core ESU license
190205

191206
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.

docs/sql-server/azure-arc/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sections:
8585
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).
8686

8787
- 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).
8989

9090
additionalContent: |
9191
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
author: MikeRayMSFT
3+
ms.author: mikeray
4+
ms.reviewer: randolphwest
5+
ms.date: 02/26/2025
6+
ms.topic: include
7+
ms.custom:
8+
---
9+
10+
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 |
13+
| --- | --- | --- | --- | --- | --- |
14+
| [Connect to Azure Arc](../connect.md) | Yes | Yes | Yes | Yes | Yes |
15+
| [Azure pay-as-you-go billing](../manage-configuration.md) | Yes | Yes | Yes | Yes | Yes |
16+
| [ESU subscription](../manage-license-billing.md) | Yes | Yes | Yes | Yes | Yes |
17+
| SQL Server inventory | Yes | Yes | Yes | Yes | Yes |
18+
| [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 |
26+
| [Automatic updates](../update.md) | Yes | Yes | Yes | Yes | Yes |
27+
| [Failover cluster instances](../support-for-fci.md) | Yes | Not applicable | Not applicable | Not applicable | Not applicable |
28+
| [Always On availability groups](../manage-availability-group.md) | Yes | Not applicable | Not applicable | Not applicable | Not applicable |
29+
| [Monitoring (preview)](../sql-monitoring.md) | Yes | No | No | No | No |
30+
| [Operate with least privilege](../configure-least-privilege.md) | Yes | Yes | Yes | Yes | Yes |
31+
32+
<sup>1</sup> [!INCLUDE [sssql22-md](../../../includes/sssql22-md.md)] only.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: MikeRayMSFT
3+
ms.author: mikeray
4+
ms.reviewer: randolphwest
5+
ms.date: 02/26/2025
6+
ms.topic: include
7+
ms.custom:
8+
---
9+
10+
- [[!INCLUDE [SQL Server](../../../includes/ssnoversion-md.md)] [!INCLUDE [Analysis Services](../../../includes/ssasnoversion-md.md)]](/azure/analysis-services/)
11+
- [[!INCLUDE [SQL Server](../../../includes/ssnoversion-md.md)] [!INCLUDE [Integration Services](../../../includes/ssisnoversion-md.md)]](../../../integration-services/sql-server-integration-services.md)
12+
- [[!INCLUDE [SQL Server](../../../includes/ssnoversion-md.md)] [!INCLUDE [Reporting Services](../../../includes/ssrsnoversion-md.md)]](../../../reporting-services/create-deploy-and-manage-mobile-and-paginated-reports.md)
13+
- [Power BI Report Server](/power-bi/report-server/get-started)

docs/sql-server/azure-arc/manage-license-billing.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ description: This article explains how to manage SQL Server licensing options. I
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, randolphwest, maghan
7-
ms.date: 09/25/2024
7+
ms.date: 02/25/2025
88
ms.topic: conceptual
99
---
1010

1111
# Manage licensing and billing of SQL Server enabled by Azure Arc
1212

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).
1416

1517
## Licensing and billing in the production environment
1618

@@ -244,6 +246,24 @@ You can connect any licensed SQL Server instance to Azure Arc, including instanc
244246

245247
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.
246248

249+
## <a id="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:
252+
253+
[!INCLUDE [sql-server-associated-services](includes/sql-server-associated-services.md)]
254+
255+
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).
266+
247267
## <a id="usage-metering"></a> Metering software usage
248268

249269
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:

docs/sql-server/azure-arc/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ You can optimize the configuration of your SQL Server instances for best perform
4444

4545
[!INCLUDE [entra-id](../../includes/entra-id.md)]
4646

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.
4852

4953
## Microsoft Defender for Cloud
5054

@@ -120,13 +124,9 @@ The following diagram illustrates the architecture of [!INCLUDE [ssazurearc](../
120124

121125
[!INCLUDE [features-edition](includes/features-edition.md)]
122126

123-
[!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] provides inventory and pay-as-you-go billing for the following services:
124-
125-
- SQL Server Analysis Services
126-
- SQL Server Reporting Services
127-
- SQL Server Integration Services
127+
## Feature availability by service type
128128

129-
Currently, Azure Arc does not provide additional management capabilities for these services.
129+
[!INCLUDE [features-service-type](includes/features-service-type.md)]
130130

131131
[!INCLUDE [supported-configurations](includes/supported-configurations.md)]
132132

docs/sql-server/azure-arc/release-notes.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ This release introduces:
3131

3232
- Support for Windows 10 and Windows 11.
3333

34-
- Pay-as-you go billing for the following services:
34+
- Support for SQL Server pay-as-you-go subscriptions and Extended Security Updates subscriptions for the following services:
3535

36-
- [!INCLUDE [SQL Server](../../includes/ssnoversion-md.md)] [!INCLUDE [Analysis Services](../../includes/ssasnoversion-md.md)]
37-
- [!INCLUDE [SQL Server](../../includes/ssnoversion-md.md)] [!INCLUDE [Integration Services](../../includes/ssisnoversion-md.md)]
38-
- [!INCLUDE [SQL Server](../../includes/ssnoversion-md.md)] [!INCLUDE [Reporting Services](../../includes/ssrsnoversion-md.md)]
39-
- Power BI Report Server
36+
[!INCLUDE [sql-server-associated-services](includes/sql-server-associated-services.md)]
4037

41-
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).
4241

4342
## January 29, 2025
4443

@@ -64,10 +63,7 @@ Minor bug fixes. This release does not enable or introduce new features.
6463

6564
Inventory additional service resources in portal (preview):
6665

67-
- [!INCLUDE [SQL Server](../../includes/ssnoversion-md.md)] [!INCLUDE [Analysis Services](../../includes/ssasnoversion-md.md)]
68-
- [!INCLUDE [SQL Server](../../includes/ssnoversion-md.md)] [!INCLUDE [Integration Services](../../includes/ssisnoversion-md.md)]
69-
- [!INCLUDE [SQL Server](../../includes/ssnoversion-md.md)] [!INCLUDE [Reporting Services](../../includes/ssrsnoversion-md.md)]
70-
- Power BI Report Server
66+
[!INCLUDE [sql-server-associated-services](includes/sql-server-associated-services.md)]
7167

7268
### ESU update to bill-back calculation
7369

0 commit comments

Comments
 (0)