API Managment Flashcards

1
Q

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?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When using Azure API Management, how can i block an IP?

A

Use a policy, a policy can be used to black an IP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Azure API manager policy?

A

It is XML policy to enable you to preform tasks like filter IP, rate limit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When using Azure API Management, how can i rate limit the inbound API request?

A

You can use a API policy, by adding a rate limit to the policy you can restrict the incoming API requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly