-
Notifications
You must be signed in to change notification settings - Fork 9
Function host is not running. #5
Copy link
Copy link
Open
Description
Hello,
kudos for open-sourcing your app! I have not used .net in a long time and I'm no more familiar with the .net ecosystem. I've deployed my app to azure. Now when I hit an end-point (just to check everything is working, e.g https://__my_server_url__/api/GetInfectionStatus.
I'm getting this error: Function host is not running. A stackoverflow research hints at the host.json not being properly configured. Could you help me on this issue and what is the right host.json configuration? Here the current configuration:
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingExcludedTypes": "Request",
"samplingSettings": {
"isEnabled": true
}
}
}
Thanks for the assistance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels