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/active-directory-b2c/partner-transmit-security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ To integrating Transmit DRS into the B2C sign-in page, follow these steps:
127
127
128
128
Azure AD B2C can obtain a risk recommendation from Transmit using a [API connector](./add-api-connector.md). Passing this request through an intermediate web API (such as using [Azure Functions](/azure/azure-functions/)) provides more flexibility in your implementation logic.
129
129
130
-
Follow these steps to create an Azure function that uses the action token from the frontend application to get a recommendation from the [Transmit DRS endpoint](https://developer.transmitsecurity.com/openapi/risk/recommendations/#operation/getRiskRecommendation).
130
+
Follow these steps to create an Azure function that uses the action token from the frontend application to get a recommendation from the [Transmit DRS endpoint](https://developer.transmitsecurity.com/guides/risk/recommendations#operation/getRiskRecommendation).
131
131
132
132
1. Create the entry point of your Azure Function, an HTTP-triggered function that processes incoming HTTP requests.
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/service-limits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
8
8
ms.service: azure-active-directory
9
9
10
10
ms.topic: reference
11
-
ms.date: 08/19/2025
11
+
ms.date: 01/08/2026
12
12
ms.subservice: b2c
13
13
zone_pivot_groups: b2c-policy-type
14
14
@@ -186,7 +186,7 @@ The following table lists the administrative configuration limits in the Azure A
186
186
187
187
## Region specific service limits
188
188
189
-
As a protection for our customers, Microsoft places some restrictions on telephony verification for certain region codes. The following table lists the region codes and their corresponding limits.
189
+
As a protection for our customers, Microsoft places some restrictions on telephony verification for certain region codes. The following table lists the region codes and their corresponding limits. These limits apply to both SMS and Voice verification.
190
190
191
191
| Region Code | Region Name | Limit per tenant per 60 minutes | Limit per tenant per 24 hours |
Copy file name to clipboardExpand all lines: articles/api-center/includes/api-center-portal-compare-apim-dev-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: azure-api-center
8
8
ms.topic: include
9
-
ms.date: 03/05/2025
9
+
ms.date: 01/13/2026
10
10
ms.author: danlep
11
11
ms.custom: Include file
12
12
---
@@ -15,10 +15,10 @@ ms.custom: Include file
15
15
16
16
The [Azure API Management](../../api-management/api-management-key-concepts.md) and [Azure API Center](../overview.md) services both provide portals for developers to discover and consume APIs:
17
17
18
-
* The *API Management developer portal* allows users to find managed APIs, learn how to use them, request access, and test them.
19
-
* The *API Center portal* (preview) is a multi-gateway portal where users can discover and filter the organization's complete API inventory.
18
+
* The *API Management developer portal* allows users to find managed APIs (including groups of APIs managed as products), learn how to use them, request access, and test them.
19
+
* The *API Center portal* (preview) is a multigateway portal where users can discover and filter the organization's complete API inventory.
20
20
21
-
While the two portals share some features, they also have distinct differences. The following table compares current capabilities to help determine which portal to use. Some organizations may prefer one portal, while others may need both.
21
+
While the two portals share some features, they also have distinct differences. The following table compares current capabilities to help determine which portal to use. Some organizations might prefer one portal, while others might need both.
22
22
23
23
| Feature | API Management developer portal | API Center portal (preview) |
24
24
| --- | --- | --- |
@@ -30,7 +30,7 @@ While the two portals share some features, they also have distinct differences.
30
30
| Add custom widgets | ✔️ | ❌ |
31
31
| Customize with WordPress | ✔️ | ❌ |
32
32
| Test APIs in test console | ✔️ | ✔️ |
33
-
| Subscribe to APIs | ✔️ | ❌ |
33
+
| Subscribe to APIs and products | ✔️ | ❌ |
34
34
| View API usage analytics | ✔️ | ❌ |
35
35
36
36
<sup>1</sup> The API Center portal can contain all APIs in your organization, including those managed in Azure API Management and other platforms, as well as unmanaged APIs and APIs under development.
Copy file name to clipboardExpand all lines: articles/api-center/self-host-api-center-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to self-host the API Center portal, a customer-managed website
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 03/04/2025
7
+
ms.date: 01/13/2026
8
8
ms.author: danlep
9
9
ms.custom:
10
10
# Customer intent: As an API program manager, I want to self-host a portal for developers and other API stakeholders in my organization to discover the APIs in my organization's API center.
@@ -65,20 +65,20 @@ Follow these steps to build and test the API Center portal locally.
65
65
```bash
66
66
git checkout main
67
67
```
68
-
1. To configure the service, copy or rename the `public/config.example` file to `public/config.json`.
69
-
1. Then edit the `public/config.json` file to point to your service. Update the values in the file as follows:
70
-
1. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed
68
+
1. To configure the service, copy or rename the `config.example.json` file to `config.json`.
69
+
1. Then edit the `config.json` file to point to your service. Update the values in the file as follows:
70
+
1. Replace `<service name>` and `<region>` with the name of your API center and the location where it's deployed
71
71
1. Replace `<client ID>` and `<tenant ID>` with the **Application (client) ID** and **Directory (tenant) ID** of the app registration you created in the previous section.
72
72
1. Update the value of `title` to a name that you want to appear in the top bar of the portal.
Copy file name to clipboardExpand all lines: articles/api-center/synchronize-api-management-apis.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ description: Integrate an API Management instance to Azure API Center for automa
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 07/22/2025
7
+
ms.date: 01/20/2026
8
8
ms.author: danlep
9
9
ms.custom: devx-track-azurecli
10
10
# Customer intent: As an API program manager, I want to integrate my Azure API Management instance with my API center and synchronize API Management APIs to my inventory.
11
11
---
12
12
13
13
# Synchronize APIs from an API Management instance
14
14
15
-
This article shows how to integrate an API Management instance so that the instances's APIs are continuously kept up to date in your [API center](overview.md) inventory.
15
+
This article shows how to integrate an API Management instance so that the instance's APIs are continuously kept up to date in your [API center](overview.md) inventory.
16
16
17
17
> [!TIP]
18
18
> This article explains how to integrate an API Management instance from your API center. Alternatively, quickly set up integration directly from an API Management instance. In the left menu of your instance, under **APIs**, select **API Center**, and select a target API center in your subscription to synchronize APIs to.
@@ -31,7 +31,7 @@ API Management APIs automatically synchronize to the API center whenever existin
31
31
32
32
> [!NOTE]
33
33
> * There are [limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits) for the number of integrated API Management instances (API sources).
34
-
> *An integrated API Management instance can be configured in a virtual network.
34
+
> *You can configure an integrated API Management instance in a virtual network.
35
35
> * API updates in API Management typically synchronize to your API center within minutes, but synchronization can take up to 24 hours.
36
36
> * API definitions also synchronize to the API center if you select the option to include them during integration.
37
37
@@ -41,7 +41,7 @@ API Management APIs automatically synchronize to the API center whenever existin
41
41
42
42
## Prerequisites
43
43
44
-
* An API center in your Azure subscription. If you haven't created one, see [Quickstart: Create your API center](set-up-api-center.md).
44
+
* An API center in your Azure subscription. If you didn't create an API center, see [Quickstart: Create your API center](set-up-api-center.md).
45
45
46
46
* An Azure API Management instance, in the same or a different subscription. The instance must be in the same directory.
47
47
@@ -51,7 +51,7 @@ API Management APIs automatically synchronize to the API center whenever existin
> Azure CLI command examples in this article can run in PowerShell or a bash shell. Where needed because of different variable syntax, separate command examples are provided for the two shells.
54
+
> You can run Azure CLI command examples in this article in PowerShell or a bash shell. Where different variable syntax is required, the article provides separate command examples for the two shells.
@@ -61,14 +61,14 @@ API Management APIs automatically synchronize to the API center whenever existin
61
61
62
62
## Integrate an API Management instance
63
63
64
-
You can integrate an API Management instance using the portal or the Azure CLI.
64
+
You can integrate an API Management instance by using the portal or the Azure CLI.
65
65
66
66
#### [Portal](#tab/portal)
67
67
68
-
1. In the [portal](https://portal.azure.com), navigate to your API center.
68
+
1. In the [portal](https://portal.azure.com), go to your API center.
69
69
1. Under **Platforms**, select **Integrations**.
70
70
1. Select **+ New integration** > **From Azure API Management**.
71
-
1. In the **Integrate your Azure API Management Service** page:
71
+
1. In **Integrate your Azure API Management Service**:
72
72
1. Select whether to synchronize all APIs from the API Management instance or only APIs that are in an API Management [workspace](../api-management/workspaces-overview.md).
73
73
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate. If you want to synchronize only APIs from a workspace, make a selection in **Choose a workspace**.
74
74
1. In **Integration details**, enter an identifier.
@@ -85,9 +85,14 @@ You can integrate an API Management instance using the portal or the Azure CLI.
85
85
86
86
Run the [az apic integration create apim](/cli/azure/apic/integration/create#az-apic-integration-create-apim) command to integrate an API Management instance to your API center.
87
87
88
+
> [!NOTE]
89
+
>
90
+
> * This command is only available in the preview version of the APIC extension.
91
+
> * Install the new preview version before using this command.
92
+
88
93
* Provide the names of the resource group, API center, and integration.
89
94
90
-
* If the API Management instance and the API center are in the same resource group, you can provide the API Management instance name as the value of `azure-apim`; otherwise, provide the Azure resource ID.
95
+
* If the API Management instance and the API center are in the same resource group, you can provide the API Management instance name as the value of `azure-apim`. Otherwise, provide the Azure resource ID.
0 commit comments