Releases: codetocloudorg/azure-foundry-blueprints
Releases · codetocloudorg/azure-foundry-blueprints
Release list
v1.0.0 - Enterprise Azure AI Foundry Blueprints
🚀 Initial Release
Enterprise-ready Microsoft Foundry deployment blueprints featuring:
✨ Features
- NEW Foundry Portal - Deploys the modern Microsoft Foundry experience (not classic AI Studio)
- Terraform & Bicep - Choose your IaC language
- Private Networking - All resources behind private endpoints
- NAT Gateway - Controlled internet egress for workloads
- AI Landing Zones Aligned - Follows Microsoft best practices
📦 What's Deployed
- Microsoft Foundry (AI Services with
allowProjectManagement: true) - Foundry Project
- Azure Cosmos DB (agent state storage)
- Azure AI Search (vector retrieval)
- Key Vault, Storage Account
- Log Analytics + Application Insights
- VNet with 4 subnets + NSGs
- 12 Private DNS Zones
- 6 Private Endpoints
🔗 Resources
📝 Quick Start
# Terraform
cd terraform/dev
terraform init && terraform apply -var-file=dev.tfvars
# Bicep
cd bicep/dev
az deployment sub create --location westus2 --template-file main.bicep --parameters main.bicepparam