Azure Key Vault

Connect .Net Core To Azure Key Vault In Ten Minutes Members Public

Access secrets in Azure Key Vault from .Net Core and learn how to elegantly handle when rotating secrets.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault

DefaultAzureCredential: Unifying How We Get Azure AD Token Members Public

The DefaultAzureCredential is appropriate for most scenarios where the application is intended to ultimately be run in Azure. DefaultAzureCredential combines credentials that are commonly used to authenticate when deployed, with credentials that are used to authenticate in a development environment.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Variable Snapshotting in Azure DevOps When Using Azure Key Vault Members Public

In the previous post, we saw how to Enable History for Azure DevOps Variable Groups Using Azure Key Vault. However, there is one issue with using this approach. Whenever a deployment is triggered, it fetches the latest Secret value from the Key Vault. This behaviour might be desirable or not

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Enable History for Azure DevOps Variable Groups Using Azure Key Vault Members Public

Using Key Vault via Variable Group does not snapshot configuration values from the vault. When a deployment is triggered the latest value from the Key Vault is used. A couple of weeks back, I accidentally deleted an Azure DevOps Variable Group at work, and it sucked out half of my

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Exploring AzureKeyVaultConfigBuilder Members Public

Various usage scenarios of Azure Key Vault as a Visual Studio Connected Service

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault

Azure Key Vault As A Connected Service in Visual Studio 2017 Members Public

Getting started with Key Vault is now more seamless!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault

Authenticating with Azure Key Vault Using Managed Service Identity Members Public

Using Managed Service Identity to authenticate a client application to connect with Azure Key Vault

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault

Signing a PDF File Using Azure Key Vault Members Public

Digital sign a PDF using a certificate in Azure Key Vault using iText.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault