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 Key Vault – How to access keys or secrets using user identity
Azure Key Vault can be accessed using Managed Identities. Here we will talk about Managed Identities and create a User-Managed Identity to access Azure Key Vault from the MVC web application. Managed Identities Overview Managed Identity provides Azure services with an automatically managed identity in AAD (Azure Active Directory). It helps to authenticate to any service that... 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 →