@@ -29,9 +29,17 @@ Sign in to the [Azure portal](https://portal.azure.com).
29
29
1 . For ** Region** , select the same region you used when making your key vault above (e.g., ** East US** ).
30
30
1 . Make sure the ** Size** is * Standard D2s v3* .
31
31
1 . Under ** Administrator account** , select ** Password** . Enter a user name and a password.
32
- ![ ResourceGroup creation screen] ( ./media/disk-encryption/portal-qs-vm-creation.png )
32
+
33
+ :::image type="content" source="./media/disk-encryption/portal-qs-vm-creation.png" alt-text="ResourceGroup creation screen":::
34
+
35
+ > [ !Warning] The "Disks" tab features an "Encryption Type" field under ** Disk options** . This field is used to specify encryption options for the affiliated * storage* account, not to the VMs themselves.
36
+ >
37
+ > To avoid confusion, we suggest you skip the ** Disks* tab entirely while completing this quickstart.
38
+
33
39
1 . Select the "Management" tab and verify that you have a Diagnostics Storage Account. If you have no storage accounts, select "Create New", give your new account a name, and select "Ok"
34
- ![ ResourceGroup creation screen] ( ./media/disk-encryption/portal-qs-vm-creation-storage.png )
40
+
41
+ :::image type="content" source="./media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen":::
42
+
35
43
1 . Click "Review + Create".
36
44
1 . On the ** Create a virtual machine** page, you can see the details about the VM you are about to create. When you are ready, select ** Create** .
37
45
@@ -43,19 +51,19 @@ It will take a few minutes for your VM to be deployed. When the deployment is fi
43
51
1 . On the left-hand sidebar, select ** Disks** .
44
52
1 . On the Disks screen, select ** Encryption** .
45
53
46
- ![ disks and encryption selection ] ( ../media/disk-encryption/portal-qs-disks-to-encryption.png )
54
+ :::image type="content" source=" ../media/disk-encryption/portal-qs-disks-to-encryption.png" alt-text="disks and encryption selection":::
47
55
48
56
1 . On the encryption screen, under ** Disks to encrypt** , choose ** OS and data disks** .
49
57
1 . Under ** Encryption settings** , choose ** Select a key vault and key for encryption** .
50
58
1 . On the ** Select key from Azure Key Vault** screen, select ** Create New** .
51
59
52
- ![ disks and encryption selection ] ( ../media/disk-encryption/portal-qs-keyvault-create.png )
60
+ :::image type="content" source=" ../media/disk-encryption/portal-qs-keyvault-create.png" alt-text="disks and encryption selection":::
53
61
54
62
1 . On the ** Create key vault** screen, ensure that the Resource Group is the same as the one you used to create the VM.
55
63
1 . Give your key vault a name. Every key vault across Azure must have an unique name.
56
64
1 . On the ** Access Policies** tab, check the ** Azure Disk Encryption for volume encryption** box.
57
65
58
- ![ disks and encryption selection ] ( ../media/disk-encryption/portal-qs-keyvault-enable.png )
66
+ :::image type="content" source=" ../media/disk-encryption/portal-qs-keyvault-enable.png" alt-text="disks and encryption selection":::
59
67
60
68
1 . Select ** Review + create** .
61
69
1 . After the key vault has passed validation, select ** Create** . This will return you to the ** Select key from Azure Key Vault** screen.
0 commit comments