The hot question today is: Will AI take my job? Headlines about mass layoffs and viral posts claiming...
An economic bubble occurs when asset prices detach from long term fundamentals and are driven instead...
Like everyone in tech, I utilize LinkedIn to manage my professional network, showcase my work, and...
I recently made a post about Azure Machine Configuration and PowerShell DSC, and how to deploy VM...
In an Azure tenant, you use management groups to organize subscriptions. In that hierarchy, you can...
This short guide shows how to install and use the Microsoft Learn MCP server inside Visual Studio...
Bicep was created with a single goal: to simplify Azure resource deployment. Instead of writing...
In Azure, a subnet has a single address prefix, a part of your Virtual Network (VNet) address space....
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 March 31, 2026....
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...