!!! tip "THE MAIN TAKEAWAY MESSAGES ARE"
- [ ] AZD templates accelerate AI application development from days to hours
- [ ] The Discovery → Deployment → Customization methodology provides a structured learning path
- [ ] GitHub Copilot with MCP servers enables natural language exploration of complex codebases
- [ ] Microsoft Foundry provides built-in observability, evaluation, and security testing
Congratulations! In this workshop, you have successfully:
| Module | Accomplishment |
|---|---|
| Module 1 | Discovered Azure Developer CLI and selected an AI template |
| Module 2 | Deployed and validated a complete AI agents solution |
| Module 3 | Deconstructed the template to understand its architecture |
| Module 4 | Explored azure.yaml configuration and lifecycle hooks |
| Module 5 | Customized the template for your own scenario |
| Module 6 | Safely tore down infrastructure and managed resources |
azd init- Initialize projects from templatesazd up- Provision and deploy in one commandazd env- Manage environment variablesazd down- Clean up resources safely
azure.yaml- Configuration and deployment hooksinfra/- Bicep infrastructure-as-codesrc/- Application source codescripts/- Automation and setup scripts
- AI Agent Service for intelligent assistants
- File Search and Azure AI Search for knowledge retrieval
- Built-in tracing, monitoring, and evaluation
- Red teaming for AI safety validation
| Path | Resource | Time |
|---|---|---|
| Complete Course | AZD for Beginners Curriculum | 8-12 hours |
| Try Another Template | Microsoft Foundry Templates | 1-2 hours |
| Deep Dive | Azure Developer CLI Documentation | Ongoing |
| Community | Azure Discord | Join today! |
- Get Started with AI Chat - Basic chat with your data
- Azure Search OpenAI Demo - Advanced RAG patterns
- Contoso Chat - Enterprise retail scenarios
Ready to test your skills? Try these challenges:
| Challenge | Description | Difficulty |
|---|---|---|
| 1. Multi-Agent Scenario | Deploy and customize for a different industry (e.g., healthcare, finance) | ⭐⭐ |
| 2. Custom Knowledge Base | Add your own data files and create a custom search index | ⭐⭐⭐ |
| 3. Production Deployment | Set up CI/CD with GitHub Actions using azd pipeline config |
⭐⭐⭐⭐ |
Your feedback helps us improve this workshop!
- GitHub Issues: Post feedback - tag with
Workshop - Discord: Join Microsoft Foundry Discord - post in
#get-help - Contributions: Help improve the workshop by submitting pull requests!
Thank you for completing the AZD for AI Developers Workshop. We hope this experience has equipped you with the skills and confidence to build and deploy AI applications on Azure.
Keep building, keep learning, and welcome to the Azure AI developer community!
| 📚 Course Home | AZD For Beginners |
| 📖 Documentation | Azure Developer CLI Docs |
| 🛠️ AI Templates | Microsoft Foundry Templates |
| 💬 Community | Azure Discord |