Testing
Azure API Management Testing: Policies, Throttling, and Gateway Behavior
Azure API Management (APIM) sits in front of your backend APIs and handles cross-cutting concerns: authentication, rate limiting, request/response transformation, caching, and routing. Policies are XML rules that execute on every request, and bugs in them break all your APIs simultaneously. Testing APIM policies requires running them locally