Skip to content

Function host is not running. #5

@seyaobey

Description

@seyaobey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions