Azure / Azure/Azure-Functions

Function v2 host ignoring applicationInsights from host.json when version information missing

Open
#1,271 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

A user had below configuration for a time triggered in the host.json, but function host ignored this sampling override setting, and the ping status for this function app was returning error but the time triggered function was running as expected.

User's specified host.json
{
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": false
}
}
}
}

Ping Status: {
"hostState": "Error"
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.