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.

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

What is an API gateway?

A

It is an instance of the API management service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

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

What arre the steps to setup API management? (3 steps)

A
  1. Setup a globally unique API management gateway. It must be globally unique within the azure-api.net
  2. Register an existing API with the gateway
  3. Call the API through the gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly