Open TylerLeonhardt opened 6 years ago
I had to execute func azure functionapp fetch-app-settings <functionName>
to get this running from here. It fills out the local.settings.json
with values.
The issue is that the error message is not helpful, and that it happens in the first place. Why not just run the required CLI when you hit func start
?
Investigative information
Please provide the following:
Repro steps
Provide the steps required to reproduce the problem:
create a Node.js Function App then locally, run
func init --worker-runtime node
func new
and select EventGrid Triggerfunc start
or publish it to Azure and run it in the Portal
Expected behavior
Function App starts correctly
Actual behavior
I get the following error:
In the Portal I get:
Known workarounds
None at this time
Related information
Provide any related information
Source
extensions.csproj
local.settings.json
function.json
index.js