Azure Key Vault allows to store the keys, secrets and certificate which are used by applications to access securely. The automated key rotation feature was one of the most await feature, however it is available in public preview now. The feature allows users or DevOps or scripting tools like PowerShall to configure the auto rotation... Continue Reading →
Azure Storage – Encrypt and Decrypt blobs using Azure Key Vault
The blob storage accessibility can be control using Role-Based Access Control (RBAC). Team members have read permission then they can view data inside blob storage which is quite useful for non-prod environment scenarios. But, if this is not a good use case for production environment. Production environment data security can be improved using Azure Data... Continue Reading →
How to Create Azure Key Vault using CLI
Azure requires an authenticated user with valid subscription to work with Azure CLI. Web applications uses many secrets keys in the web.config, for example -- database connection string, SMTP details, some special service password which is less secure. There are set of commands that need to be run to create and read the secret from... Continue Reading →