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/api-management/api-management-howto-developer-portal-customize.md
+5-3Lines changed: 5 additions & 3 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-management
8
8
ms.topic: tutorial
9
-
ms.date: 03/29/2024
9
+
ms.date: 04/28/2025
10
10
ms.author: danlep
11
11
ms.custom: engagement-fy23
12
12
---
@@ -28,7 +28,7 @@ In this tutorial, you learn how to:
28
28
29
29
For more information about developer portal features and options, see [Azure API Management developer portal overview](developer-portal-overview.md).
30
30
31
-
:::image type="content" source="media/api-management-howto-developer-portal-customize/cover.png" alt-text="Screenshot of the API Management developer portal - administrator mode." border="false":::
31
+
:::image type="content" source="media/api-management-howto-developer-portal-customize/cover.png" alt-text="Screenshot of the API Management developer portal - administrator mode." :::
32
32
33
33
## Prerequisites
34
34
@@ -49,6 +49,8 @@ Follow these steps to access the managed version of the developer portal.
49
49
It might take a few minutes to enable the developer portal.
50
50
1. In the left menu, under **Developer portal**, select **Portal overview**. Then select the **Developer portal** button in the top navigation bar. A new browser tab with an administrative version of the portal will open.
@@ -70,7 +72,7 @@ You'll want to use your own images and other media content in the developer port
70
72
71
73
A placeholder logo is provided in the top left corner of the navigation bar. You can replace it with your own logo to match your organization's branding.
72
74
73
-
1. In the developer portal, select the default **Contoso**logo in the top left of the navigation bar.
75
+
1. In the developer portal, select the default logo in the top left of the navigation bar.
74
76
1. Select **Edit**.
75
77
1. In the **Picture** pop-up, under **Main**, select **Source**.
76
78
1. In the **Media** pop-up, select one of the following:
The pre-provisioned content in the developer portal showcases pages with commonly used features. Find them on the **Pages** panel. You can modify the content of these pages or add new ones to suit your needs.
81
82
82
-
### Layouts and pages
83
-
84
-
Layouts define how pages are displayed. For example, in the default content, there are two layouts: one applies to the home page, and the other to all remaining pages. You can modify these layouts and add more layouts to suit your needs.
83
+
Select **Layouts** on the **Pages** panel to define how pages are displayed. The developer portal comes with a default layout that's applied to the pages. You can modify this layout and add more layouts to suit your needs.
85
84
86
85
A layout gets applied to a page by matching its URL template to the page's URL. For example, a layout with a URL template of `/wiki/*` is applied to every page with the `/wiki/` segment in the URL: `/wiki/getting-started`, `/wiki/styles`, etc.
87
86
88
87
In the following image, content belonging to the layout is outlined in blue, while the page-specific content is outlined in red.
89
88
90
89
:::image type="content" source="media/developer-portal-overview/pages-layouts.png" alt-text="Screenshot of layout content in the developer portal." :::
91
90
92
-
The pre-provisioned content in the developer portal showcases pages with commonly used features. You can modify the content of these pages or add new ones to suit your needs.
93
-
94
91
> [!NOTE]
95
92
> Due to integration considerations, the following pages can't be removed or moved under a different URL: `/404`, `/500`, `/captcha`, `/change-password`, `/config.json`, `/confirm/invitation`, `/confirm-v2/identities/basic/signup`, `/confirm-v2/password`, `/internal-status-0123456789abcdef`, `/publish`, `/signin`, `/signin-sso`, `/signup`.
96
93
@@ -248,7 +245,8 @@ To restore a previous portal revision:
248
245
If you want to discard all changes you've made to the developer portal, you can reset the website to its starting state. Resetting the portal deletes any changes you've made to the developer portal pages, layouts, customizations, and uploaded media.
249
246
250
247
> [!NOTE]
251
-
> Resetting the developer portal doesn't delete the published version of the developer portal.
248
+
> * Resetting the developer portal doesn't delete the published version of the developer portal.
249
+
> * Resetting the portal could update the portal to a newer version of the developer portal codebase with updated components. The placeholder content that appears might also be changed. Developer portal features and customization options remain consistent.
Copy file name to clipboardExpand all lines: includes/developer-portal-editor-refresh.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
author: dlepow
3
3
ms.service: azure-api-management
4
4
ms.topic: include
5
-
ms.date: 12/22/2023
5
+
ms.date: 04/28/2025
6
6
ms.author: danlep
7
7
---
8
8
9
9
10
10
> [!NOTE]
11
-
> We recently improved the portal editor interface to boost your productivity and enhance the interactions with your favorite features and tools. We also redesigned the API and product details widgets to elevate the portal experience for visitors.
11
+
> * We're enhancing the developer portal with [Fluent UI Web Components](/fluent-ui/web-components) in the React framework. We're also refreshing the placeholder content displayed when you first open the portal. Your portal's appearance may differ slightly from the screenshots in this article, but the functionality remains consistent.
12
+
> * If you're using a version of the portal built on the previous components, you'll see a **Preview new UI design** setting at the bottom of the menu on the left. Enable this setting to try the latest experience.<br/><br/> :::image type="content" source="../articles/api-management/media/api-management-howto-developer-portal-customize/preview-new-ui.png" alt-text="Screenshot of preview toggle in the API Management developer portal.":::
0 commit comments