Skip to main content
Jorge Bernhardt Jorge Bernhardt

Azure Key Vault

2023

Terraform – Secure your Azure Key Vaults with private endpoints
·1385 words·7 mins· 100 views · 5 likes
Terraform IaC Azure Key Vault Azure Private Endpoint
Hello everyone! The importance of securely managing our secrets, keys, and certificates has grown exponentially in our cloud environments. Azure Key Vault allows us to handle this sensitive data securely.
Bicep - Azure Key Vault Deployments in Multiple Environments
·1035 words·5 mins· 100 views · 5 likes
Azure Key Vault Azure CLI Microsoft Microsoft Azure
Hi folks, I sincerely hope you are all doing great. You are probably aware of the importance of Azure Key Vault in securely and centrally managing secrets, encryption keys, and certificates.
Bicep - Deploying keys with rotation policies in Azure Key Vault
·860 words·5 mins· 100 views · 5 likes
Azure Key Vault Azure CLI Microsoft Microsoft Azure
Hi! This week, we’re talking about security, specifically how to use automatic key rotation in Azure Key Vault. In case you didn’t know, Azure Key Vault’s automated key rotation improves security by creating new key versions at set intervals and sending expiration alerts via Event Grid.
Setting Private Endpoint for Azure Key Vault using Azure PowerShell
·1647 words·8 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzPrivateEndpoint Get-AzPrivateLinkResource
Hi everyone, and happy new year. In the first post of the year, I want to continue talking about Private Endpoints. In this post, I want to show you how to create a private endpoint to connect securely to an Azure Key Vault, and I’ll also show you how to use two features that Microsoft recently enabled support for Private Endpoint Static IP Configurations and support for customizing the name of the network interface assigned to the private Endpoint.

2019

How to create an Azure Key Vault
·709 words·4 mins· 100 views · 5 likes
Azure Key Vault Azure CLI Azure PowerShell Connect-AzAccount
This post is part of a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create a very important service that works as a secure secrets store: An Azure Key Vault.