Posts
AzureIs.Fun
Cancel

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

Getting started with Terraform for Azure

Welcome to the first article in a series during which I will take you through my learning journey with Terraform and teach you how to use it effectively with Azure. By the end of this series, you...

Dynamically Managing Azure NSG Rules with PowerShell

Ever found yourself in a situation where you’re hopping from one cafe to another, chasing the Wi-Fi dream, only to realize your IP address keeps changing? Or perhaps you’re traveling and relying ...