Skip to content

Commit 4aaa18f

Browse files
authored
Added a note re CSP subs.
1 parent 87d68d8 commit 4aaa18f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • samples/manage/azure-arc-enabled-sql-server/modify-license-type

samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The script accepts the following command line parameters:
3939
```PowerShell
4040
Get-AzSubscription | Export-Csv .\mysubscriptions.csv -NoTypeInformation
4141
```
42+
> [!IMPORTANT]
43+
> If you are setting License type to PAYG in the CSP subscription(s), the subscription resource must have a consent tag enabling perperual pay-as-you-go billing. Without the tag, the command will fail. The consent tag is `SQLPerpetualPaygBilling`:`Enabled` and can be adding using [Azure portal](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources-portal), [PowerShell](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources-powershell) or [CLI](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources-cli).
4244
4345
## Example 1
4446

0 commit comments

Comments
 (0)