Vault Unseal
Execute the following command to retrieve your virtual machine information:
SSH to connect to your virtual machine with username, azureuser:
Run vault status command to check current status:
Run the vault operator init command to initialize the Vault server so that you can unseal:
Check the Vault status to verify that it has been initialized and unsealed.
In the service log, you should find a trace where Azure Vault key is being fetched to unseal the Vault server.
Restart the Vault server to ensure that Vault server gets automatically unsealed:
Explorer the systemd configuration for Vault server which is located at /lib/systemd/system/vault.service:
Last updated
Was this helpful?