How to track API requests in Azure APIM to Table Storage

TL;DR AI
2 min readKey summary
The article shows how to log Azure APIM requests to Azure Table Storage for durable analytics and audit trails.
It sets up Table Storage, creates a table-scoped SAS token, and stores the token as an APIM Named Value.
Using the send-one-way-request policy in outbound and on-error sections writes each request as a table row without adding response latency.
This approach captures full API usage data at low cost, complementing tools like Application Insights and Power BI.
