You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/enable-host-encryption.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,29 +28,6 @@ This feature can only be set at cluster creation or node pool creation time.
28
28
### Prerequisites
29
29
30
30
- 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
0 commit comments