Interactive Quickstart Tutorial
Follow these 6 steps to go from zero to a governed AI agent in production.
Check Prerequisites
Verify your environment is ready
Ensure you have the required tools installed before deploying the Enterprise Kit.
Azure CLI (az)
az --version2.60+Azure Dev CLI (azd)
azd version1.5+Node.js
node --version18+Python
python3 --version3.10+Git
git --version2.xTerminal
# Verify all prerequisites
az --version
azd version
node --version
python3 --version
git --version