Skip to content

Commit 2f6f6d1

Browse files
Merge pull request #24793 from rwestMSFT/rw-1103-esu
ESU article: adopt PR 24576
2 parents 0726ced + 64cbdba commit 2f6f6d1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/sql-server/end-of-support/sql-server-extended-security-updates.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@ This example shows you how to manually add your SQL Server instances in a discon
118118
- [Create an Azure account with pay-as-you-go pricing](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go/)
119119
- [Create a free Azure account](https://azure.microsoft.com/free/)
120120

121-
1. Assign the `Azure Connected SQL Server Onboarding` role on the [resource group](/azure/azure-resource-manager/management/manage-resource-groups-portal) that you are using to register your SQL Server instances. See [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal) for more information.
121+
1. The user creating disconnected Arc-enabled SQL Server resources must have the following permissions:
122+
123+
- `Microsoft.AzureArcData/sqlServerInstances/read`
124+
- `Microsoft.AzureArcData/sqlServerInstances/write`
125+
126+
Users can be assigned to the `Azure Connected SQL Server Onboarding` role to get those specific permissions, or they can be assigned to built-in roles such as Contributor or Owner that have these permissions. See [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal) for more information.
122127

123128
1. Register the `Microsoft.AzureArcData` resource provider in your Azure subscription:
124129

0 commit comments

Comments
 (0)