Reputation: 87
This may seem Naive, I understand that we can create folders in a blob, and these folders are still stored in a container. we can still do everything on these 'folders contained in blobs' that we typically do on folders in File storage.
We can still use these 'Folder/Directory structure in blob containers' just like we use 'Folder/Directory structure in File storage' than what is the significance of having a file storage?
I know there could be some places where File storage must be playing a significant role. I just want to know few of those use-cases.
Upvotes: 2
Views: 675
Reputation: 58931
You typically choose file storage over blob storage when you need an SMB interface. Examples are legacy applications that rely on a local file storage. I also know people who like to use file storage when working with containers.
The comparison provided from Alex explain the Scenarios.
Upvotes: 2