In this post I introduce the ideas of design-time validation and unit testing for Infrastructure-as-Code (IaC) developed using Bicep. Perfect if you’re new to IaC and […]
As cloud professionals, one of your tasks is to deliver Subscriptions (or accounts on AWS) to development teams. But it is never a naked empty subscription, […]
After last week’s almost-philosophical post on network complexity, let’s move on to more mundane tasks. Today I will focus on how to write efficient Terraform code […]
Using Infrastructure as Code on a large scale can be challenging, especially when you create infrastructure for other teams. You deploy the network, security resources, and […]
Virtually every expert out there recommends following an Infrastructure-as-Code approach to manage Azure Networks, and even more so when dealing with traffic segmentation features such as […]
One could contend that a significant aspect of cybersecurity involves addressing code bugs, including those that are presently known and unknown. Such bugs may signify Continue […]
Introduction Azure Automation is a robust tool that provides administrators with the ability to execute tasks either on Azure or on-premises (through a hybrid worker). If […]