Skip to content

Commit fd43673

Browse files
author
gitName
committed
shdp
1 parent 0f1d36f commit fd43673

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

articles/api-management/developer-portal-self-host.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure API Management
44
description: Learn how to self-host the developer portal for Azure API Management.
55
author: dlepow
66
ms.author: danlep
7-
ms.date: 10/20/2025
7+
ms.date: 10/22/2025
88
ms.service: azure-api-management
99
ms.topic: how-to
1010
---
@@ -85,22 +85,13 @@ Go to the `src` folder and open the `config.design.json` file.
8585
```json
8686
{
8787
"environment": "development",
88-
"isArmAuthEnabled": true,
8988
"subscriptionId": "< subscription ID >",
9089
"resourceGroupName": "< resource group name >",
9190
"serviceName": "< API Management service name >"
9291
}
9392
```
9493

95-
In `subscriptionId`, `resourceGroupName`, and `serviceName`, enter values for the subscription, resource group, and service name of your API Management instance. If you configured a [custom domain](configure-custom-domain.md) for the service, use it instead for the value of `serviceName`. For example:
96-
97-
```json
98-
{
99-
...
100-
"serviceName": "https://api.contoso.com"
101-
...
102-
```
103-
94+
In `subscriptionId`, `resourceGroupName`, and `serviceName`, enter values for the subscription, resource group, and service name of your API Management instance. I
10495

10596
### Optional settings in config.design.json
10697

@@ -152,7 +143,7 @@ Go to the `src` folder and open the `config.publish.json` file.
152143
}
153144
```
154145

155-
Copy and paste the `subscriptionId`, `resourceGroupName`, and `serviceName`values from the previous configuration file.
146+
Copy and paste the `subscriptionId`, `resourceGroupName`, and `serviceName` values from the previous configuration file.
156147

157148
### config.runtime.json file
158149

0 commit comments

Comments
 (0)