Skip to content

Commit 2eecd60

Browse files
committed
Stuff
2 parents 859a1be + 1c57913 commit 2eecd60

File tree

1,845 files changed

+21889
-27100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,845 files changed

+21889
-27100
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/private-multi-access-edge-compute-mec/index.yml",
5+
"redirect_url": "/previous-versions/azure/private-multi-access-edge-compute-mec/index",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/network-watcher/traffic-analytics-schema-update.md",
510
"redirect_url": "/previous-versions/azure/network-watcher/traffic-analytics-schema-update",

articles/active-directory-b2c/api-connectors-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Using Azure AD B2C, you can add your own business logic to a user journey by cal
8787
![Diagram of a RESTful service claims exchange](media/api-connectors-overview/restful-service-claims-exchange.png)
8888

8989
> [!NOTE]
90-
> HTTP requests may be cancelled if there is a slow or no response from the RESTful service to Azure AD B2C. The default timeout is 10 seconds and the default retry count is one (meaning there are 2 tries in total).
90+
> HTTP requests may be cancelled if there is a slow or no response from the RESTful service to Azure AD B2C. The default timeout is 10 seconds for custom policies and 5 seconds for user flows. The default retry count is one (meaning there are 2 tries in total).
9191
9292
## Calling a RESTful service
9393

articles/api-management/api-management-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: concept-article
9-
ms.date: 05/12/2025
9+
ms.date: 05/21/2025
1010
ms.author: danlep
1111
---
1212

@@ -52,7 +52,7 @@ Each API Management [pricing tier](api-management-key-concepts.md#api-management
5252
| Export API to Postman | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
5353
| Export API to MCP server (preview) | No | No | Yes | No | Yes | No | Yes | No |
5454

55-
<sup>1</sup> Enables the use of Microsoft Entra ID (and Azure AD B2C) as an identity provider for user sign in on the developer portal.<br/>
55+
<sup>1</sup> Enables the use of Microsoft Entra ID (and Azure AD B2C or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam)) as an identity provider for user sign in on the developer portal.<br/>
5656
<sup>2</sup> Including related functionality such as users, groups, issues, applications, and email templates and notifications.<br/>
5757
<sup>3</sup> See [Gateway overview](api-management-gateways-overview.md#feature-comparison-managed-versus-self-hosted-gateways) for a feature comparison of managed versus self-hosted gateways. In the Developer tier, self-hosted gateways are limited to a single gateway node. <br/>
5858
<sup>4</sup> See [Gateway overview](api-management-gateways-overview.md#policies) for differences in policy support in the classic, v2, consumption, and self-hosted gateways. <br/>
@@ -62,4 +62,4 @@ Each API Management [pricing tier](api-management-key-concepts.md#api-management
6262
* [Overview of Azure API Management](api-management-key-concepts.md)
6363
* [API Management limits](/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/api-management/toc.json&bc=/azure/api-management/breadcrumb/toc.json#api-management-limits)
6464
* [V2 tiers overview](v2-service-tiers-overview.md)
65-
* [API Management pricing](https://azure.microsoft.com/pricing/details/api-management/)
65+
* [API Management pricing](https://azure.microsoft.com/pricing/details/api-management/)

articles/api-management/api-management-howto-developer-portal-customize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: tutorial
9-
ms.date: 04/28/2025
9+
ms.date: 05/28/2025
1010
ms.author: danlep
1111
ms.custom: engagement-fy23
1212
---
@@ -220,5 +220,5 @@ Advance to the next tutorial:
220220
See related content about the developer portal:
221221

222222
- [Azure API Management developer portal overview](developer-portal-overview.md)
223-
- Configure authentication to the developer portal with [usernames and passwords](developer-portal-basic-authentication.md), [Microsoft Entra ID](api-management-howto-aad.md), or [Azure AD B2C](api-management-howto-aad-b2c.md).
223+
- Configure authentication to the developer portal with [usernames and passwords](developer-portal-basic-authentication.md), [Microsoft Entra ID](api-management-howto-aad.md), or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam).
224224
- Learn more about [customizing and extending](developer-portal-extend-custom-functionality.md) the functionality of the developer portal.

articles/api-management/api-management-howto-setup-delegation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: api-management
66

77
ms.service: azure-api-management
88
ms.topic: how-to
9-
ms.date: 06/24/2024
9+
ms.date: 05/24/2025
1010
ms.author: danlep
1111
---
1212

@@ -200,7 +200,7 @@ var signature = digest.toString('base64');
200200
201201
## Related content
202202
- [Learn more about the developer portal.](api-management-howto-developer-portal.md)
203-
- [Authenticate using Microsoft Entra ID](api-management-howto-aad.md) or with [Azure AD B2C](api-management-howto-aad-b2c.md).
203+
- [Authenticate using Microsoft Entra ID](api-management-howto-aad.md) or with [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam).
204204
- More developer portal questions? [Find answers in our FAQ](developer-portal-faq.md).
205205

206206
[Delegating developer sign-in and sign-up]: #delegate-signin-up

articles/api-management/api-management-region-availability.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: concept-article
9-
ms.date: 04/29/2025
9+
ms.date: 05/28/2025
1010
ms.author: danlep
1111
ms.custom: references_regions
1212
---
@@ -47,12 +47,10 @@ Information in the following table is updated regularly. Capacity availability i
4747
| Switzerland North ||| | |
4848
| UK South |||||
4949
| UK West ||| | |
50-
| West Europe ||| |<sup>1</sup> |
50+
| West Europe ||| ||
5151
| West US ||| ||
5252
| West US 2 ||| | |
5353

54-
<sup>1</sup> Request access to this region by emailing `[email protected]`
55-
5654
## Related content
5755

5856
Learn more about:

articles/api-management/developer-portal-basic-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In the developer portal for Azure API Management, the default authentication met
1919
For an overview of options to secure the developer portal, see [Secure access to the API Management developer portal](secure-developer-portal-access.md).
2020

2121
> [!CAUTION]
22-
> While you can use basic authentication to secure users' access to the developer portal, we recommend configuring a more secure authentication method such as [Microsoft Entra ID](api-management-howto-aad.md) or [Azure AD B2C](api-management-howto-aad-b2c.md), if available.
22+
> While you can use basic authentication to secure users' access to the developer portal, we recommend configuring a more secure authentication method such as [Microsoft Entra ID](api-management-howto-aad.md) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam), if available.
2323
2424
## Prerequisites
2525

@@ -57,7 +57,7 @@ There are two ways to add a username and password for authentication to the deve
5757
5858
## Delete the username and password provider
5959

60-
If you've configured another identity provider for the developer portal such as [Microsoft Entra ID](api-management-howto-aad.md) or [Azure AD B2C](api-management-howto-aad-b2c.md), you might want to delete the username and password provider.
60+
If you've configured another identity provider for the developer portal such as [Microsoft Entra ID](api-management-howto-aad.md) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam), you might want to delete the username and password provider.
6161

6262
Deleting the identity provider prevents adding users to use username and password authentication. Existing users configured for basic authentication are also prevented from signing into the developer portal.
6363

articles/api-management/developer-portal-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77

88
ms.service: azure-api-management
99
ms.topic: troubleshooting
10-
ms.date: 04/01/2024
10+
ms.date: 05/22/2025
1111
ms.author: danlep
1212
ms.custom: devx-track-azurepowershell, devx-track-arm-template
1313
---
@@ -57,7 +57,7 @@ After you update the domain, you need to [republish the portal](developer-portal
5757

5858
## I added an identity provider and I can't see it in the portal
5959

60-
After you configure an identity provider (for example, Azure AD, Azure AD B2C), you need to [republish the portal](developer-portal-overview.md#publish-the-portal) for the changes to take effect. Make sure your developer portal pages include the OAuth buttons widget.
60+
After you configure an identity provider (for example, [Microsoft Entra ID](api-management-howto-aad.md) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam)), you need to [republish the portal](developer-portal-overview.md#publish-the-portal) for the changes to take effect. Make sure your developer portal pages include the OAuth buttons widget.
6161

6262
## I set up delegation and the portal doesn't use it
6363

articles/api-management/developer-portal-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The portal supports several options for user sign-up and sign-in:
180180

181181
* Basic authentication for developers to sign in with credentials for API Management [user accounts](api-management-howto-create-or-invite-developers.md). Developers can sign up for an account directly through the portal, or you can create accounts for them.
182182

183-
* Depending on your scenarios, restrict access to the portal by requiring users to sign up or sign in with a [Microsoft Entra ID](api-management-howto-aad.md) or [Azure AD B2C](api-management-howto-aad-b2c.md) account.
183+
* Depending on your scenarios, restrict access to the portal by requiring users to sign up or sign in with a [Microsoft Entra ID](api-management-howto-aad.md) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam) account.
184184

185185
* If you already manage developer sign-up and sign-in through an existing website, [delegate authentication](api-management-howto-setup-delegation.md) instead of using the developer portal's built-in authentication.
186186

articles/api-management/export-rest-mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In API Management, you can expose a REST API managed in API Management as a remo
1818
Using API Management to expose remote MCP servers provides centralized control over authentication, authorization, and monitoring. It simplifies the process of exposing APIs as MCP servers while helping to mitigate common security risks and ensuring scalability.
1919

2020
> [!NOTE]
21-
> This feature is currently in preview. It's being released first to the **AI Gateway Early** [update group](configure-service-update-settings.md).
21+
> This feature is currently in preview. It's being released first to the **AI Gateway Early** [update group](configure-service-update-settings.md). After joining the group, it can take 2 hours to access MCP server features.
2222
2323
In this article, you learn how to:
2424

0 commit comments

Comments
 (0)