Skip to content

Commit 88e2efe

Browse files
author
gitName
committed
validation
1 parent d45812e commit 88e2efe

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

articles/api-center/authorize-api-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You can manage access by specific users or groups in your organization to an API
174174
You can use the API Center portal to test an API that you configured for authentication and user access.
175175

176176
> [!TIP]
177-
> In addition to enabling specific users to test specific APIs in the API Center portal, you can configure [visibility settings](set-up-api-center-portal.md#api-visibility) for APIs. Visibility settings in the portal control the APIs that appear for all signed-in users.
177+
> In addition to enabling specific users to test specific APIs in the API Center portal, you can configure [visibility settings](customize-api-center-portal.md#api-visibility) for APIs. Visibility settings in the portal control the APIs that appear for all signed-in users.
178178
179179
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
180180
1. In the left menu, under **API Center Portal**, select **Portal settings**.

articles/api-center/customize-api-center-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ Access policies also apply to the "Try this API" capability for APIs in the API
8383

8484
## Related content
8585

86+
* [Set up the API Center portal](set-up-api-center-portal.md)
8687
* [Enable and view Azure API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
88+
* [Self-host the API Center portal](self-host-api-center-portal.md)
89+

articles/api-center/includes/api-center-portal-app-registration.md

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

77
ms.service: azure-api-center
88
ms.topic: include
9-
ms.date: 05/28/2025
9+
ms.date: 08/08/2025
1010
ms.author: danlep
1111
ms.custom: Include file
1212
---
@@ -24,6 +24,8 @@ To set up the app registration automatically, follow these steps:
2424
1. On the **Identity provider** tab, select **Start set up**.
2525
1. On the **Quick setup** tab, select **Save + publish**.
2626

27+
If you need to access the app registration later, you can find it in the portal under **App registrations**. The application is named with the following format: **\<api-center-name>-apic-aad**.
28+
2729
#### Set up the app registration manually
2830

2931
If you want to create the app registration manually, follow these steps:
364 Bytes
Loading

articles/api-center/set-up-api-center-portal.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 08/05/2025
88
ms.update-cycle: 180-days
99
ms.author: danlep
1010
ms.custom:
11-
ms.collection: ce-skilling-ai-copilot
11+
ms.collection:
1212
# Customer intent: As an API program manager, I want to enable an Azure-managed portal for developers and other API stakeholders in my organization to discover the APIs in my organization's API center.
1313
---
1414

@@ -33,7 +33,7 @@ This article shows you how to set up the *API Center portal* (preview), an Azure
3333

3434
## Configure and publish the API Center portal
3535

36-
After creating the API Center portal app registration, you can configure settings for your API Center portal. Complete the following steps in the Azure portal.
36+
After creating the API Center portal app registration, you can [customize settings](customize-api-center-portal.md) and publish your API Center portal. Complete the following steps in the Azure portal.
3737

3838
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
3939
1. In the left menu, under **API Center portal**, select **Settings**.
@@ -44,12 +44,12 @@ After creating the API Center portal app registration, you can configure setting
4444
1. On the **Manual** tab, in **Client ID**, enter the **Application (client) ID** from the app registration you created in the previous section.
4545
1. Confirm that the **Redirect URI** is the value you configured in the app registration.
4646
1. Select **Save + publish**.
47-
1. On the remaining tabs, optionally customize the settings for your API Center portal. For information on the settings, see Customize your API Center portal](customize-api-center-portal.md).
47+
1. On the remaining tabs, optionally customize the settings for your API Center portal. For information on the settings, see [Customize your API Center portal](customize-api-center-portal.md).
4848
1. Select **Save + publish**.
4949

5050
## Access the portal
5151

52-
After publishing, you can now access the API Center portal in your browser.
52+
After publishing, you can access the API Center portal in your browser.
5353

5454
* On the portal's **Settings** page, select **View API Center portal** to open the portal in a new tab.
5555
* Or, enter the following URL in your browser, replacing `<service-name>` and `<location>` with the name of your API center and the location where it's deployed:<br/>
@@ -66,7 +66,7 @@ By default, the portal home page is reachable publicly but requires sign-in to a
6666

6767
The API Center portal supports and streamlines the work of developers who use and create APIs within your organization. Signed-in users can:
6868

69-
* **Search for APIs** by name or using [AI-assisted semantic search](#search-with-ai)
69+
* **Search for APIs** by name or using [AI-assisted semantic search](customize-api-center-portal.md#semantic-search)
7070

7171
* **Filter APIs** by type or lifecycle stage
7272

@@ -76,9 +76,10 @@ The API Center portal supports and streamlines the work of developers who use an
7676

7777
* **Try out APIs** that support API key authentication or OAuth 2.0 authorization
7878

79-
79+
[!INCLUDE [api-center-portal-compare-apim-dev-portal](includes/api-center-portal-compare-apim-dev-portal.md)]
8080

8181
## Related content
8282

83-
* [Enable and view Azure API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
8483
* [Customize your API Center portal](customize-api-center-portal.md)
84+
* [Enable and view Azure API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
85+
* [Self-host the API Center portal](self-host-api-center-portal.md)

0 commit comments

Comments
 (0)