Is there a way to “mount” a file for read/write access? I realize that I can GetBlobReference and BlobStream but what if I just want to give a file path to a library that doesn’t understand Azure?
One example: A “Logger” library that just appends text to a specified file in some fashion.
Another (more realistic) example: Datasource for .sdf (sql server compact 4)
You can mount a page blob as an NTFS file system using XDrive. See this blog post.