Hi @Wessel Vonk ,
Welcome to Microsoft Q&A Platform!
To disable caching in Azure API Management, simply remove all cache-related policies (like <cache-lookup>
and <cache-store>
) from your API. If you don’t have any caching policies set up, there are no default caching behaviors that will apply. To make sure caching is completely turned off:
- Remove all cache-related policies from both the inbound and outbound sections.
- Check that your backend service isn’t sending any Cache-Control or similar headers that could allow caching downstream.
Doing this will ensure that there’s no caching at any level in Azure API Management.
For your reference, please review the following documentations for further clarification:
If you find the answer helpful, kindly click "Accept Answer" and upvote it. If you have any further questions or concerns, please feel free to reach out to us. We are happy to assist you.