@Vardhan Joshi Thank you for providing more details. For moving data between Azure Blob Container to Azure File shares, you can use Azcopy. Here is an example command that you can use to copy the data between them:
azcopy copy 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>/<blob-path>' 'https://<storage-account-name>.file.core.windows.net/<file-share-name>/<file-name><SAS-token>'
Please refer to the following documents for more information:
- https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-download#download-a-blob
- https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-files#upload-a-file
- https://charbelnemnom.com/copy-from-azure-blob-storage-to-azure-file-share/
Please let us know if that helps. If you have any further questions and we will be glad to assist you further. Thank you!
Remember:
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
Want a reminder to come back and check responses? Here is how to subscribe to a notification.