Vijay Kumar Singhblogs.vijaysingh.cloud·Jul 25, 2024Automate AKS Clusters with Terraform, Service Principal, and Azure Key VaultWhy Automate AKS Clusters with Terraform? Terraform is an Infrastructure as Code (IaC) tool that allows you to define and manage infrastructure through code. By using Terraform, you can automate the creation and management of Azure resources, ensurin...10 likesProjectsterraformbackend
Osama Shaikhosshaikh.hashnode.dev·Mar 17, 2024Azure HSM: Navigating Compliance for FSIIntroduction As a technology enthusiast I recently had the opportunity to dive deep into the world of Azure Managed Hardware Security Modules (HSMs) for FSI customer. These powerful cryptographic guardians play a pivotal role in helping Non-Banking F...86 reads#FSI
Bill Powellasoftman.hashnode.dev·Jan 8, 2023I Love Powershell Gallery, but...Sometimes you have to go it alone. In my last post I went through how to retrieve secrets from Azure Key Vault, from creating Key Vaults, through securing them with certificates, and fetching those secrets - all from powershell. For the most part I k...73 readsPowershell
Uche Nebedblog.nebed.io·Oct 14, 2022Export Certificates between Azure KeyVault InstancesSo, this should be a quick one. I had a problem recently, I was trying to export certificates from my old Azure Keyvault instance to a new one and i didn't want to download them each and import to the new Azure Keyvault instance. I picked Terraform ...1 like·265 readsAzure