

Latest Posts
Bicep - Assigning Azure Policy Initiatives to Enforce Compliance
·800 words·4 mins·
100
views
·
5
likes
Hi all! Today I want to talk to you about “Policy as Code” Just as “Infrastructure as Code” changed how we handle infrastructure deployment, “Policy as Code” gives us consistency, traceability, and rapid implementation in policy management.
Terraform - Creating Azure Private DNS Zones and Records
·1122 words·6 mins·
100
views
·
5
likes
Hi everyone! Today I want to share how I use Terraform to implement your private DNS zones in Azure. Also, I’ll show you how to create ‘A’ records in these zones.
Bicep - Deploy a Subscription Budget using Azure CLI
·736 words·4 mins·
100
views
·
5
likes
Managing your resources and services costs is crucial to your Azure subscriptions’ governance. That’s where Azure Budgets comes in. Azure Budgets helps us manage our cloud costs by setting spending limits.
Terraform - Deploying Azure Hub-Spoke Networking
·1516 words·8 mins·
100
views
·
5
likes
In this blog post, I want to show you how to implement a hub-spoke network architecture on Azure using Terraform, one of my favorite infrastructure as code (IaC) tools. The hub-spoke model is a widely adopted networking strategy that allows you to simplify management, increase scalability, and improve the security of your Azure resources.
Bicep - Deploy Azure Storage Account using Azure CLI
·711 words·4 mins·
100
views
·
5
likes
Azure Storage is a core foundational PaaS (Platform as a Service) offering within Microsoft Azure, providing a versatile and scalable solution for storing files, blobs (binary large objects), and other data types.