-
Join over 30,000 other developers in the Discord and GitHub Discussions on the Community Links
-
Attend the Upcoming Events hosted by our teams at Microsoft to give you the latest updates on Azure AI Foundry and answer your questions.
-
Complete on our free open source Courses to build fundamental skills in AI and AI Agents.
-
Use one of our Code Samples to start building your own AI applications.
Chat with other developers and AI Engineers, attend live community sessions hosted by Azure product teams and get support from product experts.
Get your questions answered about Azure AI Foundry, share your feedback, and discuss ideas with the community.
See the discord for our weekly events calendar and events
Course Name | Description |
---|---|
AI Agents for Beginners | 11 Lessons teaching everything you need to know to start building AI Agents. |
MCP For Beginners | Whether you're an AI developer, system architect, or software engineer, this guide is your comprehensive resource for mastering MCP fundamentals and implementation strategies. |
Generative AI for Beginners | Learn the fundamentals of building Generative AI applications with our 21-lesson comprehensive course by Microsoft Cloud Advocates. |
Repo | Description |
---|---|
Azure AI Travel Agents with Llamaindex.TS and MCP | The AI Travel Agents is a robust enterprise application that leverages multiple AI agents to enhance travel agency operations. The application demonstrates how LlamaIndex.TS orchestrates multiple AI agents to assist employees in handling customer queries, providing destination recommendations, and planning itineraries. |
JS AI Build-a-thon | 9 Unique Hands-On Quests for JS/ TS Developers to Build AI Apps on Azure AI Foundry, and gain a deeper understanding of AI Technologies, Tools and Frameworks. |
Getting Started with Agents Using Azure AI Foundry | The agent leverages the Azure AI Agent service and utilizes file search for knowledge retrieval from uploaded files, enabling it to generate responses with citations. The solution also includes built-in monitoring capabilities with tracing to ensure easier troubleshooting and optimized performance. |
RAG Time: Ultimate Guide to Mastering RAG | Master RAG with RAG Time! Learn how to build smarter AI applications with Retrieval-Augmented Generation. This repo includes step-by-step guides, live coding samples, and expert insights—everything you need to go from beginner to RAG pro! |
RAG chat app with Azure OpenAI and Azure AI Search (Python) | This solution creates a ChatGPT-like frontend experience over your own documents using RAG (Retrieval Augmented Generation). It uses Azure OpenAI Service to access GPT models, and Azure AI Search for data indexing and retrieval. |