Skip to content

Commit 472a6be

Browse files
committed
light edit
1 parent fab54ae commit 472a6be

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +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).
17+
This article shows you how to set up and customize the *API Center portal* (preview), an Azure-managed website for discovering APIs, MCP servers, and related assets in your [API center](overview.md).
1818

1919
The API Center portal supports and streamlines the work of developers who use and create APIs within your organization. Users with access can:
2020

2121
* **Search for APIs** by name or use AI-assisted semantic search.
2222
* **Filter APIs** by type or lifecycle stage.
2323
* **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.
24+
* **Download API definitions** to your computer or open in Visual Studio Code.
25+
* **Try out APIs** with API key or OAuth 2.0 authentication.
2626

2727
:::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.":::
2828

@@ -44,7 +44,7 @@ First, choose how you want users to access the API Center portal. You can set up
4444

4545
### Option 2: Allow anonymous access to the portal
4646

47-
To set up the API Center portal with anonymous access enabled, follow these steps.
47+
To enable anonymous access, follow these steps.
4848

4949
> [!CAUTION]
5050
> If you configure anonymous access, anyone can view the APIs in your API center without signing in. Don't expose sensitive information in API definitions or settings.
@@ -59,13 +59,12 @@ To set up the API Center portal with anonymous access enabled, follow these step
5959
<a id="access-the-portal"></a>
6060
## View the portal
6161

62-
After configuring access, go to the API Center portal in your browser.
62+
After configuring access, open the API Center portal by selecting **View API Center portal** on the **Settings** page, or visit:<br/>
63+
`https://<service-name>.portal.<location>.azure-apicenter.ms`
6364

64-
* On the portal's **Settings** page, select **View API Center portal** to open the portal in a new tab.
65-
* 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-
`https://<service-name>.portal.<location>.azure-apicenter.ms`
65+
(Replace `<service-name>` and `<location>` with your API center name and deployment location.)
6766

68-
By default, the portal home page is reachable publicly. If Microsoft Entra ID is configured for access, a **Sign-in** page appears in the portal, and users must sign in to access APIs. See [Enable sign-in to portal by Microsoft Entra users and groups](#enable-sign-in-to-portal-by-microsoft-entra-users-and-groups) for details on how to configure user access to the portal.
67+
By default, the portal home page is publicly reachable. If Microsoft Entra ID is configured for access, users must select **Sign-in** to access APIs. See [Enable sign-in to portal by Microsoft Entra users and groups](#enable-sign-in) for details on configuring user access.
6968

7069
## Enable sign-in to portal by Microsoft Entra users and groups
7170

@@ -76,12 +75,12 @@ By default, the portal home page is reachable publicly. If Microsoft Entra ID is
7675
The following sections show you how to customize the API Center portal experience for users. For more extensive customization, you can also choose to [self-host the API Center portal](self-host-api-center-portal.md).
7776

7877
> [!IMPORTANT]
79-
> Select **Save + publish** on the API Center portal's **Settings** page each time that you make changes to the settings. Until you publish, your changes aren't visible in the API Center portal.
78+
> Select **Save + publish** after making changes. Changes aren't visible until published.
8079
> :::image type="content" source="media/set-up-api-center-portal/save-and-publish.png" alt-text="Screenshot of Save + Publish button in the Azure portal.":::
8180
8281
### Site profile
8382

84-
On the **Site profile** tab of the API Center portal settings, optionally provide a custom name that appears in the top bar of the published portal.
83+
On the **Site profile** tab of the API Center portal settings, optionally provide a custom name to appear in the top bar of the portal.
8584

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

@@ -90,18 +89,18 @@ On the **Site profile** tab of the API Center portal settings, optionally provid
9089
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.
9190

9291
> [!NOTE]
93-
> The API Center portal uses the [Azure API Center data plane API](/rest/api/dataplane/apicenter/operation-groups) to retrieve and display APIs in your API center, and by default shows all APIs for users with access.
92+
> The API Center portal uses the [Azure API Center data plane API](/rest/api/dataplane/apicenter/operation-groups) to retrieve and display APIs in your API center. By default, it makes all APIs visible to users with access.
9493
>
9594
96-
To make only specific APIs visible, add filter conditions for APIs based on built-in properties. For example, choose to display APIs only of certain types, like REST or GraphQL, or based on certain specification formats, such as OpenAPI.
95+
To make only specific APIs visible, add filter conditions for APIs based on built-in properties. For example, display APIs only of certain types, like REST or GraphQL, or based on certain specification formats, such as OpenAPI.
9796

9897
:::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.":::
9998

10099
### Semantic search
101100

102101
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.
103102

104-
Users can search for APIs by using natural language queries, making it easier to find APIs based on their intent. For example, if a developer searches for "I need an API for inventory management," the portal can suggest relevant APIs, even if the API names or descriptions don't include those exact words.
103+
Users can search for APIs by using natural language queries to find APIs based on their intent. For example, if a developer searches for "I need an API for inventory management," the portal can suggest relevant APIs, even if the API names or descriptions don't include those exact words.
105104

106105
> [!TIP]
107106
> When using the **Free** plan of Azure API Center, you can [upgrade](frequently-asked-questions.yml#how-do-i-upgrade-my-api-center-from-the-free-plan-to-the-standard-plan) to the **Standard** plan to enable full service features including semantic search in the API Center portal.
@@ -116,7 +115,7 @@ On the **Metadata** tab, optionally select [custom metadata](metadata.md) proper
116115

117116
## Enable access to test console for APIs
118117

119-
You can configure user settings to granularly authorize access to APIs and their specific versions in your API center. For example, configure certain API versions to use API keys for authentication, and create an access policy that permits only specific users to authenticate by using those keys.
118+
You can configure user settings to granularly authorize access to APIs and specific versions in your API center. For example, configure certain API versions to use API keys for authentication, and create an access policy that permits specific users to authenticate by using those keys.
120119

121120
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).
122121

@@ -125,4 +124,4 @@ Access policies also apply to the "Try this API" capability for APIs in the API
125124
## Related content
126125

127126
* [Enable and view Azure API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
128-
* [Self-host the API Center portal](self-host-api-center-portal.md)
127+
* [Self-host the API Center portal](self-host-api-center-portal.md)

0 commit comments

Comments
 (0)