Posted on: 20-02-2024
How to offload cryptographic operations to Azure Key Vault such that your application never has to handle the private keys.
Posted on: 24-09-2020
Exploring the new, standard way of granting access to Key Vault through Azure RBAC instead of access policies
Posted on: 14-03-2020
How to configure and use the combination of Azure Storage and Azure Key Vault for data protection in ASP.NET Core with the new Azure integration packages
Posted on: 29-12-2019
In the third part we look at how we might build automated integration tests against an Azure AD-protected API
Posted on: 26-05-2019
Goes through methods of storing secrets in a way where they cannot end up in the shared code repository
Posted on: 07-04-2019
A look at how ASP.NET Core's Data Protection can be setup in a good way using Azure services
Posted on: 06-03-2018
Looks at an example for storing sensitive configuration in Azure Key Vault, and connecting it to the ASP.NET Core configuration pipeline.
Posted on: 13-10-2017
Walkthrough on how to use the new Managed Service Identity service in Azure to easily authenticate against services with no credentials stored within the app.