Tools, FAQ, Tutorials:
Azure API Management - Developer Portal
What is Azure API Management Developer Portal?
✍: FYIcenter.com
Azure API Management Developer Portal is an Azure Web portal
that allows your developers of client applications to learn
and run tests on your API services.
Once you have signed up for an Azure API Management Service, you will be given an API Management Developer Portal, which should have the following URL:
https://your-api-management-service-name.portal.azure-api.net
For example, if your API Management Service is named as "fyicenter", the developer portal URL will be:
https://fyicenter.portal.azure-api.net
The API Management Developer Portal have the following main functionalities:
The picture below shows you the Developer Portal of an Azure API Management service:
⇒ Azure API Management - Developer Portal Admin
⇐ Azure API Management - Gateway
2018-10-30, ∼6085🔥, 0💬
Popular Posts:
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...