Is any compression service available for azure file share ?
Is any compression service available for azure file share ?
Basically Azure Files offers fully managed file shares that can be accessed by SMB or NFS protocol.
Azure Fileshare offers programmability through
https://docs.microsoft.com/en-us/previous-versions/azure/dn261237(v=azure.100)
https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api
So basicically you can do your own compression while writing data to azure fileshare. Some references (though not directly related to azure file share), you may be able to use the concepts to implement in Azure FileShare.
https://albertherd.com/2021/04/30/compressing-files-on-an-azure-storage-account-fast-and-efficiently/
See samples of how to programatically access Azure File Share, you may use these references to compress data and write.
https://docs.microsoft.com/en-us/azure/storage/files/storage-dotnet-how-to-use-files?tabs=dotnet
Hope this helps.
@sundram090-4866 Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
No, Azure Files does not currently support SMB compression.
Improve performance by compressing files in Azure CDN: https://docs.microsoft.com/en-us/azure/cdn/cdn-improve-performance
Additional information: Find the storage product you need: https://azure.microsoft.com/en-in/product-categories/storage/
I would recommend to read through this article which gives many examples. Check this Learn module which covers the difference in data types and solutions. Let me know if you still have questions or need further clarification.
SMB compression: https://docs.microsoft.com/en-us/windows-server/storage/file-server/smb-compression
If you wish you may leave your feedback here, All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to
and
wherever the information provided helps you, this can be beneficial to other community members.
10 people are following this question.