Anyone have an idea how to read/write in Sqlite db stored in the azure file share. I'm using C# and EF provider to work with Sqlite's db. The problem is that the EF provider needs a file path to connect with the db; I know mounting the file share as a disk will work but I'm looking for a different approach since the web app that is going to use the DB will be hosted in azure as well.
Thanks in advance.