Built-In Connectors Not Loading After Upgrading AzureFunctionsJobHost Extension Bundle Version to 4.* and Above
I am attempting to upgrade the "AzureFunctionsJobHost__extensionBundle__id" for my Logic Apps, which was initially set to
[1.*, 2.0.0)
Previously, all built-in connectors were available for developing the Logic App. However, after updating the version of "AzureFunctionsJobHost__extensionBundle__Version" to
[4.0.0, 5.0.0)
in the Environment Variables and host.json
, the built-in connectors for Azure Logic Apps do not load anymore.
Additionally, I encounter this error:
Any guidance on how to upgrade the Function App to the latest version while ensuring that the built-in connectors and Dataverse connectors function properly would be greatly appreciated.