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

Commit fff0b94

Browse files
committed
Clarify HADR licensing
1 parent 8a39207 commit fff0b94

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

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

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
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 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).
1414

1515
## Licensing and billing in the production environment
1616

@@ -56,7 +56,7 @@ For each of these options, you have to decide how you want to pay for the licens
5656

5757
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).
5858

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

6161
## <a id="license-vcores"></a> License SQL Server instances by virtual cores
6262

@@ -205,11 +205,38 @@ For information, see:
205205
- [Creating Enterprise and Organization Azure Dev/Test Subscriptions](/azure/devtest/offer/quickstart-create-enterprise-devtest-subscriptions).
206206
- 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).
207207

208-
## Manage SQL Server licensed for high availability and disaster recovery
208+
## Manage license for high availability and disaster recovery
209209

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

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

214241
## <a id="server-cal"></a> Manage SQL Server instances that use a Server+CAL license
215242

0 commit comments

Comments
 (0)