Posts
AzureIs.Fun
Cancel

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...

Azure VM Remote Script Execution Tools Compared

In Azure we have a few different places where we can run our scripts and even more ways to let our scripts access VMs remotely. One of the original methods was to use Hybrid Worker, but that is r...

Automating Azure VM Snapshots

Azure Virtual Machine (VM) Snapshots provide a quick and efficient way to capture the current state of a virtual machine’s disk. Snapshots are useful for data recovery, testing, and disaster reco...

Understanding Physical and Logical Azure Availability Zones

Azure provides high availability and resilience through its Availability Zones, which are designed to ensure fault isolation while maintaining low-latency connectivity. However, there is often co...

When and How to Use Azure Resource Locks Without Causing Yourself Trouble

Azure provides powerful tools to help manage and secure cloud resources, and Azure Resource Locks are among the most essential mechanisms for protecting critical workloads. By preventing accident...

How To Create And Use Terraform Modules

Welcome back to the Terraform series on AzureIs.Fun! If you’ve been following along, you’ve already taken the first steps into the world of Infrastructure as Code (IaC) with Terraform. Today we a...

Writing your first Azure Terraform Configuration

Welcome back to the Terraform series on AzureIs.Fun! If you’ve been following along, you’ve already taken the first steps into the world of Infrastructure as Code (IaC) with Terraform. Now, in th...

Terraform Configuration Essentials: File Types, State Management, and Provider Selection

Welcome back to the Terraform series on AzureIs.Fun! In our ongoing journey to explore the world of Infrastructure as Code (IaC) with Terraform, we’ve covered the basics and even dabbled in advan...

Transition from ARM Templates to Terraform with AI

In our previous article, we explored the basics of getting started with Terraform for Azure. Today, we’re taking a step further by looking into how AI can help ustranslate ARM or Bicep templates ...