Can I develop and test Azure Functions completely offline (no network connection)? I understand Azure Functions can be debugged locally but that's not the same as working completely disconnected from the Azure platform.
I found a few references in the Azure documentation that I interpreted to mean being connected to Azure is required to run Azure Functions, even locally.
FWIW, I'm using the Azure Functions tooling in Visual Studio 2017 (15.3.2)
The answer is no. Although you can use some bindings in a disconnected way such as Azure Storage through Azure Emulator, not all of them offer a way to work disconnected.