cameronmoulder

Automating Sync from Github to Azure Runbooks With Github Actions

I started a side project on a Discord server where I have loads of automation plugged into specific channels for updates I want. After about the 5th runbook, things became a bit messy. I needed a solution that kept my github repo in sync with my Azure Automation accounts runbooks, but I also needed to […]

Automating Sync from Github to Azure Runbooks With Github Actions Read More »

Building an FPL → Discord Webhook Bot with Azure Automation Runbooks (PowerShell Edition)

Automate your Fantasy Premier League updates into a Discord channel using an Azure Automation PowerShell runbook, secure variables, and a scheduled trigger. Why I Built This Every Fantasy Premier League (FPL) season, my friends and I ask the same thing: “When’s the next deadline?” or “Is this a double gameweek?” To stop the guesswork, I built an Azure Automation

Building an FPL → Discord Webhook Bot with Azure Automation Runbooks (PowerShell Edition) Read More »

Building a “Resume Improver” App with FastAPI, Azure Form Recognizer, and OpenAI

Title: Building a “Resume Rizz” App with FastAPI, Azure Form Recognizer, and OpenAI If you’ve ever wanted to combine the power of AI resume analysis with a simple payment flow, you’ll enjoy this little project we’re calling “Resume Rizz.” In this post, I’ll walk you through the high-level components of the app, why I built it, and

Building a “Resume Improver” App with FastAPI, Azure Form Recognizer, and OpenAI Read More »

Using Application Gateway to Route Traffic to an Azure Service

Application Gateways are Layer 7 load balancers built for regional solutions. When you create an Azure Application Gateway it will complete it’s load balancing from a specific region unlike Azure Front Door, so it is imperative that this is understood. All applications gateways also need a public IP address. You don’t need to expose the

Using Application Gateway to Route Traffic to an Azure Service Read More »

Automate Deployment of Resources to Azure Using AZ CLI and ARM Templates

As an Azure administrator or cloud engineer, automating resource deployment through Infrastructure as Code (IaC) is essential. Azure Resource Manager (ARM) templates provide a declarative way to describe your infrastructure. In this post, I’ll go through deploying an ARM template using the Azure CLI, covering how to create a resource group and deploy your infrastructure

Automate Deployment of Resources to Azure Using AZ CLI and ARM Templates Read More »