Skip to content

Commit 686bbb6

Browse files
authored
Merge pull request #107759 from todillen/patch-6
Typo correction
2 parents e4534d2 + 75aee96 commit 686bbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ After a few moments, the security principal is assigned the role at the selected
174174

175175
The following example uses [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create) to assign the Virtual Machine Administrator Login role to the VM for your current Azure user. The username of your active Azure account is obtained with [az account show](/cli/azure/account#az-account-show), and the scope is set to the VM created in a previous step with [az vm show](/cli/azure/vm#az-vm-show). The scope could also be assigned at a resource group or subscription level, and normal RBAC inheritance permissions apply. For more information, see [Role-Based Access Controls](../../virtual-machines/linux/login-using-aad.md).
176176

177-
``` zureCLI
177+
``` AzureCLI
178178
username=$(az account show --query user.name --output tsv)
179179
vm=$(az vm show --resource-group myResourceGroup --name myVM --query id -o tsv)
180180

0 commit comments

Comments
 (0)