Using Inspec-Azure to test your Azure Resources

Inspec-Azure is a resource pack provided by Chef that uses the Azure REST API, to allow you to write tests for resources that you have deployed in Microsoft Azure. These tests can be used to validate the Azures resources that were deployed via code using Terraform or Azure RM templates. Inspec is an open source … Read more

“the input device is not a TTY” fix when running Docker in Azure DevOps

Attempting to run Docker in Azure DevOps and getting error “the input device is not a TTY”? In in this blog post, I will show you a simple fix used to resolve the issue I was having. When attempting to use Docker inside a Bash@3 task; I kept getting the error:- The Docker command I … Read more

Network Security Group Rule Creation using Terraform

In this blog post I am going to create a set of Network Security Group rules in Terraform using the resource azurerm_network_security_rule and rather than copying this resource multiple times I will show how you can iterate over the same resource multiple times using for_each meta-argument in Terraform.

Prevent unexpected high Azure spending by setting Budgets and cost alerts in your subscription

This blog explains how to prevent unexpected high Azure spending by setting budgets and cost alerts within your Azure Subscription. It covers setting up budgets for specific scopes, creating alerts, and monitoring spending through a dashboard. The process includes configuring cost management settings and creating budgets with specific criteria.