Skip to content

Commit c800b05

Browse files
authored
Merge pull request #101305 from mikebudzynski/apim-portal-ext
APIM: link portal widget extensibility docs
2 parents c6473e3 + 9c36fdf commit c800b05

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/api-management/api-management-howto-developer-portal.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article describes the differences between self-hosted and managed versions
3535
You can build your developer portal in two ways:
3636

3737
- **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]. 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][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.
3939

4040
## Portal architectural concepts
4141

@@ -98,6 +98,10 @@ The old developer and publisher portals are now *legacy* features - they will be
9898

9999
Deprecation of the legacy portals will be announced separately. If you have questions, concerns, or comments, raise them [in a dedicated GitHub issue](https://github.com/Azure/api-management-developer-portal/issues/121).
100100

101+
### Functionality I need isn't supported in the portal
102+
103+
Use the self-hosted version and [implement your own widget][4].
104+
101105
### How can I automate portal deployments?
102106

103107
You can programmatically access and manage the developer portal's content through the REST API, regardless if you're using a managed or a self-hosted version.
@@ -212,6 +216,7 @@ Learn more about the new developer portal:
212216

213217
- [Access and customize the managed developer portal](api-management-howto-developer-portal-customize.md)
214218
- [Set up self-hosted version of the portal][2]
219+
- [Implement your own widget][4]
215220

216221
Browse other resources:
217222

@@ -220,4 +225,5 @@ Browse other resources:
220225

221226
[1]: https://aka.ms/apimdevportal
222227
[2]: https://github.com/Azure/api-management-developer-portal/wiki
223-
[3]: https://github.com/Azure/api-management-developer-portal/projects
228+
[3]: https://github.com/Azure/api-management-developer-portal/projects
229+
[4]: https://aka.ms/apimdevportal/extend

0 commit comments

Comments
 (0)