Azure newbie here. I have an architecture requirement to move the data from on-premise to cloud database. This is done in two steps due to security restrictions and timelines.
- Move the file to azure blob storage
- Read from the blob and Import to the sql database .
Azure blob is suggested for unstructured data. However, the data we want to export to cloud is a simple export of data from sql tables to csv files.
For such requirements what is recommended? Azure blob or Azure file share? When to use blob versus azure file share ?