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/developer-portal-self-host.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure API Management
4
4
description: Learn how to self-host the developer portal for Azure API Management.
5
5
author: dlepow
6
6
ms.author: danlep
7
-
ms.date: 10/20/2025
7
+
ms.date: 10/22/2025
8
8
ms.service: azure-api-management
9
9
ms.topic: how-to
10
10
---
@@ -85,22 +85,13 @@ Go to the `src` folder and open the `config.design.json` file.
85
85
```json
86
86
{
87
87
"environment": "development",
88
-
"isArmAuthEnabled": true,
89
88
"subscriptionId": "< subscription ID >",
90
89
"resourceGroupName": "< resource group name >",
91
90
"serviceName": "< API Management service name >"
92
91
}
93
92
```
94
93
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
104
95
105
96
### Optional settings in config.design.json
106
97
@@ -152,7 +143,7 @@ Go to the `src` folder and open the `config.publish.json` file.
152
143
}
153
144
```
154
145
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.
0 commit comments