We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811aee5 + ce162fd commit 374519bCopy full SHA for 374519b
1 file changed
docs/sql-server/azure-arc/connect-at-scale.md
@@ -90,7 +90,7 @@ Each target machine must have the [Azure CLI installed](/cli/azure/install-azure
90
1. Create the service principal using the ['az ad sp create-for-rbac'](/cli/azure/ad/sp#az-ad-sp-create-for-rbac) command.
91
92
```azurecli-interactive
93
- az ad sp create-for-rbac --name <your service principal name> --role <your custom role name>
+ az ad sp create-for-rbac --name <your service principal name> --role <your custom role name> --scopes /subscriptions/<subscription id>
94
```
95
96
2. Download the Linux shell script from the Portal following the instructions in [Connect your SQL Server to Azure Arc](connect.md).
0 commit comments