Azure API Management Introduction An APIM layer sits between clients and APIs(services). It acts as a reverse proxy, routing requests from clients to services. It may also perform various cross-cutting tasks such as authentication, SSL (Secure Socket Layer) termination, and rate-limiting. Clients must send requests directly to back-end services if you do not deploy aContinue reading “Azure API Management Design for shared services”
