Skip to content

Commit a721727

Browse files
committed
Merge branch 'docs-editor/manage-license-billing-1737662261' of https://github.com/MikeRayMSFT/sql-docs-pr into docs-editor/manage-license-billing-1737662261
2 parents 5ff7164 + 60e5e8f commit a721727

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

docs/sql-server/azure-arc/includes/billing-after-failover.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ ms.custom: ignite-2023
99

1010
### ESU billing after failover
1111

12-
During the failovers, the extension is aware of the transition and automatically switches the ESU billing to the active replica without new bill-back charges and follow below logic
13-
14-
- If the period of failover <= 90 days, ESU billback occurs only from the prior watermark of usage upload.
15-
- If the period of failover > 90 days, ESU billback occurs from the start of the ESU period.
12+
During the failovers, the extension is aware of the transition and automatically switches the ESU billing to the active replica without new bill-back charges.

docs/sql-server/azure-arc/includes/manage-passive-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ms.custom: ignite-2023
99

1010
SQL Server licenses with Software Assurance or pay-as you go (`PAYG`) can benefit from free passive instances of SQL Server for their high availability and disaster recovery (HADR) configurations. 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).
1111

12-
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. For more information, see [Metering software usage](https://learn.microsoft.com/sql/sql-server/azure-arc/manage-license-billing?view=sql-server-ver16#usage-metering) later in this article.
12+
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 configured the LicenseType property to `Paid` or `PAYG`. For more information, see [Metering software usage](https://learn.microsoft.com/sql/sql-server/azure-arc/manage-license-billing?view=sql-server-ver16#usage-metering).

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For each of these options, you have to decide how you want to pay for the licens
4646

4747
| Payment option | V-core licensing | P-core licensing without VMs | P-core licensing with unlimited virtualization |
4848
| --- | --- | --- | --- |
49-
| Subscribe to the service through Microsoft Azure by using a pay-as-you-go method | Yes | Yes | Yes |
49+
| Subscribe to the service through Microsoft Azure by using a pay-as-you-go (PAYG) method | Yes | Yes | Yes |
5050
| Bring your own license with Software Assurance or a SQL Server subscription <sup>1</sup> | Yes | Yes | Yes |
5151
| Bring your own license without Software Assurance <sup>2</sup> | Yes | Yes | No |
5252

@@ -214,15 +214,13 @@ For information, see:
214214
- All replicas present in the operating system environment (OSE) must be secondary.
215215
- No user database outside of an AG, irrespective of [database state](../../relational-databases/databases/database-states.md#database-state-definitions)).
216216
- No active connection to any user database.
217-
- License type is set to `Paid` or `PAYG`.
218217

219218
If there are multiple SQL Server instances on the OSE, all instances and replicas must meet the conditions above.
220219

221220
### To qualify as passive node of failover clustered Instance (FCI)
222221

223222
- The node must be passive of all FCIs present.
224223
- There is no standalone instance present in the node that does not qualify for AG passive replica.
225-
- License type is set to `Paid` or `PAYG`.
226224

227225
### Limitations
228226

0 commit comments

Comments
 (0)