Azure Table Storage Incremental backup to Azure Storage Blob
问题 Is there any way I can do Azure Table Storage backup in to Azure Blob incremental way. AZcopy has solution for full backup for the table but not incremental. Is there any way I can recover Azure storage table, If I delete it from Azure storage explorer? 回答1: As far as I know, currently azure doesn't support auto backup the table data into blob. We need write codes to achieve this requirement. I suggest you could use azure webjobs/function or azcopy(as you says) to achieve this. If you want to