Skip to content

Commit a2a2c0d

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#120391
Changes made in line no 49 From az login --service-principal -u $appid -p secret --tenant $tenant2 To az login --service-principal -u $appid -p $secret --tenant $tenant2
1 parent f881428 commit a2a2c0d

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)