Get Started/Step-by-Step Guide

ADOm8 Setup Guide

Work through 9 steps at your own pace. Mark each one done as you go — your progress is saved in this session.

⏱ Estimated total: 35–50 min👤 Audience: DevOps / Engineering leadsView full reference →
1 of 95 min

Prerequisites

Install five tools and confirm Azure + ADO access

Install all five tools before you begin — each is needed at a different step and skipping any will block progress later.

ToolVerify withMin versionDownload
Azure CLIaz --versionlatestInstall guide
.NET SDKdotnet --version8.xDownload .NET 8
Azure Functions Core Toolsfunc --version4.xInstall guide
Terraformterraform --version≥ 1.0Download Terraform
Gitgit --versionlatestDownload Git

Accounts needed

Azure subscription with Contributor rights on the target resource group.

Azure DevOps organization + project. You must be a Project Administrator.

AI provider API key — Anthropic (Claude), OpenAI, or Azure OpenAI all work.

Then clone the repo

💡After cloning, keep the repo root open in your terminal for the remaining steps.

Commands / Snippets

git clone https://github.com/toddpick/adom8.git
az login
dotnet --version   # expect 8.x
func --version     # expect 4.x
terraform --version
Tool version checks in terminal
Tool version checks in terminal