Skip to content

Commit 5d60d27

Browse files
committed
Shortening alert.
1 parent 53225dc commit 5d60d27

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ az feature show --namespace Microsoft.Compute --name EncryptionAtHost
4545
### Create resources
4646

4747
> [!NOTE]
48-
> If you're using platform-managed keys, this section is optional. You can skip to the [Example scripts](#example-scripts) section.
49-
>
50-
> The [Create resources](#create-resources) section only applies to customer-managed keys.
48+
> This section only applies to configurations with customer-managed keys. If you're using platform-managed keys, you can skip to the [Example scripts](#example-scripts) section.
5149
5250
Once the feature is enabled, you need to set up a DiskEncryptionSet and either an [Azure Key Vault](../../key-vault/general/overview.md) or an [Azure Key Vault Managed HSM](../../key-vault/managed-hsm/overview.md).
5351

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ You must enable the feature for your subscription before you use the EncryptionA
4646
### Create an Azure Key Vault and DiskEncryptionSet
4747

4848
> [!NOTE]
49-
> If you're using platform-managed keys, this section is optional. You can skip to the [Example scripts](#example-scripts) section.
50-
>
51-
> The [Create an Azure Key Vault and DiskEncryptionSet](#create-an-azure-key-vault-and-diskencryptionset) section only applies to customer-managed keys.
49+
> This section only applies to configurations with customer-managed keys. If you're using platform-managed keys, you can skip to the [Example scripts](#example-scripts) section.
5250
5351
Once the feature is enabled, you need to set up an Azure Key Vault and a DiskEncryptionSet, if you haven't already.
5452

0 commit comments

Comments
 (0)