I don't seem to be able to find any documentation on taking snapshots of an Azure table store, and neither can I find anything on taking backups either.
I've found a few posts from a few years ago with people saying they export their table stores to another storage account via AzCopy running on a VM called by Windows scheduler, but this seems awfully archaic and would mean storing complete copies of data.
The only thing that the Azure documentation seems to mention is snapshots of blob storage and I don't think that table storage, even though it's likely to be blobs underneath, counts.
Surely there's a better way of taking regular backups of Azure table stores?