Hi,
I am using the function extension bundle in my Azure Function with a queue. The documentation requires an extension bundle > 5.0.0 (see image below)
However, when i set the version above 5.0.0, I get an error
Microsoft.Azure.WebJobs.Script: Error building configuration in an external startup class. System.Private.CoreLib: Value cannot be null. (Parameter 'input').
and the functionapp cannot be initiated. It works when i revert the version to "version": "[4.0.0, 5.0.0)"
Hi, I am using the function extension bundle in my Azure Function with a queue. The documentation requires an extension bundle > 5.0.0 (see image below)
However, when i set the version above 5.0.0, I get an error
and the functionapp cannot be initiated. It works when i revert the version to "version": "[4.0.0, 5.0.0)"
I would like to clarify if versions 5.00 and above exist or there is a problem with the documentation. thank you!