I have been working on Asp.Net application which populates UI from azure storage account.
It makes development extremely tedious when for small change in UI code in I need to wait for all data to reload from azure storage (which is extremely slow, unless partionkey & rowkey are provided properly)
I wish to synchrozise all data in cloud storage account to local dev storage.
I am sure I am not the first one to face this problem. How does community handles this scenario? Is there any tool, which could copy all data including blob & table to local development account?