Terraform – Concat + formatlist multiple lists

An issue I ran in to recently was that I needed to assign multiple lists to the ip_rules block of an Azure Key Vault in Terraform. Doing so was easy enough using Terraform’s concat function. Initially, the use case was simple… combine three lists that were stored as variables. ip_rules = “${concat(var.list1, var.list2, var.list3)}” I …

Using Azure Key Vault in ASP.NET Core

In a previous post I described what Azure Key Vault is and provided some instruction in regards to setting it up and using it. Now we’re going to run through some code examples to see how an application can use a vault. There is no reason to re-create Microsoft’s excellent documentation that demonstrates an ASP.NET …

Azure Key Vault

The need to store sensitive information securely in Cloud environments is both hugely important and challenging. Azure Key Vault can help. Imagine a simple scenario where you are part of a team developing a Cloud-native application. The application needs to access an Azure SQL Database and an Azure Storage account. You should avoid hard-coding your …

Close Bitnami banner
Bitnami