|
1 | | -# Project |
| 1 | +# Azure AI Foundry Developer Community |
2 | 2 |
|
3 | | -> This repo has been populated by an initial template to help get you started. Please |
4 | | -> make sure to update the content to build a great experience for community-building. |
| 3 | + |
5 | 4 |
|
6 | | -As the maintainer of this project, please make a few updates: |
| 5 | +## Never build alone, join the community! |
7 | 6 |
|
8 | | -- Improving this README.MD file to provide a great experience |
9 | | -- Updating SUPPORT.MD with content about this project's support experience |
10 | | -- Understanding the security reporting process in SECURITY.MD |
11 | | -- Remove this section from the README |
| 7 | +### Get Started By: |
12 | 8 |
|
13 | | -## Contributing |
| 9 | +1. Join **over 25,000 other developers** in the Discord and GitHub Discussions on the [Community Links](#-community-links) |
14 | 10 |
|
15 | | -This project welcomes contributions and suggestions. Most contributions require you to agree to a |
16 | | -Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
17 | | -the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
| 11 | +2. Attend the [Upcoming Events](#-upcoming-events) hosted by our teams at Microsoft to give you the latest updates on Azure AI Foundry and **answer your questions.** |
18 | 12 |
|
19 | | -When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
20 | | -a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions |
21 | | -provided by the bot. You will only need to do this once across all repos using our CLA. |
| 13 | +3. Complete on our **free open source** [Courses](#-courses) to build fundamental skills in AI and AI Agents. |
| 14 | + |
| 15 | +4. Use one of our [Code Samples](#-code-samples) to start building **your own AI applications.** |
| 16 | + |
| 17 | +## 🔗 Community Links |
| 18 | + |
| 19 | +### [Discord](https://discord.gg/aHu7bGMPcX) |
| 20 | + |
| 21 | +Chat with other developers and AI Engineers, attend live community sessions hosted by Azure product teams and get support from product experts. |
| 22 | + |
| 23 | +[](https://discord.gg/kzRShWzttr) |
| 24 | + |
| 25 | +### [GitHub](https://aka.ms/community/gh-discussions) |
| 26 | + |
| 27 | +Get your questions answered about Azure AI Foundry, share your feedback, and discuss ideas with the community. |
| 28 | + |
| 29 | +## 📆 Upcoming Events |
| 30 | + |
| 31 | +| **Event Name** | **Description** | **Date and Location** | |
| 32 | +|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------| |
| 33 | +| [.NET + AI - Weekly Office Hours](https://discord.com/events/1113626258182504448/1382069778834788404/1384223499878400000) | Join us every Monday for an .NET + AI Office Hours. Come with your questions or just listen in - it's a great chance to connect, share, and learn together! | Monday, June 16th 2025 - Discord | |
| 34 | +| [Foundry Models AMA - Advanced Reasoning Models](https://discord.com/events/1113626258182504448/1382860017660854372) | Want to learn advanced techniques to improve AI's reasoning and problem-solving skills, enabling smarter and more efficient decision-making Join us as we talk to Marlene Mhangamiabout her work building a Deep Researcher using Deep Seek R1 and LangChain. | Friday, June 20th 2025 - Discord | |
| 35 | +| [Foundry Models AMA - Model Context Protocol](https://discord.com/events/1113626258182504448/1382860621137317948) | Want to learn how Model Context Protocol works and how to leverage MCP in a more effective way to extend the capabilities of your AI models and agents? Join us as we talk to Den Delimarsky about the MCP specification, security considerations and usage within Microsoft Azure. | Friday, June 27th 2025 - Discord | |
| 36 | + |
| 37 | +## 📕 Courses |
| 38 | + |
| 39 | +| **Course Name** | **Description** | |
| 40 | +|-----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 41 | +| [AI Agents for Beginners](https://github.com/microsoft/ai-agents-for-beginners) | 11 Lessons teaching everything you need to know to start building AI Agents. | |
| 42 | +| [MCP For Beginners](https://github.com/microsoft/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. | |
| 43 | +| [Generative AI for Beginners](https://github.com/Microsoft/generative-ai-for-beginners) | Learn the fundamentals of building Generative AI applications with our 21-lesson comprehensive course by Microsoft Cloud Advocates. | |
| 44 | + |
| 45 | + |
| 46 | +## 🚀 Code Samples |
| 47 | + |
| 48 | +| **Repo** | **Description** | |
| 49 | +|---------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 50 | +| [Azure AI Travel Agents with Llamaindex.TS and MCP](https://github.com/Azure-Samples/azure-ai-travel-agents) | 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. | |
| 51 | +| [JS AI Build-a-thon](https://github.com/Azure-Samples/JS-AI-Build-a-thon?tab=readme-ov-file) | 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. | |
| 52 | +| [Getting Started with Agents Using Azure AI Foundry](https://github.com/Azure-Samples/get-started-with-ai-agents) | 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. | |
| 53 | +| [RAG Time: Ultimate Guide to Mastering RAG](https://github.com/microsoft/rag-time) | 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! | |
| 54 | +| [RAG chat app with Azure OpenAI and Azure AI Search (Python)](https://github.com/Azure-Samples/azure-search-openai-demo>) | 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. | |
22 | 55 |
|
23 | | -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
24 | | -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
25 | | -contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
26 | 56 |
|
27 | | -## Trademarks |
28 | 57 |
|
29 | | -This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
30 | | -trademarks or logos is subject to and must follow |
31 | | -[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). |
32 | | -Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. |
33 | | -Any use of third-party trademarks or logos are subject to those third-party's policies. |
|
0 commit comments