Skip to content

Commit 0f88a58

Browse files
committed
Learn Editor: Update manage-pay-as-you-go-transition.md
1 parent c0d752f commit 0f88a58

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/sql-server/azure-arc/manage-pay-as-you-go-transition.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,20 @@ If connectivity is restored within 30 days, pay-as-you-go billing resumes based
107107

108108
## Recurring billing consent
109109

110-
You have to consent to recurring billing before it can be activated.
110+
An explicit consent is required to select the pay-as-you-go billing for SQL Server in the CSP-managed Azure subscriptions.
111111

112112
Consent is recorded by adding a `ConsentToRecurringPAYG` property to the Azure extension for SQL Server resource. It consists of the two values:
113113

114114
- `Consented`: Indicates that you agree to recurring billing.
115115
- `ConsentTimestamp`: The UTC timestamp marking when the consent was granted. This timestamp is used by the Hybrid Data Service to determine when recurring billing goes into effect. After that time any disconnection longer than 30 days activates the recurring pay-as-you-go billing.
116116

117-
### Customer consent requirement for recurring billing
118-
119-
An explicit consent is required to select the pay-as-you-go billing for SQL Server in the CSP-managed Azure subscriptions.
120-
121117
> [!IMPORTANT]
122118
>
123119
> New pay-as-you-go subscriptions aren't allowed without the consent.
124120
>
125121
> Once registered, the consent property can't be changed without reinstalling the extension.
126122
127-
### Enable recurring pay-as-you-go at scale using Azure Automation
123+
## Enable recurring pay-as-you-go at scale using Azure Automation
128124

129125
Cloud solution providers who manage large customer accounts can enable recurring pay-as-you-go billing on multiple machines with a script. A flexible Modify License Type PowerShell script performs the necessary configuration changes, including the registration of consent. For example, the following operation will switch all connected machines in the same tenant to pay-as-you-go:
130126

0 commit comments

Comments
 (0)