Skip to content

Commit 7e9115c

Browse files
committed
Match pattern win/lin
1 parent 58407b1 commit 7e9115c

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

docs/sql-server/azure-arc/connect-at-scale.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,11 @@ Each target machine must have the [Azure CLI installed](/cli/azure/install-azure
9393
az ad sp create-for-rbac --name <your service principal name> --role <your custom role name>
9494
```
9595

96-
```output
97-
{ "appId": "d2ff754a-e10a-4eb6-9cdc-ce6e7a4687db",
98-
"displayName": "Arc-for-servers",
99-
"name": "http://Arc-for-servers",
100-
"password": {SomeRandomlyGeneratedPassword}",
101-
"tenant": "2530e75f-673b-4841-8270-47ca6a34ef4f"
102-
}
103-
```
96+
2. Download the Linux shell script from the Portal following the instructions in [Connect your SQL Server to Azure Arc](connect.md).
10497

10598
> [!NOTE]
10699
> When you create a service principal, your account must be an Owner or User Access Administrator in the subscription that you want to use for onboarding. If you don't have sufficient permissions to create role assignments, the service principal might be created, but it won't be able to onboard machines. The instructions on how to create a custom role are provided in [Required permissions](overview.md#required-permissions).
107100
108-
2. Download the Linux shell script from the Portal following the instructions in [Connect your SQL Server to Azure Arc](connect.md).
109-
110101
3. Replace the following variables in the script using the values returned by the 'az ad sp create-for-rbac' command. These variables are initially empty.
111102

112103
```console

0 commit comments

Comments
 (0)