Skip to content

Commit 679464d

Browse files
Merge pull request #34822 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-28 22:30 UTC
2 parents 2508e2b + 5266f47 commit 679464d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/sql-server/azure-arc/includes/unsupported-configurations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: MikeRayMSFT
33
ms.author: mikeray
4-
ms.date: 03/25/2025
4+
ms.date: 07/28/2025
55
ms.topic: include
66
ms.custom: ignite-2023
77
---
@@ -19,3 +19,4 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md
1919
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] in Azure Virtual Machines.
2020
- An Always On availability group where one or more replicas is on a failover cluster instance.
2121
- SQL Server Reporting Services (SharePoint Mode).
22+
- [DBCC CLONEDATABASE (Transact-SQL)](../../../t-sql/database-console-commands/dbcc-clonedatabase-transact-sql.md) throws error on the default installation of the Azure extension for SQL Server. To run the `DBCC CLONEDATABASE`, the Azure extension must be run in [least privilege mode](../configure-least-privilege.md).

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)