You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/disks-enable-host-based-encryption-portal.md
+12-18Lines changed: 12 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Use encryption at host to enable end-to-end encryption on your Azur
4
4
author: roygara
5
5
ms.service: storage
6
6
ms.topic: how-to
7
-
ms.date: 11/17/2021
7
+
ms.date: 09/27/2022
8
8
ms.author: rogarana
9
9
ms.subservice: disks
10
10
ms.custom: references_regions
@@ -29,52 +29,46 @@ Legacy VM Sizes are not supported. You can find the list of supported VM sizes b
29
29
30
30
## Prerequisites
31
31
32
-
You must enable the feature for your subscription before you use the EncryptionAtHost property for your VM/VMSS. Follow the steps below to enable the feature for your subscription:
32
+
You must enable the feature for your subscription before you use the EncryptionAtHost property for your VM/VMSS. Use the following steps to enable the feature for your subscription:
33
33
34
34
1.**Azure portal**: Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com):
35
35
36
36

37
-
37
+
38
38
1. Execute the following command to register the feature for your subscription
az feature show --name EncryptionAtHost --namespace Microsoft.Compute
66
66
```
67
-
68
67
---
69
68
70
-
Sign in to the Azure portal using the [provided link](https://aka.ms/diskencryptionupdates).
71
-
72
-
> [!IMPORTANT]
73
-
> You must use the [provided link](https://aka.ms/diskencryptionupdates) to access the Azure portal. Encryption at host is not currently visible in the public Azure portal without using the link.
74
-
75
69
## Deploy a VM with platform-managed keys
76
70
77
-
1. Sign in to the [Azure portal](https://aka.ms/diskencryptionupdates).
71
+
1. Sign in to the [Azure portal](https://portal.azure.com).
78
72
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
79
73
1. Create a new virtual machine, select an appropriate region and a supported VM size.
80
74
1. Fill in the other values on the **Basic** pane as you like, then proceed to the **Disks** pane.
@@ -104,7 +98,7 @@ Once the feature is enabled, you'll need to set up an Azure Key Vault and a disk
104
98
105
99
Now that you've setup an Azure Key Vault and disk encryption set, you can deploy a VM and it will use encryption at host.
106
100
107
-
1. Sign in to the [Azure portal](https://aka.ms/diskencryptionupdates).
101
+
1. Sign in to the [Azure portal](https://portal.azure.com).
108
102
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
109
103
1. Create a new virtual machine, select an appropriate region and a supported VM size.
110
104
1. Fill in the other values on the **Basic** pane as you like, then proceed to the **Disks** pane.
0 commit comments