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/manage-license-billing.md
+32-5Lines changed: 32 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
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 the section [Manage SQL Server instances with a Server+CAL license](manage-license-billing.md#server-cal) in this article. 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). 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
14
15
15
## Licensing and billing in the production environment
16
16
@@ -56,7 +56,7 @@ For each of these options, you have to decide how you want to pay for the licens
56
56
57
57
Your choice of payment option might affect your outsourcing options. For more information, see the [service-specific terms](https://www.microsoft.com/licensing/terms/productoffering/MicrosoftAzure/eaeas#ServiceSpecificTerms) and the [Flexible Virtualization Benefit licensing guide](https://www.microsoft.com/licensing/docs/view/Virtualization).
58
58
59
-
For information about licensing your non-production or test SQL Server instances through Azure Arc, see the [Manage SQL Server licensed for non-production use](manage-license-billing.md#non-production-licensing) section later in this article.
59
+
For information about licensing your non-production or test SQL Server instances through Azure Arc, see [Manage SQL Server licensed for non-production use](manage-license-billing.md#non-production-licensing).
60
60
61
61
## <aid="license-vcores"></a> License SQL Server instances by virtual cores
62
62
@@ -205,11 +205,38 @@ For information, see:
205
205
-[Creating Enterprise and Organization Azure Dev/Test Subscriptions](/azure/devtest/offer/quickstart-create-enterprise-devtest-subscriptions).
206
206
- The section "Licensing SQL Server for non-production use" in the [SQL Server licensing guide (download link)](https://go.microsoft.com/fwlink/p/?linkid=2215573).
207
207
208
-
## Manage SQL Server licensed for high availability and disaster recovery
208
+
## Manage license for high availability and disaster recovery
209
209
210
-
If your SQL Server instance is a passive replica created as part of your high-availability or disaster recovery configuration, you're entitled to the failover benefits that are included if your license type is set to `Paid` or `PAYG`. For more information about the failover benefits, see the section "Licensing SQL Server for high availability and disaster recovery" in the [SQL Server licensing guide (download link)](https://go.microsoft.com/fwlink/p/?linkid=2215573).
210
+
SQL Server licenses with Software Assurance or pay-as you go (`PAYG`) can benefit from a free passive instance of SQL Server for their high availability and disaster recovery (HADR) configurations.
211
211
212
-
To help you manage the failover benefits and remain compliant, Azure Extension for SQL Server automatically detects the passive instances and reflects the use of the SQL Server software by emitting special $0 meters for disaster recovery, as long as you properly configured the `LicenseType` property. For more information, see [Metering software usage](manage-license-billing.md#usage-metering) later in this article.
212
+
For more information about the failover benefits, see the section "Licensing SQL Server for high availability and disaster recovery" in the [SQL Server licensing guide](https://go.microsoft.com/fwlink/p/?linkid=2215573).
213
+
214
+
To help you manage the failover benefits and remain compliant, Azure Extension for SQL Server automatically detects the passive instances for availability groups (AGs) or failover clustered instances (FCIs) and reflects the use of the SQL Server software by emitting special $0 meters for disaster recovery, as long as you properly configured the LicenseType property.
215
+
216
+
### To qualify as passive instance for an availability group (AG)
217
+
218
+
- All replicas present in the operating system environment (OSE) must be secondary.
219
+
- No user database outside of an AG - (irrespective of [any database state](../../relational-databases/databases/database-states.md#database-state-definitions)).
220
+
- No active connection to any user database.
221
+
- Instance license type is set to `Paid` or `PAYG`.
222
+
223
+
If there are multiple SQL Server instances on the OSE, all instances and replicas must meet the conditions above.
224
+
225
+
### To qualify as passive node of failover clustered Instance (FCI)
226
+
227
+
- The node must be passive of all FCIs present.
228
+
- There is no standalone instance present in the node that does not qualify for AG passive replica.
229
+
- Instance license type is set to `Paid` or `PAYG`.
230
+
231
+
### Limitations
232
+
233
+
The current passive instance detection logic has the following limitations.
234
+
235
+
- The checks are done every hour. A failover within the hour may or may not bill both replicas.
236
+
- Passive instances for other HADR technologies like log shipping or mirroring are not automatically detected at this time.
237
+
- The detection logic does not support free disaster recovery testing or monitoring. connections like database consistency checks, backups or monitoring resource usage data.
238
+
239
+
If you are unable to work within these limitations, instead of `PAYG`, you can use volume licensing instead. For details, review [Configure SQL Server enabled by Azure Arc](manage-configuration.md).
213
240
214
241
## <aid="server-cal"></a> Manage SQL Server instances that use a Server+CAL license
0 commit comments