You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/register-discover-mcp-server.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about how Azure API Center can be a centralized registry for
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: concept-article
7
-
ms.date: 09/08/2025
7
+
ms.date: 02/05/2026
8
8
9
9
ms.collection: ce-skilling-ai-copilot
10
10
ms.update-cycle: 180-days
@@ -15,17 +15,20 @@ ms.custom:
15
15
16
16
# Register and discover remote MCP servers in your API inventory
17
17
18
-
This article describes how to use Azure API Center to maintain an inventory (or *registry*) of remote model context protocol (MCP) servers and help stakeholders discover them using the API Center portal. MCP servers expose backend APIs or data sources in a standard way to AI agents and models that consume them.
18
+
This article describes how to use Azure API Center to maintain an inventory (or *registry*) of remote model context protocol (MCP) servers and help stakeholders discover them through the API Center portal. MCP servers expose backend APIs or data sources in a standard way to AI agents and models that consume them.
19
+
20
+
> [!NOTE]
21
+
> New! MCP servers registered in your API Center can now be integrated with Azure AI Foundry's tool catalogs, enabling you to govern MCP tools and make them available to AI agents. Learn more in [Tool catalog for agents in Azure AI Foundry](/azure/ai-foundry/agents/concepts/tool-catalog) and [Private tool catalogs for Azure AI Foundry agents](/azure/ai-foundry/agents/how-to/private-tool-catalog).
## Manually register an MCP server in your API inventory
23
26
24
-
The following sections describe how to manually inventory a remote MCP server in your API center.
27
+
The following sections describe how to manually add a remote MCP server to your API center inventory.
25
28
26
29
### MCP API type
27
30
28
-
Manually register an MCP server in your API center inventory similar to the way you register other APIs, specifying the API type as **MCP**. To register an API using the Azure portal, see [Tutorial: Register APIs in your API inventory](././tutorials/register-apis.md).
31
+
Manually register an MCP server in your API center inventory similar to the way you register other APIs. Specify the API type as **MCP**. To register an API by using the Azure portal, see [Tutorial: Register APIs in your API inventory](././tutorials/register-apis.md).
29
32
30
33
As described in the following sections, when you register an MCP server, you can specify an environment, deployment, and definition.
31
34
@@ -35,7 +38,7 @@ As described in the following sections, when you register an MCP server, you can
35
38
36
39
### Environment and deployment for MCP server
37
40
38
-
In API Center, specify an *environment* and a *deployment* for your MCP server. The environment is the location of the MCP server, such as an API management platform or a compute service, and the deployment is a runtime URL for the MCP service.
41
+
In API Center, specify an *environment* and a *deployment* for your MCP server. The environment is the location of the MCP server, such as an API management platform or a compute service. The deployment is a runtime URL for the MCP service.
39
42
40
43
For information about creating an environment and a deployment, see [Tutorial: Add environments and deployments for APIs](././tutorials/configure-environments-deployments.md).
41
44
@@ -44,7 +47,7 @@ For information about creating an environment and a deployment, see [Tutorial: A
44
47
Optionally, add an API definition for a remote MCP server in OpenAPI 3.0 format. The API definition must include a URL endpoint for the MCP server. For an example of adding an OpenAPI definition, see [Tutorial: Register APIs in your API inventory](././tutorials/register-apis.md#add-a-definition-to-your-version).
45
48
46
49
47
-
You can use the following lightweight OpenAPI 3.0 API definition for your MCP server, which includes a `url` endpoint for the MCP server:
50
+
Use the following lightweight OpenAPI 3.0 API definition for your MCP server, which includes a `url` endpoint for the MCP server:
48
51
49
52
50
53
```json
@@ -73,15 +76,15 @@ Register one or more of the partner MCP servers in your API inventory to make th
73
76
74
77
To register a partner MCP server:
75
78
76
-
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
79
+
1. In the [Azure portal](https://portal.azure.com), go to your API center.
77
80
1. In the sidebar menu, under **Discover**, select **MCP** (preview).
78
-
1. Browse the available partner MCP servers. Select **Register** to add an MCP server to your API inventory. Follow on-screen instructions if provided to complete the registration.
81
+
1. Browse the available partner MCP servers. Select **Register** to add an MCP server to your API inventory. Follow the on-screen instructions if they're provided to complete the registration.
79
82
80
-
When you add a partner MCP server, API Center automatically configures the following for you:
83
+
When you add a partner MCP server, API Center automatically configures the following settings for you:
81
84
82
85
* Creates an API entry in your API inventory with the API type set to **MCP**.
83
86
* Creates an environment and a deployment for the MCP server.
84
-
* Adds an OpenAPI definition for the MCP server if available from the partner.
87
+
* Adds an OpenAPI definition for the MCP server if the partner provides one.
85
88
86
89
To build and register a Logic Apps MCP server, see [Build and register a Logic Apps MCP server](../logic-apps/create-mcp-server-api-center.md).
Copy file name to clipboardExpand all lines: articles/api-management/breaking-changes/trusted-service-connectivity-retirement-march-2026.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,11 @@ You can configure the networking of target resources to one of the following opt
111
111
112
112
-[How to front a network security perimeter-protected Azure resource with Azure API Management](../using-network-security-perimeter.md)
113
113
114
+
> [!IMPORTANT]
115
+
> Customers can continue using trusted services on the target Azure service for non-Azure API Management scenarios. However, Azure API Management will no longer support it so the gateway needs alternative ways to communicate and have network line-of-sight.
116
+
>
117
+
> For example, you can enable trusted service connectivity for an Azure Storage resource and use Network Security Perimeter to access it from API Management's gateway.
118
+
114
119
### Step 3: Disable trusted service connectivity in API Management gateway
115
120
116
121
After ensuring that your API Management gateway doesn't access other Azure services using trusted service connectivity, you must explicitly disable trusted connectivity in your gateway to acknowledge you have verified that the service no longer depends on trusted connectivity.
Copy file name to clipboardExpand all lines: articles/application-gateway/configuration-http-settings.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,15 @@ This capability establishes direct, one-to-one mapping between frontend and back
188
188
>
189
189
>Dedicated Backend connection is not supported with HTTP/2.
190
190
191
+
**Troubleshooting 4xx Errors with Dedicated Backend Connections**
192
+
193
+
When Dedicated Backend Connections is enabled for a backend setting, and the backend application returns 4xx status codes, use the following guidance to diagnose and resolve the issue.
194
+
195
+
**Verify Service Principal Name (SPN) Configuration**-Authentication mechanisms such as NTLM and Kerberos require correctly registered Service Principal Names .Ensure that SPNs are properly configured and unique in the directory to allow successful authentication.For additional details , see the [Kerberos documentation.](/windows/win32/ad/mutual-authentication-using-kerberos)
196
+
197
+
**Review Backend Server Logs for Sub‑Status Codes**-Application Gateway surfaces only the primary HTTP status (for example, 401 Unauthorized). To identify the underlying cause, review the backend server logs for more detailed sub‑status information.For guidance refer to the [Windows Authentication configuration.](/iis/configuration/system.webserver/security/authentication/windowsauthentication/#remarks)
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-get-started.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,10 @@ The Azure Maps Power BI visual is available in the following services and applic
189
189
| Power BI export | No |
190
190
| Power BI subscriptions | No |
191
191
192
+
**Power BI Embedded limitation**
193
+
194
+
Azure Maps visual isn't supported in the `Embed for your customers` create‑report scenario when using an embed token generated by the [Generate Embed Token for Create Report in Group API](/rest/api/power-bi/embed-token/reports-generate-token-for-create-in-group).
195
+
192
196
**Where is Azure Maps Visual for Power BI available?**
193
197
194
198
At this time, Azure Maps is currently available in all countries and regions except:
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/create-subscription.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: nicholak
8
8
ms.service: cost-management-billing
9
9
ms.subservice: billing
10
10
ms.topic: conceptual
11
-
ms.date: 12/29/2025
11
+
ms.date: 02/10/2026
12
12
ms.custom:
13
13
- sfi-image-nochange
14
14
- sfi-ga-nochange
@@ -72,6 +72,10 @@ Here's an example of the notification:
72
72
73
73
Or, if you're already on the Subscriptions page, you can refresh your browser's view to see the new subscription.
74
74
75
+
## Configure Azure Service Health on the new subscription
76
+
77
+
Azure Service Health alerting is essential alongside your new subscription because it gives you early, personalized awareness of Azure issues that directly affect your environment. Alerting is free, easy to configure and should be considered for all production subscriptions. [Learn More about Azure Service Health](https://learn.microsoft.com/azure/service-health/alerts-activity-log-service-notifications-portal)
78
+
75
79
## View all subscriptions
76
80
77
81
If you created a subscription but can't find it in the Subscriptions list view, a view filter might be applied.
0 commit comments