Skip to content

Commit 7c54c04

Browse files
Merge pull request #267927 from AjayBathini-MSFT/patch-151
(AzureCXP) fixes MicrosoftDocs/azure-docs#120391
2 parents d9becf9 + a2a2c0d commit 7c54c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/share-using-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ az account get-access-token
4646
Sign in the service principal for tenant 2 using the appID, the app key, and the ID of tenant 2:
4747

4848
```azurecli-interactive
49-
az login --service-principal -u $appid -p secret --tenant $tenant2
49+
az login --service-principal -u $appid -p $secret --tenant $tenant2
5050
az account get-access-token
5151
```
5252

0 commit comments

Comments
 (0)