Skip to content
CAMPUX
Field notes

One Azure idea at a time.

Short, honest write-ups of the ideas that come up in interviews and on the job. Each one teaches the concept properly, cites the Microsoft documentation, and points back to the class that drills it until it sticks.

Filter Latest Governance 14 Careers 134 AI 14 Cost 15 Networking 18 Identity 16 Migration 37 Databases 7 IaC 7 Certifications 1 Fundamentals 14 Storage 12 Compute 30 CI/CD 15 Security 17 Observability 5
Careers · Gear

What's the best laptop for a cloud engineer?

By Captain O

The best laptop for a cloud engineer is a reliable 16GB machine with a good keyboard, screen, and battery — not a GPU rig. The heavy work runs in the cloud, not on your laptop. Here's what actually matters, what doesn't, and the spec targets by price tier.

Cloud · Azure vs OCI

Azure vs Oracle Cloud — how do they compare?

By Captain O

Azure vs Oracle Cloud (OCI) in 2026: Azure is the broad, market-leading cloud with the biggest enterprise footprint and job market; OCI is the cheaper-on-paper challenger with a famously generous always-free tier. Which one to build a career on, and which one to keep a free box on.

Azure · Migration

Azure IaaS to PaaS migration — how and why to do it

By Captain O

Moving from IaaS to PaaS means retiring the VMs you patch and rehosting the workload on a managed service. Here's why it pays, when it doesn't, a component-by-component migration table, and the sequence that keeps you from breaking production.

Azure · Compute · How-to

Create an Azure VM from an image or a snapshot

By Captain O

An image is a reusable template for spinning up new, identical VMs; a snapshot is a point-in-time copy of one disk. Here's when to use each, and the exact az CLI and portal steps for both paths.

Read more
19 min readVMs
Azure · Compute · Hyper-V

Azure VM nested virtualization — what it is and how to enable it

By Captain O

Nested virtualization is running a hypervisor inside an Azure VM so you can spin up Hyper-V, Windows Sandbox, WSL2, or nested Kubernetes on it. It only works on VM sizes that expose the virtualization extensions — pick the wrong series and it silently won't. Here's what it is, which sizes support it, and how to turn it on.

Read more
19 min readVMs
Serverless · Pricing

AWS Lambda vs Google Cloud Functions: the pricing, compared

By Captain O

AWS Lambda vs Google Cloud Functions on price: both bill per request plus compute per GB-second and both hand you a large perpetual free grant (~1–2M requests, ~400k GB-seconds). At real scale the bill is a wash — the choice comes down to cold starts, runtimes, and ecosystem.

Cloud · Compute comparison

EC2 vs Azure VM vs GCP Compute Engine

By Captain O

AWS EC2 vs Azure Virtual Machines vs GCP Compute Engine: all three rent you the same thing — a VM billed by the second or hour. The real decision is ecosystem, not a few cents an hour. Terminology, sizing families, and pricing models compared.

Read more
18 min readVMs
Cloud · Cost · Free tiers

Which cloud is cheapest for small projects?

By Captain O

Which cloud is cheapest for a small always-on project — AWS, Azure, GCP, or Oracle? Oracle's Always Free tier usually wins for keeping something running at $0 forever. But cheapest flips once you need managed services or support. A dated 2026 breakdown with the free-tier catches nobody tells you.

Cloud · Cost

What is the cheapest cloud VM in 2026?

By Captain O

The cheapest cloud VM you can run long-term is an always-free one — Oracle's Always Free Ampere ARM instance costs $0 indefinitely. Here's the full ranking, the catch on each, and how the cheap ones turn into a surprise bill.

Read more
19 min readVMs
Databases · Free-tier comparison

Supabase vs Azure SQL free tier — what to host your side project on

By Captain O

Supabase vs Azure SQL free tier for a side project: they solve different problems. Supabase is an instant Postgres backend (DB, auth, storage, APIs); Azure SQL's free offering is a managed SQL Server database for the Microsoft stack. Here's how to pick — and what breaks when you outgrow either.

Databases · Cost

The cheapest database for a side project

By Captain O

The cheapest database for a side project is almost always free. Supabase, Neon, Azure SQL free, Cloudflare D1, Turso and PlanetScale compared — storage caps, idle pauses, and the catch each 'free' tier hides.

AI · Modern stack

The best cloud stack for vibecoding

By Captain O

The best cloud stack for vibecoding and AI-first prototyping is the one with the least IAM friction and the fastest path to a live URL — a zero-config backend plus a push-to-deploy host. Here's the stack, the table, and the migration cliff nobody warns you about.

Azure · Tooling

Azure Cloud Shell vs Azure CLI — what's the difference?

By Captain O

Azure CLI is the az command tool you install and run anywhere. Azure Cloud Shell is a browser-based, pre-authenticated shell in the portal that already has the CLI installed. They aren't competitors — here's how they fit together, with a comparison table.

Azure · Fundamentals

What is PaaS in Azure?

By Captain O

PaaS in Azure means you deploy your code or data and Microsoft runs the servers, OS, patching, and scaling underneath. App Service, Azure SQL Database, Functions, and Container Apps are the headline examples. Here's the full list, grouped by what they host, and how to know when PaaS is the right call over a VM.

Azure · Cost

Is there an Azure VM free tier?

By Captain O

Is there an Azure VM free tier? Yes and no. New accounts get a $200 credit for 30 days plus a limited 12-month allowance on two small VM sizes — but no VM runs free forever. Here's exactly what's free, for how long, and the catch that causes bill shock.

Read more
17 min readVMs
Careers · Skills

What skills do you need to become a cloud engineer?

By Captain O

What skills do you need to become a cloud engineer? Networking and identity, one cloud platform, Linux and scripting, infrastructure-as-code, CI/CD, monitoring, and cost — plus owning an incident. Here's the real stack, what job-ready looks like for each, and where certs stop short.

Careers · Market

Is cloud engineering oversaturated in 2026?

By Captain O

Is cloud engineering oversaturated in 2026? The entry level is crowded with certificate-holders. The job-ready level - people who can prove they've built something - is not. Here's how to tell which pool you're in, and how to climb out of the crowded one.

Careers · Skills

Do you need Linux to become a cloud engineer?

By Captain O

Do you need Linux to become a cloud engineer? Yes — working shell comfort is close to non-negotiable, even on Azure, because the workloads, containers, and CI runners are Linux. But you need fluency, not kernel depth. Here's the exact Linux you actually use.

Azure · Tooling how-to

Use Azure Cloud Shell without a storage account

By Captain O

Yes — pick the ephemeral 'no storage account required' session and Cloud Shell opens with no mounted file share. The catch: nothing persists. Here's how to launch it, and when the throwaway shell is the right call versus the persistent mount.

Azure · Governance

What is the Azure Cloud Adoption Framework?

By Captain O

The Azure Cloud Adoption Framework (CAF) is Microsoft's guidance and reference architecture for moving an organization to a governed, secure Azure estate — across Strategy, Plan, Ready, Adopt, Govern, and Manage. Here's each phase in a sentence, what a cloud engineer touches, and the gap between naming the phases and standing up a landing zone that passes an audit.

Read more
18 min readClass 8
Azure · Identity · Hybrid sign-in

What is Azure AD (Entra) pass-through authentication?

By Captain O

Pass-through Authentication (PTA) validates a user's password against your on-prem Active Directory via a lightweight agent — the password never lands in the cloud. Here's PTA vs Password Hash Sync vs federation, the agent, the tradeoffs, and how to actually choose.

Read more
17 min readClass 7
Azure · Comparison

Azure VM vs AWS EC2

By Captain O

Azure VM vs AWS EC2, compared honestly: same idea, different names and knobs. A side-by-side table on terminology, pricing models, sizing, free tier, and billing — plus the part that actually decides cost.

Read more
17 min readVMs
Certifications · AZ-104 → AZ-305

AZ-104 to AZ-305: The Administrator-to-Architect Leap

By Captain O

AZ-104 proves you can operate Azure; AZ-305 asks you to design it. That's a change of role, not just difficulty. What actually changes on the leap, the four moves that bridge it, and the honest warning about wearing an architect cert you haven't earned.

The Dispatch · No. LVII · delivered by email

Get new field notes as they ship.

One short, honest Azure note at a time — plus the occasional hiring signal. No spam, no card, unsubscribe in one click.