Skip to content

Commit a725c61

Browse files
authored
Merge pull request #90585 from msmbaldwin/patch-23
Changed param
2 parents 7fb0d7e + 14d0e0c commit a725c61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/key-vault/service-to-service-authentication.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ There are three primary methods of using a Service Principal to run your applica
168168

169169
### Use a shared secret credential to sign into Azure AD
170170

171-
1. Create a service principal certificate with a password using [az ad sp create-for-rbac --password](/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac).
171+
1. Create a service principal certificate with a password using the Azure CLI [az ad sp create-for-rbac](/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac) command with the --sdk-auth parameter.
172+
173+
```azurecli
174+
az ad sp create-for-rbac --sdk-auth
175+
```
172176

173177
1. Set an environment variable named **AzureServicesAuthConnectionString** to the following value:
174178

0 commit comments

Comments
 (0)