When you’re working with Azure, speed matters. Whether you’re troubleshooting an outage, validating a configuration change, or simply trying to answer the question “what just happened?”, the diff...
Orchestrating ARM, Bicep, and Terraform with PowerShell
Infrastructure as Code in Azure comes in many shapes. Some teams use ARM templates, others have fully embraced Bicep, and many rely on Terraform as their primary provisioning tool for multicloud ...
Monitoring Azure Subnet IP Availability
Azure networking is one of those areas that usually just works—until it suddenly doesn’t. One of the most common and least visible problems I keep seeing in real-world environments is subnet IP e...
Ingesting Custom Data to Azure Log Analytics like a Pro
Why do we need custom data ingestion? There are multiple tools and ways to collect and ingest data into Log Analytics. We can collect logs, metrics, and diagnostics via Azure Monitor, security l...
Deploy Azure Monitor With Terraform
Managing cloud infrastructure and applications can quickly become complex. As your Azure environment grows, it’s crucial to maintain visibility into the health, performance, and security of your ...
Get VM SKU Availability in Azure Availability Zones
In my previous article I went over why and when we sometimes face capacity issues in Azure while trying to provision Virtual Machines : Understanding and Overcoming Azure VM SKU Capacity Limitati...
Understanding And Overcoming Azure VM SKU Capacity Limitations
Azure’s global infrastructure provides great flexibility for deploying virtual machines (VMs) across regions and zones. However, when planning high availability, performance, or cost-optimized ar...
Azure Network Peering diagram with PowerShell
In my previous article Diagram as Code with PowerShell, I demonstrated how to generate Azure architecture diagrams using Mermaid and PowerShell. This approach allows you to create dynamic, code-d...
Diagram as Code with PowerShell
This article is part of the Festive Tech Calendar 2024, and fun fact—it’s a bit nostalgic for me! My very first blog post on this page ago was also part of this initiative. It feels great to cont...
How to setup and use Azure Quick Review (AZQR)
Today I want to talk about exciting new tool. Azure Quick Review (azqr) is a command-line interface (CLI) tool designed to analyze Azure resources, ensuring they adhere to Microsoft’s best practi...