From db651dac4d917c02c9f2c48468e4f235d2773c03 Mon Sep 17 00:00:00 2001 From: Luiz Bon <292532+luizbon@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:32:21 +1100 Subject: [PATCH] Add API Center MCP registry URL The API Center MCP registry URL is not documented anywhere, adding it to the documentation to help with the setup. --- .../how-tos/administer-copilot/configure-mcp-server-access.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md index 94ca02fb093c..07ac90887c97 100644 --- a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md +++ b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md @@ -196,5 +196,9 @@ For enterprises that want a dynamic and fully managed option, Azure API Center ( > [!NOTE] > Azure API Center includes a free tier for basic API cataloging and discovery. Larger organizations may choose to use paid Azure API Management plans for higher scale and advanced governance. +> +> The Azure API Center URL serving the MCP Registry is the **Runtime URL** suffixed with `/workspaces/default/v0/servers`. +> +> **Example**: https://{api-center-name}.data.{location}.azure-apicenter.ms/workspaces/default/v0/servers For more information, see [Azure API Center Documentation](https://learn.microsoft.com/en-us/azure/api-center/) and [Azure API Center Quickstart](https://learn.microsoft.com/en-us/azure/api-center/set-up-api-center).