Skip to content

Commit 0d0d1f4

Browse files
Added steps to activate managed HSM
1 parent dfdc8e6 commit 0d0d1f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/service-bus-messaging/configure-customer-managed-key.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ For more information about importing existing keys, see [About keys, secrets, an
5555
```azurecli-interactive
5656
az keyvault create --name contoso-SB-BYOK-keyvault --resource-group ContosoRG --location westus --enable-soft-delete true --enable-purge-protection true
5757
```
58+
59+
After creation you will need to [activate the Managed HSM](/azure/key-vault/managed-hsm/quick-create-cli#activate-your-managed-hsm).
5860

5961
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.
6062

0 commit comments

Comments
 (0)