1. Prerequisites
5 minInstall required tools, clone the repo, and confirm Azure and ADO access before you begin.
View detailed actions
- Install Azure CLI (latest) — run 'az login' to verify.
- Install .NET 8 SDK — run 'dotnet --version' to verify (must show 8.x).
- Install Azure Functions Core Tools v4 — run 'func --version' to verify (must show 4.x).
- Install Terraform ≥ 1.0 — run 'terraform --version' to verify.
- Install Git — run 'git --version' to verify.
- Clone the repo: git clone https://github.com/toddpick/adom8.git
- Confirm Azure subscription access with 'Contributor' rights on the target resource group.
- Confirm your Azure DevOps organization and project exist and you are a Project Administrator.
- Obtain one AI provider API key — Anthropic (Claude), OpenAI, or Azure OpenAI all work.
Commands / Snippets
git clone https://github.com/toddpick/adom8.gitaz logindotnet --version # expect 8.xfunc --version # expect 4.xterraform --version