Skip to content

Commit 10a3011

Browse files
author
gitName
committed
edits, validation
1 parent aacd2a8 commit 10a3011

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

articles/api-center/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- name: API discovery and consumption
7070
items:
7171
- name: Enable API Center portal
72-
href: Set up-api-center-portal.md
72+
href: set-up-api-center-portal.md
7373
- name: Self-host Azure API Center portal
7474
href: enable-api-center-portal.md
7575
- name: Discover and consume APIs - VS Code extension

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ First configure an app registration in your Microsoft Entra ID tenant. The app r
2222
* Set **Name** to a meaningful name such as *api-center-portal*
2323
* Under **Supported account types**, select **Accounts in this organizational directory (Single tenant)**.
2424
* In **Redirect URI**, select **Single-page application (SPA)** and set the URI.
25-
Set the URI to the URI of your API Center portal deployment, in the following form: `https://<service-name>.portal.location>.azure-api-center.ms`. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed, Example: `https://myapicenter.portal.eastus.azure-api-center`.
25+
Enter the URI of your API Center portal deployment, in the following form: `https://<service-name>.portal.<location>.azure-api-center.ms`. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed, Example: `https://myapicenter.portal.eastus.azure-api-center.ms`.
2626

2727
> [!TIP]
28-
> If you are self-hosting the portal, for local testing, you can set the URI to `https://localhost:5173`. This URI is not used for the production deployment of the portal.
28+
> If you are self-hosting the portal and what to test it locally before deploying to Azure, you can set the URI to `https://localhost:5173`.
2929
3030
* Select **Register**.
31-
1. On the **Overview** page, copy the **Application (client) ID** and the **Directory (tenant) ID**. You set these values when you build the portal.
31+
1. On the **Overview** page, copy the **Application (client) ID**. You set this value when you publish the portal.
3232

3333
1. On the **API permissions** page, select **+ Add a permission**.
3434
1. On the **Request API permissions** page, select the **APIs my organization uses** tab. Search for and select **Azure API Center**. You can also search for and select application ID `c3ca1a77-7a87-4dba-b8f8-eea115ae4573`.

articles/api-center/includes/api-center-portal-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ ms.custom: Include file
1313

1414
## Prerequisites
1515

16-
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](set-up-api-center.md).
16+
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](../set-up-api-center.md).
1717

1818
* Permissions to create an app registration in a Microsoft Entra tenant associated with your Azure subscription, and permissions to grant access to data in your API center.

articles/api-center/self-host-api-center-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Provide feedback, request features, and get support for the API Center portal re
140140

141141
## Related content
142142

143+
* [Set up the API Center portal](set-up-api-center-portal.md)
143144
* [What is Azure role-based access control (RBAC)?](../role-based-access-control/overview.md)
144145
* [Best practices for Azure RBAC](../role-based-access-control/best-practices.md)
145146
* [Register a resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Set up the API Center portal
3-
description: How to self-host the API Center portal, a customer-managed website that enables discovery of the API inventory in your Azure API center.
3+
description: How to set up the API Center portal, a managed website that enables discovery of the API inventory in your Azure API center.
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: how-to
@@ -17,7 +17,7 @@ This article shows you how to set up the *API Center portal*, an Azure-managed w
1717
:::image type="content" source="media/self-host-api-center-portal/api-center-portal-signed-in.png" alt-text="Screenshot of the API Center portal after user sign-in.":::
1818

1919
> [!TIP]
20-
> If you want more flexibility and customization options, you can self-host the API Center portal. For more information, see [Self-host the API Center portal](self-host-api-center-portal.md).
20+
> If you want capabilities to customize the portal, you can self-host the API Center portal. For more information, see [Self-host the API Center portal](self-host-api-center-portal.md).
2121
2222
[!INCLUDE [api-center-portal-prerequisites](includes/api-center-portal-prerequisites.md)]
2323

0 commit comments

Comments
 (0)