Skip to content

Commit 7f7447e

Browse files
authored
Update enable-host-encryption.md
remove the note since this is already mentioned in the byok doc
1 parent 429e499 commit 7f7447e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/aks/enable-host-encryption.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Enable host-based encryption on Azure Kubernetes Service (AKS)
33
description: Learn how to configure a host-based encryption in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
5-
ms.date: 06/22/2023
5+
ms.date: 07/17/2023
66
ms.custom: devx-track-azurecli
77
ms.devlang: azurecli
88
---
@@ -45,9 +45,6 @@ Before you begin, review the following prerequisites and limitations.
4545
az aks nodepool add --name hostencrypt --cluster-name myAKSCluster --resource-group myResourceGroup -s Standard_DS2_v2 --enable-encryption-at-host
4646
```
4747
48-
> [!NOTE]
49-
> After you enable host-based encryption on your cluster, make sure you provide the proper access to your Azure Key Vault to enable encryption at rest. For more information, see [Control access][control-keys] and [Azure built-in roles for Key Vault data plane operations][akv-built-in-roles].
50-
5148
## Next steps
5249
5350
- Review [best practices for AKS cluster security][best-practices-security].

0 commit comments

Comments
 (0)