The ASP.NET MVC application I'm working on is saving files to an Azure storage account file share. The application is set up to use a developer-only file share for development/debugging, which works fine but requires network connectivity.
Is there a way to configure the application to save files on the developer's machine instead?
I came across Azurite, but it does not currently support file shares.