Azure Encryption Setup
Last updated
Last updated
(c) 2024 Data Illusion Zumbrunn. All rights reserved. Reproduction strictly forbidden.
To setup transparent encryption under Azure you may set the environment variable inside your application settings within the Azure administration portal.
As a more secure alternative you may also store your encryption key using an Azure Key vault. To use your key vault you may set following settings in your Azure application settings
KeyVault:Name is the name of your Key vault
AzureAd:ClientId is the client id to access your Key vault
AzureAd:ClientSecret is the client secret to access your key vault