What is API Management?
API management is a service hosted in the Azure cloud and is positioned between your APIs and the internet.
What is an API gateway?
It is an instance of the API management service
What are the benefits of using APIM
Documentation Limit the rate at which clients can request data Health monitoring Analytics Security Data exchange using json format
What are the pricing tiers and what do they offer?
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
What is a scale unit?
A scale unit allows you to scale up a service. The more scale units you have, the more you can scale up the service.
What arre the steps to setup API management? (3 steps)