By using Terraform within an Azure DevOps pipeline, IT professionals can deploy resources consistently and reliably across Azure environments. This guide will walk you through setting […]
In this post, we’ll explore the creation of a Terraform template that can help you deploy an Azure Log Analytics workspace. Log Analytics is a powerful […]
I recently had the pleasure of taking part in the 2024 Technical Summit – a community event covering the key areas of AI, digital transformation, and […]
I have been building several Logic Apps recently. I wanted to fully automate the setup and configuration using Terraform. In this blog post I will be […]
It was recently announced that you can now use Terraform to Geo-Restore within PostgreSQL Flexible server. I will show how you can do this within this […]
Using Terraform and came across this error: “ is a required provider property when performing a plan/apply operation”? This blog post is for you – a […]
This September, Azure Back to School 2024 is taking place, with loads of awesome sessions and great community content. My session, “Building a Cloud Centric Network […]
Recently I have been looking to learn more about replication options when using Terraform with Azure NetApp Files. This is a service I use regularly with […]
This guide looks at Optimising Azure NSG Rules Creation with Terraform. We’ll look at how to use the try function with for_each for Terraform NSG Rule […]
The try function combined with for_each in Terraform offers a great approach to handling multiple variations in data structures within Terraform. In this blog post, we […]