|
|
What tiers does Azure API Management offer?
|
|
Azure API management comes in 2 different sets of tiers. - First one is consumption tier which is built per number of API executions and it is easier to start with even if your application is just picking the API traffic because Microsoft offers one million API executions for free every month. It does not incur any fixed costs.
- The other set of tires are the so-called dedicated tiers( called Developer, Basic, Standard, and Premium) where you are billed on an hourly basis, a fixed price and the offer more features than consumption tiers.
Note – You might incur additional charges for API management when using virtual networks, availability zone, and multi-region writes.
Azure API management is an azure service so your provisions in the azure cloud and route all the API calls through the azure cloud but Microsoft also offers self-hosted components like API gateway or the developer portal that you can host in other clouds like AWS, GCP or on-premises. References:
|
|
|
|