The error message was completely misleading. The actual cause was that an
@Azure Function App can be configured in a way that
does not work, here it would select a Node.js 0.6 runtime. The fix is the
explicitly specify the Node.js version via WEBSITE_NODE_DEFAULT_VERSION.