← All Work
ARC Cloud Consulting logo

ARC Cloud Consulting

Cloud Infrastructure · Azure · Personal Project

This Portfolio is the Project

Version 2
Rebuilt in 2026
Azure CDN
Global Delivery
Fully Automated
CI/CD Pipeline
Serverless
Visit Counter

Where It Started

A few years ago, when I was getting serious about Azure and what it could actually do, I came across the Cloud Resume Challenge put out by Gwyn on the A Cloud Guru platform. The concept was simple but smart: instead of just studying for certifications, you prove you understand cloud by building something real on it. A resume hosted on Azure, a CDN in front of it, a serverless backend tracking your visitor count, the whole thing deployed from code. No shortcuts, no drag-and-drop.

I built it. It worked. And more importantly, it forced me to actually understand how Azure services talk to each other, not just what they are on a multiple choice exam.

What Changed in 2026

A lot. The original version was a single HTML page. It did what it was supposed to do, but it was built by someone still learning the platform. By 2026 I had completed 7 Azure certifications including the Solutions Architect Expert, built production platforms for clients across healthcare, logistics, and enterprise IT, and had a very different idea of what this portfolio should look like and what it should be capable of.

Version 2 is a full multi-page portfolio with a proper CI/CD deployment pipeline, global CDN delivery, AI-powered chat, push notification support, and a visual identity built around the ARC brand. The infrastructure decisions I made for client projects are the same decisions running under this site. That was intentional.

Skills in Action

Every feature on this portfolio exists for a reason. Here is what is running under the hood and what it demonstrates.

Cloud Hosting and Global Delivery

Azure Blob Storage + Front Door CDN

The site is hosted on Azure Blob Storage and served through Azure Front Door, Microsoft's global CDN network. Visitors anywhere in the world load it from the closest edge location. This is the same setup I configure for client platforms.

CI/CD and DevOps

Automated Deployment Pipeline

Every update to the portfolio triggers an automated pipeline on GitHub Actions. The site builds and deploys to Azure without a single manual step. Nothing gets missed, nothing gets uploaded in the wrong order, and the CDN cache clears automatically when changes go live.

Serverless Architecture and Databases

Serverless Visit Counter

The live visitor count you see on the homepage is powered by Azure Functions and Cosmos DB. No server running 24/7. A small function wakes up when the page loads, reads and updates the count, and goes back to sleep. Cost is near zero, availability is near 100%.

CDN Architecture

Smart Caching Strategy

Different types of files on this site cache for different durations. Pages never cache so visitors always see the latest version. Design assets cache indefinitely because they never change without a new filename. Getting this right is the difference between a CDN that helps and one that causes problems.

Automation and AI Workflows

AI Chat Integration

The chat widget on the site connects directly to an n8n automation workflow. It is a live example of what I build for clients who want AI-powered support, lead capture, or internal tooling without hiring a development team to maintain custom infrastructure.

Web Platform and Engagement

Push Notifications

Visitors can subscribe to push notifications via OneSignal. New blog posts and updates reach subscribers directly on their device. Setting this up properly on a static site requires understanding service workers, same-origin restrictions, and CDN configuration. It took about a day to get right.

The Point

The best way to prove you know how to build something is to have built it yourself. The infrastructure running this portfolio is the same thinking I bring to every client project: the right cloud services for the job, deployed properly, automated from day one, and built to scale without drama.

If you are looking at this site and thinking your business could use some of what you are seeing, that is kind of the idea. Reach out.

Built With

AstroAzure Blob StorageAzure Front DoorAzure FunctionsCosmos DBGitHub ActionsOneSignaln8n

Want this kind of infrastructure for your business?

ARC builds and manages cloud infrastructure on Azure. From hosting and CDN setup to automated deployments and serverless backends.

Let's Talk