1---2name: 2561-azure-bb4e38b33description: Azure OpenAI & Copilot4---5## Azure OpenAI & Copilot67## Contents89- [Azure OpenAI Overview](#azure-openai-overview)10- [LLM Frameworks](#llm-frameworks)11- [Prompt Tooling](#prompt-tooling)12- [Agent Frameworks](#agent-frameworks)13- [Deep Learning](#deep-learning)14- [Risk & LLMOps](#risk--llmops)15- [Data Processing](#data-processing)16- [Developer Tooling](#developer-tooling)17- [Microsoft Copilot Products](#microsoft-copilot-products)18- [Agent Development](#agent-development)19- [Copilot Development](#copilot-development)20- [Azure AI Search](#azure-ai-search)21- [Azure AI Services](#azure-ai-services)22- [Microsoft Research](#microsoft-research)23- [Azure OpenAI Application](#azure-openai-application)24- [Azure OpenAI Accelerator](#azure-openai-accelerator)25- [Azure OpenAI Samples](#azure-openai-samples)26- [Use Case & Architecture References](#use-case--architecture-references)2728## Azure OpenAI Overview2930- [Abuse Monitoring](https://learn.microsoft.com/en-us/legal/cognitive-services/openai/data-privacy) - ✍️Data handling and retention policy for abuse detection in Azure OpenAI.31- [Azure OpenAI Models](https://ai.azure.com/explore/models) - ✍️Catalog of foundation and reasoning models available from Azure OpenAI.32- [OpenAI Models](https://platform.openai.com/docs/models) - ✍️Catalog of foundation and reasoning models available from OpenAI.33- [What is Azure OpenAI Service?](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview) - ✍️Overview of Azure-hosted OpenAI capabilities, security and integration features.3435## LLM Frameworks3637- 🏛️[Artificial Intelligence Controller Interface (AICI)](https://github.com/microsoft/aici) - ✨Secure sandboxed controllers for structured real-time LLM output control. (Sep 2023) 38- [Azure ML Prompt Flow](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/overview-what-is-prompt-flow) - ✍️Visual designer for prompt orchestration and evaluation supporting Jinja templates. (Jun 2023)39- 🏛️[Kernel Memory](https://github.com/microsoft/kernel-memory) - ✨Service and plugins for scalable ingestion, hybrid embedding, and memory pipelines. (Jul 2023) 40- 🏛️[Microsoft Agent Framework](https://github.com/microsoft/agent-framework) - ✨Unified SDK (Semantic Kernel & AutoGen), Graph-based Workflows, DevUI, Built-in connectors, MCP + A2A + OpenAPI (Apr 2025) 41- 🏛️[Semantic Kernel](https://github.com/microsoft/semantic-kernel) - ✨SDK for orchestrating AI services, functions, memory, and planners across languages. (Feb 2023) 4243## Prompt Tooling4445- 🏛️[GenAIScript](https://github.com/microsoft/genaiscript) - ✨JavaScript framework to orchestrate LLM calls, tools, and data in unified scripts. (Aug 2023) 46- 🏛️[guidance](https://github.com/microsoft/guidance) - ✨DSL for structured prompting and controlled generation with chain-of-thought patterns. (Nov 2022) 47- 🏛️[LLMLingua](https://github.com/microsoft/LLMLingua) - ✨Prompt and KV-cache compression achieving substantial token reduction with minimal quality loss. (Jul 2023) 48- 🏛️[LMOps](https://github.com/microsoft/LMOps) - ✨Toolkit for optimizing and evaluating prompt quality across multimodal scenarios. (Dec 2022) 49- 🏛️[Prompt Engine](https://github.com/microsoft/prompt-engine) - ✨Utilities for systematic prompt authoring and experimentation (Python variant available). (Jun 2022) 50- 🏛️[PromptBench](https://github.com/microsoft/promptbench) - ✨Unified framework for large language model prompt evaluation. (Jun 2023) 51- 🏛️[Prompty](https://github.com/microsoft/prompty) - ✨Template language for prompt definition, execution metadata, and evaluation integration. (Apr 2024) 52- 🏛️[Promptions](https://github.com/microsoft/Promptions) - ✨Promptions ("Prompt" plus "options"). Ephemeral UI for prompt refinement — a flexible dynamic prompt middleware. (Jul 2025) 53- 🏛️[SAMMO](https://github.com/microsoft/sammo) - ✨Framework for automated prompt optimization through search and evaluation loops. (Apr 2024) 54- 🏛️[TypeChat](https://github.com/microsoft/TypeChat) - ✨Schema-driven natural language interfaces using strongly typed APIs. 5556## Agent Frameworks5758- 🏛️[AGDebugger](https://github.com/microsoft/agdebugger) - ✨Visual tool for AutoGen-based multi-agent debugging. (Jan 2025) 59- 🏛️[Agent Lightning](https://github.com/microsoft/agent-lightning) - ✨Train and optimize agents (including RL, prompt‑optimization, multi‑agent workflows) (Jun 2025) 60- [AIOpsLab](https://www.microsoft.com/en-us/research/blog/aiopslab-building-ai-agents-for-autonomous-clouds/) - ✍️Research-driven AI agents for cloud incident analysis and root cause automation.61- 🏛️[Autogen](https://github.com/microsoft/autogen) - ✨Customizable multi-agent conversation and tool orchestration framework (community AG2 and Microsoft variants). (Mar 2023) 62- [Copilot SDK](https://github.com/github/copilot-sdk) - ✨Multi-platform SDK for integrating GitHub Copilot Agent into apps and services (Jan 2026) 63- 🏛️[ExACT](https://github.com/microsoft/ExACT) - ✨Adaptive retrieval and planning using interaction memory and Monte Carlo Tree Search. (Dec 2024) 64- 🏛️[EvalsforAgentsInterop](https://github.com/microsoft/EvalsforAgentsInterop) - ✨Evaluates LLM-powered productivity agents through realistic scenario simulations. (Nov 2025) 65- 🏛️[JARVIS](https://github.com/microsoft/JARVIS) - ✨Bridge connecting LLMs with specialized AI models for composite task execution. (Mar 2023) 66- 🏛️[Magentic-Marketplace](https://github.com/microsoft/multi-agent-marketplace) - ✨Market simulation using agents. (27 Oct 2025) [📑](https://arxiv.org/pdf/2510.25779) 67- [Magentic-One](https://www.microsoft.com/en-us/research/articles/magentic-one-a-generalist-multi-agent-system-for-solving-complex-tasks/) - ✍️Generalist multi-agent system for complex multi-step automation.68- 🏛️[OmniParser](https://github.com/microsoft/OmniParser) - ✨Vision-based GUI parsing for screen-grounded agent control. (Sep 2024) 69- 🏛️[qlib](https://github.com/microsoft/qlib) - ✨Quantitative finance platform integrating supervised, temporal, and reinforcement modeling. (Aug 2020) 70- 🏛️[RD-Agent](https://github.com/microsoft/RD-Agent) - ✨Open-source R&D automation for structured experimentation workflows. (Apr 2024) 71- 🏛️[Semantic Workbench](https://github.com/microsoft/semanticworkbench) - ✨Development environment for intelligent multi-agent scenario design and debugging. (Aug 2024) 72- 🏛️[TaskWeaver](https://github.com/microsoft/TaskWeaver) - ✨Code-first natural language to executable workflow translation with rich data planning. (Sep 2023) 73- 🏛️[TinyTroupe](https://github.com/microsoft/TinyTroupe) - ✨Multi-agent persona simulation for scenario exploration and insight generation. (Mar 2024) 74- 🏛️[UFO](https://github.com/microsoft/UFO) - ✨UI-centric Windows interaction agent for system-level task automation. (Mar 2024) 75- 🏬[Vanilla AI Agents](https://github.com/Azure-Samples/vanilla-aiagents) - ✨Minimal agent patterns without heavy framework abstractions. (Dec 2024) 76- 🏛️[Windows Agent Arena](https://github.com/microsoft/WindowsAgentArena) - ✨Benchmarking and evaluation platform for multimodal Windows desktop agents. (Sep 2024) 7778## Deep Learning7980- 🏛️[BitNet](https://github.com/microsoft/BitNet) - ✨Inference framework for ultra-low precision (1-bit) large language models. (Aug 2024) 81- 🏛️[DeepSpeed](https://github.com/microsoft/DeepSpeed) - ✨Distributed training and inference optimization library featuring ZeRO optimizations. (May 2020) 82- 🏛️[FLAML](https://github.com/microsoft/FLAML) - ✨Lightweight automation for model selection, tuning, and economical experimentation. (Dec 2020) 83- 🏛️[PixelCraft](https://github.com/microsoft/PixelCraft) - ✨High-fidelity visual reasoning on structured images. (Apr 2025) 84- 🏛️[Tutel](https://github.com/microsoft/Tutel) - ✨Optimized Mixture-of-Experts (MoE) library with FP8/NVFP4/MXFP4 support. (Aug 2021) 85- 🏛️[UniLM (Foundation Models)](https://github.com/microsoft/unilm) - ✨Collection of large-scale pretrained architectures for multimodal and language tasks. (Mar 2020) 8687## Risk & LLMOps8889- 🏛️[AI Central](https://github.com/microsoft/AICentral) - ✨Control plane for authenticated, resilient access to multiple OpenAI endpoints. (Oct 2023) 90- [Azure AI Evaluation SDK](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/evaluate-sdk) - ✍️Evaluation tooling for generative AI quality and safety metrics. (Oct 2024)91- 🌐[PyRIT](https://github.com/Azure/PyRIT) - ✨Risk identification toolkit targeting robustness, safety, and adversarial prompt detection. (Dec 2023) 9293## Data Processing9495- [Azure HorizonDB](https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-azure-horizondb/4469710) - ✍️New PostgreSQL service with advanced DiskANN vector indexing and large-scale replication. (19 Nov 2025)96- 🏛️[DiskANN](https://github.com/microsoft/DiskANN) - ✨Graph-based indices for scalable and fast approximate nearest neighbor search. (Jun 2020) 97- 🏛️[markitdown](https://github.com/microsoft/markitdown) - ✨Conversion utility for office and structured documents to Markdown. (14 Nov 2024) 98- [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/) - ✍️Unified platform combining data integration, engineering, warehousing, and BI. (May 2023)99- 🏛️[NLWeb](https://github.com/microsoft/NLWeb) - ✨Conversational interfaces for web data with MCP, Schema.org, and RSS support. (Apr 2025) 100- 🏛️[Presidio](https://github.com/microsoft/presidio) - ✨Context-aware, pluggable PII detection and de-identification for text and images. (Oct 2019) 101- 🏛️[Presidio Research](https://github.com/microsoft/presidio-research) - ✨Data science tools for developing and evaluating Presidio PII recognizers. (Jan 2020) 102103## Developer Tooling104105- 🏛️[agent-skills](https://github.com/microsoft/agent-skills) - ✨131 skills, MCP configs, and agents for Azure SDK and AI Foundry development. (Jan 2026) 106- 🏛️[AI Toolkit for VS Code](https://github.com/microsoft/vscode-ai-toolkit) - ✨VS Code extension integrating local and cloud AI workflows. (Dec 2023) 107- [AIShell](https://github.com/PowerShell/AIShell) - ✨Interactive PowerShell shell integrating AI-assisted command workflows. (Apr 2023) 108- 🏛️[apm](https://github.com/microsoft/apm) - ✨Dependency manager for AI agents — declare skills, prompts, and tools in `apm.yml`. (Sep 2025) 109- 🏛️[Azure Communication Services WebChat Adapter](https://github.com/microsoft/botframework-webchat-adapter-azure-communication-chat) - ✨Bot Framework WebChat adapter for Azure Communication Services Chat. (Dec 2024) 110- [Claude Code + MS Foundry](https://devblogs.microsoft.com/all-things-azure/claude-code-microsoft-foundry-enterprise-ai-coding-agent-setup/) - ✍️Claude Code + Microsoft Foundry enterprise setup on Azure. (Jan 2026)111- [Cosmos DB Agent Kit](https://github.com/AzureCosmosDB/cosmosdb-agent-kit) - A collection of skills for AI coding agents working with Azure Cosmos DB.  (Jan 2026)112- 🏛️[Data Formulator](https://github.com/microsoft/data-formulator) - ✨Iterative AI-assisted creation and transformation of data visualizations. (18 Sep 2023) 113- [ExcelMcp - MCP Server for Microsoft Excel](https://github.com/sbroenne/mcp-server-excel) - ✨MCP server that lets AI assistants (e.g. via GitHub Copilot or other LLM-based agents) control Microsoft Excel — automate Power Query, VBA, DAX, formatting, and more. (Oct 2025) 114- 🏛️[Foundry-Local](https://github.com/microsoft/Foundry-Local) - ✨Local-first dev setup for Microsoft Foundry projects. (Mar 2025) 115- 🏛️[GitHub Copilot Chat for VS Code](https://github.com/microsoft/vscode-copilot-chat) - ✨In-editor contextual multi-turn AI assistance. (June 2025) 116- [GitHub Copilot CLI](https://github.com/github/copilot-cli) - ✨AI-powered coding assistance in your terminal. 117- [github-copilot-office](https://github.com/patniko/github-copilot-office) - ✨GitHub Copilot add-in for Word, Excel, and PowerPoint. (Jan 2026) 118- 🏛️[MCP Gateway](https://github.com/microsoft/mcp-gateway) - ✨Reverse proxy and management layer for MCP servers with Kubernetes lifecycle support. (May 2025) 119- 🏛️[Microsoft MCP](https://github.com/microsoft/mcp) - ✨Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI data access and tool integration. (Apr 2025) 120- 🏛️[Power BI Modeling MCP Server](https://github.com/microsoft/powerbi-modeling-mcp) - ✨Power BI semantic modeling capabilities to your AI agents through a local MCP server. (Oct 2025) 121- 🏛️[SWE-bench-Live](https://github.com/microsoft/SWE-bench-Live) - ✨Evaluating your AI system on latest software engineering tasks. (NeurIPS 2025 D&B). (Mar 2025) 122- 🏛️[vscode-copilotstudio](https://github.com/microsoft/vscode-copilotstudio) - ✨VS Code extension for authoring and syncing Copilot Studio agents. (Mar 2025) 123- 🏛️[wassette](https://github.com/microsoft/wassette) - ✨Runs WebAssembly Components as MCP tools with Wasmtime sandbox isolation. (Jul 2025) 124125## Microsoft Copilot Products126127- [Agent 365](https://www.microsoft.com/en-us/microsoft-365/blog/2025/11/18/microsoft-agent-365-the-control-plane-for-ai-agents/) - ✍️Control plane for AI agents (registry, access control, visualization, interoperability, security). (18 Nov 2025)128- [Azure SRE Agent](https://techcommunity.microsoft.com/blog/azurepaasblog/introducing-azure-sre-agent/4414569) - ✍️A cloud agent service. Site reliability engineering (SRE) covers Usage, Incident, and Performance Monitoring. (19 May 2025)129- 🏛️[Azure SRE Agent GitHub Repository](https://github.com/microsoft/sre-agent) - ✨Official sample of Azure SRE Agent. (September 2025) 130- [Copilot Checkout and Brand Agents](https://about.ads.microsoft.com/en/blog/post/january-2026/conversations-that-convert-copilot-checkout-and-brand-agents) - ✍️In-chat purchases and automated brand interactions. (6 Jan 2026)131- [Clarity Copilot](https://learn.microsoft.com/en-us/clarity/copilot/clarity-copilot) - ✍️Analytics insights assistant for session telemetry. (March 2023)132- [Copilot Pages](https://techcommunity.microsoft.com/en-us/microsoft-365-copilot/announcing-copilot-pages-for-multiplayer-collaboration/ba-p/4242701) - ✍️Persistent collaborative canvas in Copilot chat. (16 Sep 2024)133- [Copilot Pro](https://support.microsoft.com/en-us/copilot-pro) - ✍️Premium Copilot features, model priority, and M365 integration. (Jan 2024)134- [Copilot Scenario Library](https://adoption.microsoft.com/en-us/copilot-scenario-library/) - ✍️Examples of Copilot business use cases.135- [Copilot Usage Report 2025](https://microsoft.ai/news/its-about-time-the-copilot-usage-report-2025) - ✍️Health queries dominate mobile use, programming peaks on weekdays and gaming on weekends, and February sees a Valentine's Day spike in relationship and personal growth conversations. (10 Dec 2025)136- [Copilot Vision](https://www.microsoft.com/en-us/microsoft-copilot/blog/2024/12/05/copilot-vision-now-in-preview-a-new-way-to-browse/) - ✍️Edge experience for browsing with on-page visual grounding. (05 Dec 2024)137- [Copilot in Azure Quantum](https://learn.microsoft.com/en-us/azure/quantum/get-started-azure-quantum) - ✍️Quantum workload guidance with Copilot integration. (June 2023)138- [Copilot in Windows](https://learn.microsoft.com/en-us/copilot/copilot) - ✍️System-level AI integration in Windows. (Sep 2023)139- [Copilot+ PC](https://blogs.microsoft.com/blog/2024/05/20/introducing-copilot-pcs/) - ✍️Windows PCs with integrated NPUs for AI workloads. (May 2024)140- [Dynamics 365 Copilot](https://learn.microsoft.com/en-us/microsoft-cloud/dev/copilot/copilot-for-dynamics365) - ✍️Embedded generative assistance across Dynamics workloads. (March 2023)141- [Fabric Copilot](https://learn.microsoft.com/en-us/fabric/get-started/copilot-fabric-overview) - ✍️Copilot features for Fabric. (March 2024)142- [GitHub Copilot](https://docs.github.com/en/copilot/getting-started-with-github-copilot) - ✍️AI pair programming for code completion and chat. (Oct 2021)143- [Microsoft 365 Copilot](https://learn.microsoft.com/en-us/microsoft-365-copilot/microsoft-365-copilot-overview) - ✍️Cross-suite productivity AI assistance. (Nov 2023)144- [Microsoft 365 Copilot Chat](https://www.microsoft.com/en-us/microsoft-365/blog/2025/01/15/copilot-for-all-introducing-microsoft-365-copilot-chat/) - ✍️Chat experience (free tier) and pay-as-you-go agents.145- [Microsoft Copilot](https://copilot.microsoft.com/) - ✍️Web-based AI assistant (formerly Bing Chat Enterprise). (Nov 2023)146- [Microsoft Copilot for Azure](https://learn.microsoft.com/en-us/azure/copilot) - ✍️AI-assisted cloud operations for management and optimization. (Nov 2023)147- [Nuance DAX Copilot](https://www.nuance.com/healthcare/dragon-ai-clinical-solutions/dax-copilot.html) - ✍️Clinical documentation automation. (18 Jan 2024)148- [Power Apps AI Copilot](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/ai-overview) - Copilot feature in ✍️Power Apps AI. (March 2023)149- [Power Automate Copilot](https://learn.microsoft.com/en-us/power-automate/get-started-with-copilot) - Copilot feature in ✍️Power Automate cloud flows. (March 2023)150- [PowerBI Copilot](https://learn.microsoft.com/en-us/power-bi/create-reports/copilot-introduction) - ✍️Copilot features in Power BI. (March 2024)151- [Process Mining ingestion](https://learn.microsoft.com/en-us/power-automate/process-mining-copilot-in-ingestion) - ✍️Copilot feature for process mining ingestion in Power Automate. (March 2023)152- [Security Copilot](https://learn.microsoft.com/en-us/security-copilot/microsoft-security-copilot) - ✍️Security operations copiloting for defenders. (March 2023)153- [Team Copilot](https://www.microsoft.com/en-us/microsoft-365/blog/2024/05/21/new-agent-capabilities-in-microsoft-copilot-unlock-business-value/) - ✍️Meeting, collaboration, and project facilitation. (May 2024)154- [Viva Copilot](https://www.microsoft.com/en-us/microsoft-365/blog/2023/04/20/introducing-copilot-in-microsoft-viva-a-new-way-to-boost-employee-engagement-and-performance/) - ✍️Employee experience and engagement assistance. (April 2023)155- [Windows AI Foundry](https://developer.microsoft.com/en-us/windows/ai/) - ✍️Platform for local and hybrid AI app development (evolved from Windows Copilot Runtime). (May 2024)156- [Windows Copilot Runtime](https://blogs.windows.com/windowsdeveloper/2024/05/21/unlock-a-new-era-of-innovation-with-windows-copilot-runtime-and-copilot-pcs/) - ✍️The set of APIs powered by the 40+ on-device models. (May 2024)157- [Word, Excel, and PowerPoint Agents in Microsoft 365](https://techcommunity.microsoft.com/blog/microsoft365copilotblog/introducing-word-excel-and-powerpoint-agents-in-microsoft-365-copilot/4470604) - ✍️Dedicated agents that help users create documents, spreadsheets, and presentations. (19 Nov 2025)158- [Work IQ](https://www.microsoft.com/en-us/microsoft-365/blog/2025/11/18/microsoft-ignite-2025-copilot-and-agents-built-to-power-the-frontier-firm/) - ✍️Enterprise intelligence layer behind Microsoft 365 Copilot agents (Fabric IQ, Foundry IQ). (18 Nov 2025)159160## Agent Development161162- 🏛️[Agent 365 SDK - C# /.NET](https://github.com/microsoft/Agent365-dotnet) - ✨.NET samples for Microsoft Agent 365. (Oct 2025) 163- 🏛️[Agent 365 SDK - Python](https://github.com/microsoft/Agent365-python) - ✨Python samples for Microsoft Agent 365. (Oct 2025) 164- 🏛️[Agent 365 SDK Samples and Prompts](https://github.com/microsoft/Agent365-Samples) - ✨Sample scenarios for Microsoft Agent 365. (Oct 2025) 165- [Agent builder & Plan designer in Power Apps](https://www.microsoft.com/en-us/power-platform/blog/power-apps/build-user-focused-intelligent-solutions-in-power-apps-start-with-a-plan/) - ✍️Design and configure intelligent solutions in Power Apps.166- [Agents in Power Platform](https://www.microsoft.com/en-us/power-platform/blog/2024/11/19/redefine-development-ai-first-innovation-with-agents-and-microsoft-copilot-in-power-platform/) - ✍️AI first no-code development with Copilot agents in Power Platform. (19 Nov 2024)167- 🏛️[AI Agents for Beginners - A Course](https://github.com/microsoft/ai-agents-for-beginners) - ✨Ten-lesson introduction to building AI agents for Beginners. (Nov 2024) 168- 🏛️[AI BAST Agents Library](https://github.com/microsoft/aibast-agents-library) - ✨AI BAST Specialist Team agents library. Rapid Agent Prototype Pattern (RAPP). (Oct 2025) 169- 🏛️[AI Developer](https://github.com/microsoft/ai-developer) - ✨Challenges for Learning Azure AI Foundry and Semantic Kernel Fundamentals. (Oct 2024) 170- 🏛️[AI fluency](https://github.com/microsoft/AIFluency) - ✨Learning resources and challenges for AI fluency. (Apr 2024) 171- 🏛️[Automated Compliance Agents Hackathon](https://github.com/microsoft/azure-trust-agents) - ✨Hands-on hackathon challenges for multi-agent financial compliance workflows. (Sep 2025) 172- [Azure AI Agent Service](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/introducing-azure-ai-agent-service/4298357) - ✍️Managed agent service in Azure AI Foundry. (19 Nov 2024)173- [Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-studio/what-is-ai-studio) - ✍️Portal and SDK for building generative AI solutions.174- 🏛️[Azure AI Foundry & Agents Workshop](https://github.com/microsoft/agentic-ai-lab) - ✨Azure AI Foundry & Agents workshop materials. (Nov 2025) 175- [Combine Copilot Agents with Office Add-ins](https://devblogs.microsoft.com/microsoft365dev/office-addins-at-build-2025/) - ✍️Enhance Copilot with Office add-in actions for natural language interaction with Office documents. (22 May 2025)176- [FoundryIQ-and-Agent-Framework-demo](https://github.com/leyredelacalzada/FoundryIQ-and-Agent-Framework-demo) - ✨Multi-agent demo using Microsoft Agent Framework SDK and Azure AI Foundry with FoundryIQ. (Jan 2026) 177- [Introducing Copilot Actions, new agents, Copilot Control System](https://www.microsoft.com/en-us/microsoft-365/blog/2024/11/19/introducing-copilot-actions-new-agents-and-tools-to-empower-it-teams/) - ✍️New agent capabilities and management tools for IT teams.178- [Microsoft 365 Agents SDK](https://devblogs.microsoft.com/microsoft365dev/introducing-the-microsoft-365-agents-sdk/) - ✍️The evolution of the Bot Framework to build AI Agents. (19 Nov 2024)179- 🏛️[Microsoft 365 Agents SDK - C# /.NET](https://github.com/microsoft/Agents-for-net) - ✨Microsoft 365 Agent SDK components for .NET. (Nov 2024) 180- 🏛️[Microsoft 365 Agents SDK - Python](https://github.com/microsoft/Agents-for-python) - ✨Microsoft 365 Agent SDK components for Python. (Dec 2024) 181- [Microsoft Agent Factory](https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/introducing-microsoft-agent-factory/4470732) - ✍️Program for building agents with Work IQ, Fabric IQ, Foundry IQ via Microsoft Foundry & Copilot Studio. (19 Nov 2025)182- [Microsoft Discovery](https://azure.microsoft.com/en-us/blog/transforming-rd-with-agentic-ai-introducing-microsoft-discovery/) - ✍️Graph-based scientific co-reasoning. Specialized discovery agents for conducting research. (19 May 2025)183- [Microsoft Entra Agent ID](https://techcommunity.microsoft.com/blog/microsoft-entra-blog/announcing-microsoft-entra-agent-id-secure-and-manage-your-ai-agents/3827392) - ✍️Central registration and governance for organizational AI agents. (20 May 2025)184- [Microsoft Foundry](https://devblogs.microsoft.com/foundry/) - ✍️Azure AI Foundry rebranded as Microsoft Foundry. Blog with recent updates. (18 Nov 2025)185- 🏛️[Model Mondays](https://github.com/microsoft/model-mondays) - ✨Weekly livestream and office hours on generative AI models and model selection. (Feb 2025) 186- 🏛️[PowerPlatform-DataverseClient-Python](https://github.com/microsoft/PowerPlatform-DataverseClient-Python) - ✨Python client for Microsoft Dataverse — CRUD, SQL queries, and file uploads. (Aug 2025) 187- [SharePoint Agent](https://techcommunity.microsoft.com/blog/microsoft365copilotblog/ignite-2024-agents-in-sharepoint-now-in-general-availability/4298746) - ✍️Turn SharePoint sites and documents into interactive agents.188- 🏛️[WorkIQ CLI and MCP](https://github.com/microsoft/work-iq-mcp) - ✨MCP Server and CLI for accessing Work IQ. (Jan 2026) 189190## Copilot Development191192- [Agent Evaluation in Microsoft Copilot Studio](https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/build-smarter-test-smarter-agent-evaluation-in-microsoft-copilot-studio/) - ✍️Structured, automated testing solution directly in Copilot Studio.193- [Community contributed samples for the Microsoft 365 Copilot](https://github.com/pnp/copilot-pro-dev-samples) - ✨Samples for extending Microsoft 365 Copilot features. (Sep 2024) 194- 🏛️[Copilot Developer Camp](https://github.com/microsoft/copilot-camp) - ✨Hands-on labs for extending Microsoft 365 Copilot and building custom agents. (Jan 2024) 195- [Copilot Studio Labs](https://microsoft.github.io/mcs-labs/) - Hands-on labs for building AI agents with Microsoft Copilot Studio.196- [Copilot Studio March 2025 Update](https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/whats-new-in-copilot-studio-march-2025/) - ✍️Added autonomous agents, deep reasoning, and MCP integration. (31 Mar 2025)197- [Copilot Studio Monthly updates](https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/monthly-updates/) - Copilot Studio news and features for the last month.198- [Copilot System Overview (video)](https://www.youtube.com/watch?v=E5g20qmeKpg) - Copilot Architecture explanation video. (Mar 2023)199- [Copilot Tuning](https://techcommunity.microsoft.com/blog/microsoft365copilotblog/introducing-microsoft-365-copilot-tuning/4414762) - ✍️Low-code model tuning and grounded agent creation. (May 2025)200- [Microsoft 365 Copilot - App Builder and Workflows](https://www.microsoft.com/en-us/microsoft-365/blog/2025/10/28/microsoft-365-copilot-now-enables-you-to-build-apps-and-workflows/) - ✍️Build working apps & workflows using natural language.201- 🏛️[Microsoft 365 Copilot APIs Client Libraries](https://github.com/microsoft/Agents-M365Copilot) - ✨Microsoft 365 Copilot APIs client libraries. (Mar 2025) 202- [Microsoft Copilot Studio](https://learn.microsoft.com/en-us/microsoft-copilot-studio/) - ✍️Customization and orchestration environment (formerly Power Virtual Agents). (Nov 2023)203- [Power CAT](https://microsoft.github.io/powercat/) - ✍️Microsoft Power CAT tools for Power Platform and Copilot Studio adoption. (Feb 2026)204205## Azure AI Search206207- [Agentic retrieval in Azure AI Search](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/introducing-agentic-retrieval-in-azure-ai-search/4414677) - ✍️An automated query engine that creates and runs its own retrieval plan for relevant results to complex questions. (20 May 2025)208- [Azure AI Search Blog](https://azure.microsoft.com/en-us/blog/product/azure-ai-search) - ✍️News, best practices, and updates for Azure AI Search.209- 🏬[Azure AI Search Demos using Jupyter Notebook](https://github.com/Azure-Samples/rag-with-azure-ai-search-notebooks) - ✨Jupyter notebooks that demonstrate vector search, hybrid search, image search, RAG, and evaluation. (Sep 2024) 210- [Azure AI Search Documentation](https://learn.microsoft.com/en-us/azure/search/) - ✍️Official product documentation and tutorials for Azure AI Search.211- 🏬[Azure AI Search Multimodal Sample](https://github.com/Azure-Samples/azure-ai-search-multimodal-sample) - ✨Demonstrates multimodal ingestion and retrieval patterns. (May 2025) 212- 🏬[Azure AI Search Power Skills](https://github.com/Azure-Samples/azure-search-power-skills) - ✨Custom skills for Azure AI Search. (Jun 2019) 213- [Azure AI Search Python Playground](https://github.com/farzad528/azure-ai-search-python-playground) - ✨A collection of Jupyter notebooks designed to explore the various capabilities of Azure AI Search. (Feb 2024) 214- [Azure AI Search Samples](https://github.com/Azure-Samples/azureai-samples) - ✨Official sample code for Azure AI Search. 215- 🏬[Azure AI Search OpenAI Purview Data Security Demo](https://github.com/Azure-Samples/azure-search-openai-demo-purviewdatasecurity) - ✨Demo integrating Azure Search, OpenAI, and Purview data security. (Jun 2025) 