You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/connect-at-scale.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Each machine must have [Azure PowerShell](/powershell/azure/install-az-ps) insta
74
74
75
75
Each target machine must have the [Azure CLI installed](/cli/azure/install-azure-cli). The registration script will automatically sign in to azure with the service principal credentials if they’re provided and no other user is already signed in. Use the following steps to connect SQL Server instances on multiple Linux machines.
76
76
77
-
1. Create the service principal using the ['az ad sp create-for-rbac'](/cli/azure/ad/sp.md#az_ad_sp_create_for_rbac) command.
77
+
1. Create the service principal using the ['az ad sp create-for-rbac'](https://docs.microsoft.com/cli/azure/ad/sp#az_ad_sp_create_for_rbac) command.
78
78
79
79
```azurecli-interactive
80
80
az ad sp create-for-rbac --name <your service principal name> --role <your custom role name>
0 commit comments