Skip to content

Commit f979588

Browse files
Merge pull request #212516 from roygara/fixEncryption
Fix encryption
2 parents 45ad3c2 + c6bbf63 commit f979588

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

articles/virtual-machines/disks-enable-host-based-encryption-portal.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use encryption at host to enable end-to-end encryption on your Azur
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 11/17/2021
7+
ms.date: 09/27/2022
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: references_regions
@@ -29,52 +29,46 @@ Legacy VM Sizes are not supported. You can find the list of supported VM sizes b
2929

3030
## Prerequisites
3131

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:
3333

3434
1. **Azure portal**: Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com):
3535

3636
![Icon to launch the Cloud Shell from the Azure portal](../Cloud-Shell/media/overview/portal-launch-icon.png)
37-
37+
3838
1. Execute the following command to register the feature for your subscription
39-
39+
4040
### [Azure PowerShell](#tab/azure-powershell)
4141

4242
```powershell
4343
Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
4444
```
45-
45+
4646
### [Azure CLI](#tab/azure-cli)
47-
47+
4848
```azurecli
4949
az feature register --name EncryptionAtHost --namespace Microsoft.Compute
5050
```
51-
51+
5252
---
5353

5454
1. Confirm that the registration state is **Registered** (takes a few minutes) using the command below before trying out the feature.
55-
55+
5656
### [Azure PowerShell](#tab/azure-powershell)
5757

5858
```powershell
5959
Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
6060
```
61-
61+
6262
### [Azure CLI](#tab/azure-cli)
63-
63+
6464
```azurecli
6565
az feature show --name EncryptionAtHost --namespace Microsoft.Compute
6666
```
67-
6867
---
6968

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-
7569
## Deploy a VM with platform-managed keys
7670

77-
1. Sign in to the [Azure portal](https://aka.ms/diskencryptionupdates).
71+
1. Sign in to the [Azure portal](https://portal.azure.com).
7872
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
7973
1. Create a new virtual machine, select an appropriate region and a supported VM size.
8074
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
10498

10599
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.
106100

107-
1. Sign in to the [Azure portal](https://aka.ms/diskencryptionupdates).
101+
1. Sign in to the [Azure portal](https://portal.azure.com).
108102
1. Search for **Virtual Machines** and select **+ Add** to create a VM.
109103
1. Create a new virtual machine, select an appropriate region and a supported VM size.
110104
1. Fill in the other values on the **Basic** pane as you like, then proceed to the **Disks** pane.

0 commit comments

Comments
 (0)