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.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This article describes the differences between self-hosted and managed versions
35
35
You can build your developer portal in two ways:
36
36
37
37
-**Managed version** - by editing and customizing the portal, which is built into your API Management instance and is accessible through the URL `<your-api-management-instance-name>.developer.azure-api.net`. Refer to [this documentation article](api-management-howto-developer-portal-customize.md) to learn how to access and customize the managed portal.
38
-
-**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. You also need to upgrade the portal to the latest version yourself. For details and instructions, refer to the [GitHub repository with the source code of the portal][1] and [the tutorial on implementing a widget][4]. The [tutorial for the managed version](api-management-howto-developer-portal-customize.md) walks through the portal's administrative panel, which is also featured in the self-hosted version.
38
+
-**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. You also need to upgrade the portal to the latest version yourself. For details and instructions, refer to the [GitHub repository with the source code of the portal][1] and [the tutorial on implementing a widget][3]. The [tutorial for the managed version](api-management-howto-developer-portal-customize.md) walks through the portal's administrative panel, which is also featured in the self-hosted version.
39
39
40
40
## Portal architectural concepts
41
41
@@ -100,7 +100,7 @@ Deprecation of the legacy portals will be announced separately. If you have ques
100
100
101
101
### Functionality I need isn't supported in the portal
102
102
103
-
Use the self-hosted version and [implement your own widget][4].
103
+
Use the self-hosted version and [implement your own widget][3].
104
104
105
105
### How can I automate portal deployments?
106
106
@@ -228,14 +228,12 @@ Learn more about the new developer portal:
228
228
229
229
-[Access and customize the managed developer portal](api-management-howto-developer-portal-customize.md)
0 commit comments