79439401

Date: 2025-02-14 12:45:28
Score: 1.5
Natty:
Report link

Also noted on the corresponding GitHub issue -- the issue here was your syntax in mapping to values:

The values you want to set are: AzureFunctionsJobHost__logging__logLevel__Function.http_trigger.User AzureFunctionsJobHost__logging__logLevel__Function.http_trigger

The key is that underscores map to object traversal within host.json.

Values like Function.http_trigger.User are just strings, so there's no need to replace the periods with underscores.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: TimTucker