I am trying to configure automatic exports for data in Azure Data explorer to external tables in storage account. The external tables and continuous exports are created successfully (they show up when I run '.show external tables' and '.show continuous-exports' commands), but no data is being exported to the container.
Thinking it was a permission issue, I have tried, granting 'Storage Blob Data Contributor' to the identity of the Azure Data explorer instance and the identity used to create the continuous export.
Also, the SAS for the storage container is still valid. No idea why the data is not being exported. One-time export commands work fine.
Any ideas what I may be missing?