Post template (Engineering notebook)

Copy this into a new file under _posts/YYYY-MM-DD-title.md.

---
title: "<Post title>"
date: YYYY-MM-DD
categories: [AI-Automation]  # or Networking, Governance-Guardrails, IaC-Bicep, Security, Operations
tags: [Azure, Bicep, Policy]
excerpt: "<1 sentence. What this teaches/builds and why it matters.>"
toc: true
toc_sticky: true
---

TL;DR

Goal / Why

Assumptions + scope

Architecture / approach

Implementation

Prereqs

Code

Commands

Guardrails

Validation (how I proved it works)

Gotchas

Next steps