Skip to main content

Storing Snowflake Key Pair in Azure Key Vault

Store the Private Key in Azure Key Vault

After you have generated a public and private key pair, you can securely store the private keys in Azure Key Vault.

2.1 Upload the Private Key as a Secret

  1. Go to Azure Portal → Open Azure Key Vault.
  2. In the left panel, go to Secrets → Click Generate/Import.
  3. Set Name to snowflake-private-key.
  4. In Value, paste the entire contents of private_key.pem (or private_key_encrypted.pem if you used encryption).
  5. Click Create.
Azure Key Vault