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
+40-1Lines changed: 40 additions & 1 deletion
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: 09/26/2022
7
+
ms.date: 09/27/2022
8
8
ms.author: rogarana
9
9
ms.subservice: disks
10
10
ms.custom: references_regions
@@ -27,6 +27,45 @@ Temporary disks and ephemeral OS disks are encrypted at rest with platform-manag
27
27
28
28
Legacy VM Sizes are not supported. You can find the list of supported VM sizes by either using the [Azure PowerShell module](windows/disks-enable-host-based-encryption-powershell.md#finding-supported-vm-sizes) or [Azure CLI](linux/disks-enable-host-based-encryption-cli.md#finding-supported-vm-sizes).
29
29
30
+
## Prerequisites
31
+
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
+
34
+
1.**Azure portal**: Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com):
35
+
36
+

37
+
38
+
1. Execute the following command to register the feature for your subscription
0 commit comments