Posts
AzureIs.Fun
Cancel

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

Executing PowerShell Scripts Directly from GitHub Gists

Remember the days when we used to carry around USB drives filled with our favorite scripts, dreading that one day the drive might give up on us? Or those times when we’d jump through hoops, authe...

The Future Of Azure Governance: Trends and Predictions

Azure Governance is an essential discipline for small companies and large enterprises to maintain their cloud infrastructure and ensure that their resources are used efficiently and securely. And...

Manage Azure Role Assignments Like a Pro with PowerShell

Today’s blog post is a little bit different. I have a couple of examples of how you can use PowerShell snippets and simple commandlets to get or set role assignmnets in your Azure Subscriptions. ...

Retrieve Azure Resource Group Cost with PowerShell API

In my previous blog posts, I wrote about how simple PowerShell scripts can help speed up daily tasks for Azure administrators, and how you can convert them to your own API. One of these tasks is...

Custom PowerShell API for Azure Naming Policy

To continue our PowerShell API series, we have another example of a highly useful API that you can integrate into your environment. Choosing names for Azure resources can be a challenging task. ...