Skip to content

Commit 40de533

Browse files
committed
Addressing editorial feedback
1 parent a7fb63f commit 40de533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/key-vault/media/MSI.png

24.4 KB
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Next, to get an access token, your code calls a local metadata service that's av
5353

5454
Before you start coding you need to create some resources, put a secret into your key vault, and assign permissions.
5555

56-
### Log in to Azure
56+
### Sign in to Azure
5757

58-
To log in to Azure by using the Azure CLI, enter:
58+
To sign in to Azure by using the Azure CLI, enter:
5959

6060
```azurecli
6161
az login
@@ -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 with 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>
@@ -130,7 +130,7 @@ az keyvault set-policy --name '<YourKeyVaultName>' --object-id <VMSystemAssigned
130130

131131
### Sign in to the virtual machine
132132

133-
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).
133+
To sign in to the virtual machine, follow the instructions in [Connect and sign in to an Azure virtual machine running Windows](https://docs.microsoft.com/azure/virtual-machines/windows/connect-logon).
134134

135135
## Set up the console app
136136

0 commit comments

Comments
 (0)