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.
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 thehost.jsonnot being properly configured. Could you help me on this issue and what is the righthost.jsonconfiguration? Here the current configuration:Thanks for the assistance.