IBM's Azure Foundry Enterprise Kit

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.jsnode --version18+
Pythonpython3 --version3.10+
Gitgit --version2.x
Terminal
# Verify all prerequisites
az --version
azd version
node --version
python3 --version
git --version