Hi @Kelvin Thom ,
There isn't a native solution that will allow users to access your Azure File Share outside of what's previously been mentioned. The reason being is that File Share is an SMB protocol implementation that can't be accessed over HTTP, like you can with blobs. If you want to provide a UI access to Azure File Share, you can use these examples as guidance for implementing a custom solution.