Azure Basics

Azure APIM in Bullet Points

Arun Kumar Singh
3 min readNov 19, 2020
  • Azure APIM is a platform to manage APIs.
  • API Management allow organizations, publish APIs to external, partner, and internal developers.
  • Azure APIM allow us to decouple request validation from APIs.
  • You can secure your APIs

API Management service has 3 main components -

  • Management plane/Azure Portal [Manage admin tasks]
  • API Gateway [Manage API calls]
  • Developer portal [Interface for…

--

--