API Managment Flashcards
I want to be able to provide my consumers of my API with a developers portal where they can consume, test and get documentation, how can I do this in relation to API management?
Azure API Management enables you to create and API, it provides the ability to auto generate documentation and provides the consumer with a test area.
When using Azure API Management, how can i block an IP?
Use a policy, a policy can be used to black an IP.
What is an Azure API manager policy?
It is XML policy to enable you to preform tasks like filter IP, rate limit.
When using Azure API Management, how can i rate limit the inbound API request?
You can use a API policy, by adding a rate limit to the policy you can restrict the incoming API requests.