Skip to content

Commit 3a4d3dd

Browse files
authored
Typo
1 parent 4aaa18f commit 3a4d3dd

1 file changed

Lines changed: 1 addition & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The script accepts the following command line parameters:
4040
Get-AzSubscription | Export-Csv .\mysubscriptions.csv -NoTypeInformation
4141
```
4242
> [!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).
43+
> If you are setting License type to "PAYG" in the CSP subscription(s), the subscription resource must have a consent tag enabling perpetual 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).
4444
4545
## Example 1
4646

0 commit comments

Comments
 (0)