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
## Enable encryption with customer-managed keys in the Azure Portal
21
+
## Enable encryption with customer-managed keys in the Azure portal
22
22
23
23
This article shows you how to enable customer-managed keys encryption using the Azure portal. By default, Azure Data Explorer encryption uses Microsoft-managed keys. Configure your Azure Data Explorer cluster to use customer-managed keys and specify the key to associate with the cluster.
24
24
@@ -27,7 +27,7 @@ This article shows you how to enable customer-managed keys encryption using the
27
27
1. In the **Encryption** pane, select **On** for the **Customer-managed key** setting.
1. In the **Select key from Azure Key Vault** window, select an existing **Key vault** from the dropdown list. If you select **Create new** to [create a new Key Vault](/azure/key-vault/quick-create-portal#create-a-vault), you'll be routed to the **Create Key Vault** screen.
33
33
@@ -37,14 +37,14 @@ This article shows you how to enable customer-managed keys encryption using the
37
37
38
38

39
39
40
-
1. In the **Encrytion** pane that now contains your key, select **Save**. When CMK creation succeeds, you will see a success message in **Notifications**.
40
+
1. In the **Encryption** pane that now contains your key, select **Save**. When CMK creation succeeds, you'll see a success message in **Notifications**.
By enabling customer-managed keys for your Azure Data Explorer cluster, you'll be creating a system assigned identity for the cluster if one doesn't exist. In addition, you'll be providing the required view permissions to your Azure Data Explorer cluster on the selected Key Vault and get the Key Vault properties.
45
45
46
46
> [!NOTE]
47
-
> Select **Off** to remove the customermanaged key after it has been created.
47
+
> Select **Off** to remove the customer-managed key after it has been created.
0 commit comments