cameronmoulder

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 »