Skip to content

Commit 367177a

Browse files
committed
streamline
1 parent 437c96c commit 367177a

1 file changed

Lines changed: 13 additions & 19 deletions

File tree

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

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ ms.collection:
1414

1515
# Set up and customize your API Center portal
1616

17-
This article shows you how to set up and customize the *API Center portal* (preview), an Azure-managed website that developers and other stakeholders in your organization use to discover the APIs, MCP servers, and related assets in your [API center](overview.md). Portal users can browse and filter APIs and view API details such as API definitions and documentation. User access to API information can be configured with Microsoft Entra ID and Azure role-based access control.
17+
This article shows you how to set up and customize the *API Center portal* (preview), an Azure-managed website that developers and other stakeholders in your organization use to discover the APIs, MCP servers, and related assets in your [API center](overview.md).
18+
19+
The API Center portal supports and streamlines the work of developers who use and create APIs within your organization. Users with access can:
20+
21+
* **Search for APIs** by name or use AI-assisted semantic search.
22+
* **Filter APIs** by type or lifecycle stage.
23+
* **View API details and definitions** including endpoints, methods, parameters, and response formats.
24+
* **Download API definitions** to a local computer or open them in Visual Studio Code.
25+
* **Try out APIs** that support API key authentication or OAuth 2.0 authorization.
1826

1927
:::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.":::
2028

@@ -48,7 +56,7 @@ To set up the API Center portal with anonymous access enabled, follow these step
4856
:::image type="content" source="media/set-up-api-center-portal/configure-access-anonymous.png" alt-text="Screenshot showing configuration of anonymous access in the portal.":::
4957
1. To configure access, select **Confirm and Enable**.
5058

51-
## Access the portal
59+
## View the portal
5260

5361
After configuring access, go to the API Center portal in your browser.
5462

@@ -76,7 +84,7 @@ On the **Site profile** tab of the API Center portal settings, optionally provid
7684

7785
:::image type="content" source="media/set-up-api-center-portal/custom-name.png" alt-text="Screenshot of custom name in API Center portal.":::
7886

79-
## API visibility
87+
### API visibility
8088

8189
On the **Visibility** tab, control which APIs are discoverable (visible) to API Center portal users. Visibility settings apply to all users of the API Center portal.
8290

@@ -88,7 +96,7 @@ To make only specific APIs visible, add filter conditions for APIs based on buil
8896

8997
:::image type="content" source="media/set-up-api-center-portal/add-visibility-condition.png" alt-text="Screenshot of adding API visibility conditions in the portal.":::
9098

91-
## Semantic search
99+
### Semantic search
92100

93101
If you enable semantic search on the **Semantic search** tab, the API Center portal supplements basic name-based API search with AI-assisted *semantic search* built on API names, descriptions, and optionally custom metadata. Semantic search is available in the **Standard** plan only.
94102

@@ -101,7 +109,7 @@ To use AI-assisted search when signed in to the API Center portal, select the se
101109

102110
:::image type="content" source="media/set-up-api-center-portal/semantic-search.png" alt-text="Screenshot of semantic search results in API Center portal.":::
103111

104-
## Custom metadata
112+
### Custom metadata
105113

106114
On the **Metadata** tab, optionally select [custom metadata](metadata.md) properties that you want to expose in API details and semantic search.
107115

@@ -111,20 +119,6 @@ You can configure user settings to granularly authorize access to APIs and their
111119

112120
Access policies also apply to the "Try this API" capability for APIs in the API Center portal, ensuring that only portal users with the appropriate access policy can use the test console for those API versions. [Learn more about authorizing access to APIs](authorize-api-access.md).
113121

114-
## API discovery and consumption in the API Center portal
115-
116-
The API Center portal supports and streamlines the work of developers who use and create APIs within your organization. Signed-in users can:
117-
118-
* **Search for APIs** by name or use [AI-assisted semantic search](customize-api-center-portal.md#semantic-search).
119-
120-
* **Filter APIs** by type or lifecycle stage.
121-
122-
* **View API details and definitions** including endpoints, methods, parameters, and response formats.
123-
124-
* **Download API definitions** to a local computer or open them in Visual Studio Code.
125-
126-
* **Try out APIs** that support API key authentication or OAuth 2.0 authorization.
127-
128122
[!INCLUDE [api-center-portal-compare-apim-dev-portal](includes/api-center-portal-compare-apim-dev-portal.md)]
129123

130124
## Related content

0 commit comments

Comments
 (0)