Is there an Azure WebJobs preferred mechanism to obtain a local storage folder/path for processing my blob's data (a sqlite db)? I can get the stream, but need to write it to disk so that Sqlite can open a connection to it.
I know RoleEnvironment.GetLocalResource is meant to be used with WebRoles... is there an equivalent for WebJobs?