You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An additional OR statement is needed to catch isolated as well. The value being looked for right now is just "DotNetAssembly", but I believe functionMetadata.Language will be "dotnet-isolated" in this case.
If I use one of the common host.json files that asserts extension bundles, the deployed app will silently fail to load with 0 functions started.
I expected to get an error message saying extension bundle config in host.json is invalid, and read to learn how to set properly for dotnet-isolated.
Repros in cloud and using Core Tools 4.0.5198.
Repro steps
Expected behavior
In Application insights logs I would see a specific message after 0 Functions start:
"ExtensionsBundle config in host.json is invalid for dotnet-isolated. See for details."
The text was updated successfully, but these errors were encountered: