Skip to content

Commit 9f635b8

Browse files
authored
Merge pull request #218382 from andyzhangx/patch-56
remove EncryptionAtHost register doc
2 parents 261db3c + 37eb40d commit 9f635b8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

articles/aks/enable-host-encryption.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,6 @@ This feature can only be set at cluster creation or node pool creation time.
2828
### Prerequisites
2929

3030
- Ensure you have the CLI extension v2.23 or higher version installed.
31-
- Ensure you have the `EncryptionAtHost` feature flag under `Microsoft.Compute` enabled.
32-
33-
### Register `EncryptionAtHost` feature
34-
35-
To create an AKS cluster that uses host-based encryption, you must enable the `EncryptionAtHost` feature flags on your subscription.
36-
37-
Register the `EncryptionAtHost` feature flag using the [az feature register][az-feature-register] command as shown in the following example:
38-
39-
```azurecli-interactive
40-
az feature register --namespace "Microsoft.Compute" --name "EncryptionAtHost"
41-
```
42-
43-
It takes a few minutes for the status to show *Registered*. You can check on the registration status using the [az feature list][az-feature-list] command:
44-
45-
```azurecli-interactive
46-
az feature list -o table --query "[?contains(name, 'Microsoft.Compute/EncryptionAtHost')].{Name:name,State:properties.state}"
47-
```
48-
49-
When ready, refresh the registration of the `Microsoft.Compute` resource providers using the [az provider register][az-provider-register] command:
50-
51-
```azurecli-interactive
52-
az provider register --namespace Microsoft.Compute
53-
```
5431

5532
### Limitations
5633

0 commit comments

Comments
 (0)