Skip to content

Commit f8c1bf2

Browse files
committed
Fixed typo
1 parent edaad80 commit f8c1bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/tutorial-net-windows-virtual-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Create a virtual machine by using one of the following methods:
106106
* [The Azure portal](https://docs.microsoft.com/azure/virtual-machines/windows/quick-create-portal)
107107

108108
### Assign an identity to the VM
109-
Create a system-assigned identity for the virtual machine bwith the [az vm identity assign]/cli/azure/vm/identity?view=azure-cli-latest#az-vm-identity-assign) command:
109+
Create a system-assigned identity for the virtual machine with the [az vm identity assign]/cli/azure/vm/identity?view=azure-cli-latest#az-vm-identity-assign) command:
110110

111111
```azurecli
112112
az vm identity assign --name <NameOfYourVirtualMachine> --resource-group <YourResourceGroupName>
@@ -128,7 +128,7 @@ Assign the previously created identity permissions to your key vault with the [a
128128
az keyvault set-policy --name '<YourKeyVaultName>' --object-id <VMSystemAssignedIdentity> --secret-permissions get list
129129
```
130130

131-
### Log on to the virtual machine
131+
### Sign in to the virtual machine
132132

133133
To log on to the virtual machine, follow the instructions in [Connect and log on to an Azure virtual machine running Windows](https://docs.microsoft.com/azure/virtual-machines/windows/connect-logon).
134134

0 commit comments

Comments
 (0)