Importing Tenant Key to Azure Key Vault

Use the Azure CLI to import the wrapped key to your Azure key vault, generated in the previous steps.

Execute the following command to import the tenant key:

›_ Console

> az keyvault key import --vault-name <keyvault> --name <WrappedKeyName> --byok-file " WrappedKey>"

Use the following command to check, if the key has been successfully imported to the Azure Key vault:

›_ Console

> az keyvault key show --vault-name <keyvault> --name <WrappedKeyName>

You can also check if the key is visible on your Azure portal.