From the course: Azure for Developers: API Management

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Developer portal

Developer portal

- [Instructor] One problem API developers face is how to show the API endpoint details to the frontend developers and the end customers. The developer portal is built to resolve that. The developer portal provides the API documentation, including the endpoint schema and a testing console to try out the operations. Let's navigate to the apim instance from the Azure Portal. Go to Portal Overview plate from the Developer portal. Since we are trying to test the API endpoints from the browser, we have to enable CORS on the developer portal website. I have already done that. Then click on this Developer portal link. It will open the portal in a new tab. After that, let's publish the portal. At first, we'll explore this developer portal in guest mode, without logging in. Get a private browser window and go to the developer portal. This is the view our end customers will see. If we go to Products, guests can only view these two…

Contents