From 2e93b1336bc9fccd78e0fd6264211b9d617cfa09 Mon Sep 17 00:00:00 2001 From: Jason Ryberg Date: Fri, 27 Feb 2026 14:15:55 -0800 Subject: [PATCH 1/2] Fix Azure MCP Server link in documentation Updated the link for the Azure MCP Server to point to the correct GitHub repository. --- .../coding-agent/extend-coding-agent-with-mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md index 16cd1427e1f9..b2955a4a70cc 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md @@ -159,7 +159,7 @@ The [Notion MCP server](https://github.com/makenotion/notion-mcp-server) gives { ### Example: Azure -The [Azure MCP Server](https://github.com/Azure/azure-mcp) allows {% data variables.product.prodname_copilot_short %} to understand your Azure-specific files and Azure resources within your subscription when making code changes. +The [Azure MCP Server](https://github.com/microsoft/mcp) allows {% data variables.product.prodname_copilot_short %} to understand your Azure-specific files and Azure resources within your subscription when making code changes. To automatically configure your repository with a `copilot-setup-steps.yml` file to authenticate with Azure, plus secrets for authentication, clone the repository locally then run the [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/?ref_product=copilot&ref_type=engagement&ref_style=button)'s `azd coding-agent config` command in the root of the repository. From 17483cb6f1d85bae8f8fc7f8aa5bdd79f3403f72 Mon Sep 17 00:00:00 2001 From: Jason Ryberg Date: Fri, 27 Feb 2026 14:23:51 -0800 Subject: [PATCH 2/2] Update content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../coding-agent/extend-coding-agent-with-mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md index b2955a4a70cc..2a69df5074f7 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md @@ -159,7 +159,7 @@ The [Notion MCP server](https://github.com/makenotion/notion-mcp-server) gives { ### Example: Azure -The [Azure MCP Server](https://github.com/microsoft/mcp) allows {% data variables.product.prodname_copilot_short %} to understand your Azure-specific files and Azure resources within your subscription when making code changes. +The [Microsoft MCP repository](https://github.com/microsoft/mcp) includes the Azure MCP server, which allows {% data variables.product.prodname_copilot_short %} to understand your Azure-specific files and Azure resources within your subscription when making code changes. To automatically configure your repository with a `copilot-setup-steps.yml` file to authenticate with Azure, plus secrets for authentication, clone the repository locally then run the [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/?ref_product=copilot&ref_type=engagement&ref_style=button)'s `azd coding-agent config` command in the root of the repository.