About the implicit outbound connectivity retirement in Azure on...
Azure Machine Configuration, deploy DSC config to Azure VMs. ...
Azure role-based access control (RBAC) roles are essential in any organization to create granular...
A few weeks ago, I presented the Bicep-Deploy GitHub Action that could test and deploy Bicep...
Azure will remove the default outbound connectivity effective September 30, 2025. Currently, any...
Testing the compliance of your infrastructure as Code, ARM-TKK for Bicep, and ARM...
There are several options for deploying resources in Azure with Bicep from a GitHub repository. You...
Azure Machine Configuration (also known as Azure Policy Guest Configuration) allows operators to...
In Azure, securing IaaS resources is relatively straightforward—you can use Network Security Groups...
Parameters are essential when authoring Bicep configuration files. They make your template reusable...
2024 is the year when Generative AI entered the Azure operations and DevOps world. Generative AI has...
Azure Network Security Perimeter is one of the new features announced by Microsoft during the MS...
Working with Bicep means you must deploy your infrastructure with a pipeline. There are a few steps...
The default outbound policy for Azure virtual networks will be retired on September 30th. After this...
Modularity is a key when designing and coding Infrastructure as Code. You need to generalize and be...
In the Bicep Language, just like in the arm template, variables and parameters have a data type:...
If you are an Azure Cloud engineer, you probably know what VNET peering is, you connect two VNETs (in...
In Azure, when you create a VM, it must be connected to a subnet from a VNET. The VM automatically...
Azure Express Route is an essential service when you want to connect your on-premises network to your...
On Friday Morning 19th of July 2024, a faulty update from the security firm CrowdStrike put millions...
I write a lot of custom Azure Policy, and like everyone, I believe, I made some mistakes, and I want...
I made a post on how to authenticate to the GitHub API to perform tasks on your repositories, in this...
In Infrastructure as Code, we focus on deploying and configuring Azure resources. Sometimes you must...
As you know Azure Network is based on Hyper-V networking (you can check my last post on this point)....
If you have ever worked with Pester, The PowerShell test framework, you may have noticed that using...
Working with Azure Policy means that you will have to deal with non-compliant resources. You can see...
I’ve witnessed the inception of the DevOps movement. The “Phoenix Project” was our bedside book. It...
Usually, when you want to connect a GitHub workflow to Azure, in order to manage resources, you use...
Bicep allows you to define your functions for your bicep deployment. These functions can ease...
There is a mythology in the cloud world, particularly in Azure, adding a DHCP server will open the...