Skip to content

Commit 1e721aa

Browse files
authored
Merge pull request #194844 from miwithro/patch-139
Update use-kms-etcd-encryption.md
2 parents 85d82bf + 6f29a29 commit 1e721aa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/aks/use-kms-etcd-encryption.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ az provider register --namespace Microsoft.ContainerService
5959

6060
## Limitations
6161

62-
> [!WARNING]
63-
> Deleting the key or the Azure Key Vault is not supported and will cause your cluster to become unstable.
64-
>
65-
> If you need to recover your Key Vault or key, see the [Azure Key Vault recovery management with soft delete and purge protection](../key-vault/general/key-vault-recovery.md?tabs=azure-cli) documentation.
66-
6762
The following limitations apply when you integrate KMS etcd encryption with AKS:
6863

6964
* Disabling of the KMS etcd encryption feature.
@@ -78,6 +73,11 @@ The following limitations apply when you integrate KMS etcd encryption with AKS:
7873

7974
## Create a KeyVault and key
8075

76+
> [!WARNING]
77+
> Deleting the key or the Azure Key Vault is not supported and will cause your cluster to become unstable.
78+
>
79+
> If you need to recover your Key Vault or key, see the [Azure Key Vault recovery management with soft delete and purge protection](../key-vault/general/key-vault-recovery.md?tabs=azure-cli) documentation.
80+
8181
Use `az keyvault create` to create a KeyVault.
8282

8383
```azurecli
@@ -152,5 +152,9 @@ az aks update --name myAKSCluster --resource-group MyResourceGroup --enable-azur
152152
<!-- LINKS - Internal -->
153153
[aks-support-policies]: support-policies.md
154154
[aks-faq]: faq.md
155+
[az-feature-register]: /cli/azure/feature#az-feature-register
156+
[az-feature-list]: /cli/azure/feature#az-feature-list
157+
[az extension add]: /cli/azure/extension#az-extension-add
158+
[az-extension-update]: /cli/azure/extension#az-extension-update
155159
[azure-cli-install]: /cli/azure/install-azure-cli
156160
[az-aks-create]: /cli/azure/aks#az-aks-create

0 commit comments

Comments
 (0)