Skip to content

Commit 148d1e1

Browse files
authored
Update developer-portal-extend-custom-functionality.md
note formatting
1 parent ca23155 commit 148d1e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/developer-portal-extend-custom-functionality.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure API Management
44
description: How to customize the managed API Management developer portal with custom functionality such as custom widgets.
55
author: dlepow
66
ms.author: danlep
7-
ms.date: 08/25/2022
7+
ms.date: 08/29/2022
88
ms.service: api-management
99
ms.topic: how-to
1010
---
@@ -82,9 +82,9 @@ The managed developer portal includes a **Custom HTML code** widget where you ca
8282
8383
> [!NOTE]
8484
> If the tab doesn't open, do the following:
85-
> 1. Make sure the development server started. To do that, check output on the console where you started the server in the previous step. It should display the port the server is running on (for example, `http://127.0.0.1:**3001**`).
85+
> 1. Make sure the development server started. To do that, check output on the console where you started the server in the previous step. It should display the port the server is running on (for example, `http://127.0.0.1:3001`).
8686
> 1. Go to your API Management service in the Azure portal and open your developer portal with the administrative interface.
87-
> 1. Append `/?MS_APIM_CW_localhost_port=**3001**` to the URL. Change the port number if your server runs on a different port.
87+
> 1. Append `/?MS_APIM_CW_localhost_port=3001` to the URL. Change the port number if your server runs on a different port.
8888
8989
1. Implement the code of the widget and test it locally. The code of the widget is located in the `src` folder, in the following subfolders:
9090

0 commit comments

Comments
 (0)