79269557

Date: 2024-12-10 19:44:55
Score: 4
Natty:
Report link

I’ve just upgraded my InProcess .Net 6 Function app to Isolated .Net 8. I’m facing the same issue. I was previously declaring object like configuration in local.settings.json below Values property. It is correctly loaded by the configuration builder but can’t be used within trigger bindings using % MyBlock:MyParam% expressions. The only workaround is to flatten those expressions within the Values property : MyBlock__MyParam. Is there already a GitHub issue referencing this problem or do you have other workaround to provide ? I haven’t deployed yet on Azure but I guess it won’t work also as the source configuration is coming from AppConfiguration.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Nakah