Azure Table Storage: Capture all table activity for compliance purposes

Viewed 323
2 Answers

If you're desperate you can try Azure Storage analytics logging. Important caveat:

Requests are logged on a best-effort basis. This means that most requests will result in a log record, but the completeness and timeliness of Storage Analytics logs are not guaranteed.

As such, it doesn't solve your compliance problem, but it might help someone else.

Related