← Back to Projects

The Cloud Resume Challenge

Azure Infrastructure Case Study

This page provides a comprehensive technical overview for my implementation of The Cloud Resume Challenge, a hands-on initiative designed by Forest Brazeal to demonstrate production-ready cloud proficiencies. It highlights the architectural trade-offs, security controls, and automation implemented to treat a personal portfolio website with the operational standards of enterprise infrastructure.

The complete source code, deployment workflows, and Terraform modules are in the public GitHub Repository.

The Motivation & Strategy

I wanted to dive headfirst into the Azure ecosystem to expand my multi-cloud competency, building on my existing working experience with AWS and GCP. While the vast majority of candidates complete this challenge using AWS, I chose to focus on implementing the process within Azure.

While I had conversational AI tools available to review my work, I explicitly chose not to utilize any agentic AI tooling for this project. I wanted to personally experience the raw process of building the dev env by hand and then automating it in prod through Terraform and GitHub Actions.

Architecture & Governance

Serverless Backend & API

CORS Policy & Troubleshooting

CD Pipeline Automation & IaC