dotnet-microsoft-agent-framework: consolidate Azure AI Foundry agent type docs after upstream page merge#27
Merged
Conversation
… agent docs (Microsoft Foundry Agents) Co-authored-by: KSemenenko <4385716+KSemenenko@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Azure AI Foundry models chat completion agent documentation
dotnet-microsoft-agent-framework: consolidate Azure AI Foundry agent type docs after upstream page merge
Mar 17, 2026
There was a problem hiding this comment.
Pull request overview
Consolidates the Azure AI Foundry agent type reference docs in the dotnet-microsoft-agent-framework skill to match upstream Microsoft Learn’s merged “Microsoft Foundry Agents” page, removing the now-redundant per-mode pages and updating indexes/links accordingly.
Changes:
- Added a consolidated
microsoft-foundry-agents.mdcovering persistent Foundry Agents + Foundry Models via Chat Completions and Responses (C# + Python). - Removed the three superseded Azure AI Foundry agent-type pages and updated agent-type tables/Next Steps links to point to the consolidated page.
- Updated reference indexes/provider lists and bumped skill version to
1.5.0.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/dotnet-microsoft-agent-framework/references/providers.md | Repoints source list entry to the consolidated Foundry agents page. |
| skills/dotnet-microsoft-agent-framework/references/official-docs/user-guide/agents/agent-types/microsoft-foundry-agents.md | New consolidated agent-type reference page (persistent + Chat Completions + Responses). |
| skills/dotnet-microsoft-agent-framework/references/official-docs/user-guide/agents/agent-types/index.md | Collapses agent-type tables to a single “Microsoft Foundry Agents” entry. |
| skills/dotnet-microsoft-agent-framework/references/official-docs/user-guide/agents/agent-types/azure-ai-foundry-models-responses-agent.md | Deleted (superseded by consolidated page). |
| skills/dotnet-microsoft-agent-framework/references/official-docs/user-guide/agents/agent-types/azure-ai-foundry-models-chat-completion-agent.md | Deleted (superseded by consolidated page). |
| skills/dotnet-microsoft-agent-framework/references/official-docs/user-guide/agents/agent-types/azure-ai-foundry-agent.md | Deleted (superseded by consolidated page). |
| skills/dotnet-microsoft-agent-framework/references/official-docs/user-guide/agents/agent-types/anthropic-agent.md | Fixes Next Steps link to point to the consolidated Foundry agents page. |
| skills/dotnet-microsoft-agent-framework/references/official-docs-index.md | Updates mirrored page count and replaces 3 entries with 1 consolidated entry. |
| skills/dotnet-microsoft-agent-framework/SKILL.md | Bumps skill version to 1.5.0. |
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
+4
to
+5
| zone_pivot_groups: programming-languages | ||
| ms.topic: concept |
| ## Scope | ||
|
|
||
| - Mirrored authored docs: `102` markdown pages across overview, tutorials, user guide, integrations, migration, and support | ||
| - Mirrored authored docs: `100` markdown pages across overview, tutorials, user guide, integrations, migration, and support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream Microsoft Learn consolidated three separate Azure AI Foundry agent type pages into a single "Microsoft Foundry Agents" page — all three URLs now return the same ETag (
2ybUScSLcWfSiT1m1vzpEfDdOyw=).Skill changes
New
references/official-docs/user-guide/agents/agent-types/microsoft-foundry-agents.md— consolidated reference covering all three modes in one file:PersistentAgentsClient, service-managed threads)chatClient.AsAIAgent(...))responseClient.AsAIAgent(...))Deleted the three now-orphaned files:
azure-ai-foundry-agent.mdazure-ai-foundry-models-chat-completion-agent.mdazure-ai-foundry-models-responses-agent.mdUpdated
official-docs-index.md— 3 entries → 1, page count 102 → 100Updated
providers.md— source pages list reflects the consolidated fileUpdated
index.md(agent types index) — both C# and Python tables collapsed to single Foundry rowFixed
anthropic-agent.md— Next Steps link pointed to a deleted fileBumped
SKILL.mdversion1.4.0→1.5.0Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
ai-engineer.in/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)learn.microsoft.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.