Switch language한국어
Back to the list

How to track API requests in Azure APIM to Table Storage

TL;DR AI

Key summary

2 min read
  1. The article shows how to log Azure APIM requests to Azure Table Storage for durable analytics and audit trails.

  2. It sets up Table Storage, creates a table-scoped SAS token, and stores the token as an APIM Named Value.

  3. Using the send-one-way-request policy in outbound and on-error sections writes each request as a table row without adding response latency.

  4. This approach captures full API usage data at low cost, complementing tools like Application Insights and Power BI.

Read the original