8. APIM Flashcards
1
Q
What is API Management?
A
API management is a service hosted in the Azure cloud and is positioned between your APIs and the internet.
2
Q
What is an API gateway?
A
It is an instance of the API management service
3
Q
What are the benefits of using APIM
A
Documentation Limit the rate at which clients can request data Health monitoring Analytics Security Data exchange using json format
4
Q
What are the pricing tiers and what do they offer?
A
Developer: Not for prod
Basic: 99.9% SLA. 1000 requests/sec
Standard: 99.9% SLA. 2500 requests/sec. 4 scale units
Premium: 99.95% SLA. 4000 requests/sec. 10 scale units per region
Consumption: Pay as you go
5
Q
What is a scale unit?
A
A scale unit allows you to scale up a service. The more scale units you have, the more you can scale up the service.
6
Q
What arre the steps to setup API management? (3 steps)
A
- Setup a globally unique API management gateway. It must be globally unique within the azure-api.net
- Register an existing API with the gateway
- Call the API through the gateway