Skip to content

Commit cb86359

Browse files
authored
Merge pull request #78375 from mikebudzynski/release-apim-portal-preview
APIM: release - new developer portal preview
2 parents 7437805 + 0cc3638 commit cb86359

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
href: api-management-howto-manage-protocols-ciphers.md
122122
- name: Customize the developer experience
123123
items:
124+
- name: Access and customize the new developer portal
125+
href: api-management-howto-developer-portal.md
124126
- name: Modify page content and layout
125127
href: api-management-modify-content-layout.md
126128
- name: Customize system pages using templates
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Access and customize the new developer portal - Azure API Management | Microsoft Docs
3+
description: Learn how to use the new developer portal in API Management.
4+
services: api-management
5+
documentationcenter: API Management
6+
author: mikebudzynski
7+
manager: cfowler
8+
editor: ''
9+
10+
ms.service: api-management
11+
ms.workload: mobile
12+
ms.tgt_pltfrm: na
13+
ms.devlang: na
14+
ms.topic: article
15+
ms.date: 06/12/2019
16+
ms.author: apimpm
17+
---
18+
19+
# Access and customize the new developer portal in Azure API Management
20+
21+
This article shows you how to access the new Azure API Management developer portal. It walks you through the visual editor experience - adding and editing content - as well as customizing the look of the website.
22+
23+
![New API Management developer portal](media/api-management-howto-developer-portal/cover.png)
24+
25+
## Prerequisites
26+
27+
- Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md).
28+
- Import and publish an Azure API Management instance. For more information, see [Import and publish](import-and-publish.md).
29+
30+
[!INCLUDE [premium-dev-standard-basic.md](../../includes/api-management-availability-premium-dev-standard-basic.md)]
31+
32+
> [!NOTE]
33+
> The new developer portal is currently in preview.
34+
35+
## Managed and self-hosted versions
36+
37+
You can build your developer portal in two ways:
38+
39+
- **Managed version** - by editing and customizing the portal built-into your API Management instance and accessible through the URL `<your-api-management-instance-name>.developer.azure-api.net`.
40+
- **Self-hosted version** - by deploying and self-hosting your portal outside of an API Management instance. This approach allows you to edit the portal's codebase and extend the provided core functionality. For details and instructions, refer to the [GitHub repository with the source code of the portal][1].
41+
42+
## Access the managed version of the portal
43+
44+
Follow the steps below to access the managed version of the portal.
45+
46+
1. Go to your API Management service instance in the Azure portal.
47+
1. Click on the **New developer portal (preview)** button in the top navigation bar. A new browser tab with an administrative version of the portal will open. If you're accessing the portal for the first time, the default content will be automatically provisioned.
48+
49+
## Edit and customize the managed version of the portal
50+
51+
In the video below we demonstrate how to edit the content of the portal, customize the website's look, and publish the changes.
52+
53+
> [!VIDEO https://www.youtube.com/embed/5mMtUSmfUlw]
54+
55+
## Next steps
56+
57+
Learn more about the new developer portal:
58+
59+
- [GitHub repository with the source code][1]
60+
- [Instructions on self-hosting the portal][2]
61+
- [Public roadmap of the project][3]
62+
63+
[1]: https://aka.ms/apimdevportal
64+
[2]: https://github.com/Azure/api-management-developer-portal/wiki
65+
[3]: https://github.com/Azure/api-management-developer-portal/projects
539 KB
Loading

0 commit comments

Comments
 (0)