Does Azure Functions offer a local (state) storage to eliminate a need in invoking additional services such as storage, docDB, etc?
Functions are built on Azure App Service, which offers the ability to store persistent files. e.g. you can store files under %HOME%\data\SomeFolderOfYourChoice.