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
After creation, you need to [activate the Managed HSM](/azure/key-vault/managed-hsm/quick-create-cli#activate-your-managed-hsm) and ensure that you have the correct permissions to generate keys by [assigning an RBAC role and local RBAC role](/azure/key-vault/managed-hsm/secure-your-managed-hsm) with the correct permissions.
64
66
65
67
3. To add purge protection to an existing vault (that already has soft delete enabled), use the [az keyvault update](/cli/azure/keyvault#az-keyvault-update) command.
66
68
@@ -69,20 +71,22 @@ After you enable customer-managed keys, you need to associate the customer manag
69
71
```
70
72
---
71
73
72
-
4. Create keys by following these steps:
73
-
1. To create a new key, select **Generate/Import** from the **Keys** menu under **Settings**.
74
+
## Create Keys
75
+
76
+
Create keys by following these steps:
77
+
1. To create a new key, select **Generate/Import** from the **Keys** menu under **Settings**.
1. Set **Options** to **Generate** and give the key a name.
80
+
2. Set **Options** to **Generate** and give the key a name.
77
81
78
82

79
-
1. You can now select this key to associate with the Event Hubs namespace for encrypting from the drop-down list.
83
+
3. You can now select this key to associate with the Event Hubs namespace for encrypting from the drop-down list.
80
84
81
85

82
86
83
87
> [!NOTE]
84
88
> For redundancy, you can add up to three keys. If one of the keys has expired, or isn't accessible, the other keys are used for encryption.
85
-
1. Fill in the details for the key and click **Select**. This enables the encryption of the Microsoft-managed key with your key (customer-managed key).
89
+
4. Fill in the details for the key and click **Select**. This enables the encryption of the Microsoft-managed key with your key (customer-managed key).
86
90
87
91
## Managed identities
88
92
There are two types of managed identities that you can assign to an Event Hubs namespace.
0 commit comments