Azure API Management developer portal
This repository is managed by the
Microsoft Azure API Management team and contains the source code of the developer portal. Instructions for setting up and extending your self-hosted portal are located
in the wiki section.
If you're looking for
general information or documentation on the developer portal, refer to the
official Azure documentation.
!
API Management developer portal
Releases
The
master branch of this repository is used for daily development purposes and may contain unstable version of the software. We recommend using
releases for setting up your portal.
Interactions
You can
report bugs or
submit feature requests in
the repository's Issues section.
Microsoft Azure Support assistance is limited to managed portals and only the initial setup of self-hosted portals (
documented in the Wiki); best effort support is provided for problems that are caused by environmental factors, such as (but not limited to): hosting platform, development environment, network configuration. Other self-hosted portal assistance requests (for example, problem with custom widgets) should be submitted
on Stack Overflow with the
azure-api-management tag.
We don't provide support through GitHub Issues.
We welcome and appreciate
community contributions. Refer to the
contribution guidelines for more information.
License
The developer portal is based on our own fork of the
Paperbits framework, which we enriched with API Management-specific features, and is published under
MIT license.
Steps
brew install nvm
nvm install 14.9.0 # This will install node --version 14.9.0
npm install -g npm@6.14.8