Tools, FAQ, Tutorials:
Azure API Management - Developer Portal Admin
What is Azure API Management Developer Portal Admin?
✍: FYIcenter.com
The Developer Portal Admin is an Azure Web portal
that allows you to manage the Developer Portal and run
analytical reports on your API services.
Once you have signed up for an Azure API Management Service, you will be given an API Management Developer Portal Admin, which should have the following URL:
https://your-api-management-service-name.portal.azure-api.net/admin
For example, if your API Management Service is named as "fyicenter", the publisher portal URL will be:
https://fyicenter.portal.azure-api.net/admin
The Developer Portal Admin have the following main functionalities:
The picture below shows you the Developer Portal Admin of an Azure API Management service:
⇒ API Management Service on Azure Portal
⇐ Azure API Management - Developer Portal
2018-07-22, ∼3977🔥, 0💬
Popular Posts:
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...