If you are running a web application in Azure then you must have used Storage Account service. This is a commonly used service to store binary files for example - images, files and videos. This is quite common usecase for any web application is to upload files. It is really easy to upload small files,... Continue Reading →
How to Access Storage Account Using System Managed Identity
Azure blob storage can be accessed using Managed Identity. This post will briefly talk about Managed Identity and enable Managed Identity to access Azure Blob from the WebApp. What is Managed Identity Managed Identity provides Azure services with an automatically managed identity in AAD (Azure Active Directory). It helps to authenticate to any service that supports AAD... 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 →