Skip to content

Commit 873711c

Browse files
committed
adding more formatting
1 parent ff913c6 commit 873711c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/event-hubs/configure-customer-managed-key.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ After you enable customer-managed keys, you need to associate the customer manag
6060

6161
```azurecli-interactive
6262
az keyvault create --hsm-name ContosoVault --resource-group ContosoRG --location westus --enable-soft-delete true --enable-purge-protection true
63-
```
63+
```
64+
65+
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.
6466

6567
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.
6668

@@ -69,20 +71,22 @@ After you enable customer-managed keys, you need to associate the customer manag
6971
```
7072
---
7173

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**.
7478

7579
![Select Generate/Import button](./media/configure-customer-managed-key/select-generate-import.png)
76-
1. Set **Options** to **Generate** and give the key a name.
80+
2. Set **Options** to **Generate** and give the key a name.
7781

7882
![Create a key](./media/configure-customer-managed-key/create-key.png)
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.
8084

8185
![Select key from key vault](./media/configure-customer-managed-key/select-key-from-key-vault.png)
8286

8387
> [!NOTE]
8488
> 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).
8690

8791
## Managed identities
8892
There are two types of managed identities that you can assign to an Event Hubs namespace.

0 commit comments

Comments
 (0)