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
- Go to Azure Portal → Open Azure Key Vault.
- In the left panel, go to Secrets → Click Generate/Import.
- Set Name to
snowflake-private-key
. - In Value, paste the entire contents of
private_key.pem
(orprivate_key_encrypted.pem
if you used encryption). - Click Create.
