@SivaB ,
Please try specifying the extension bundle version to [4.0.0, 5.0.0) in host.json file
Feel free to reach out to me if you have any queries or concerns.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a new Durable function App with Dynamic tier for python. It used runtime version ~3 and we upgraded to ~4. Along with changed the Bundle extension version to 3.*,4.0.0 in host file.
When testing the function App getting the error that
"ValueError: Connection string missing required connection details" in DataIngestion-Orchestrator function.
Storage account created along with function app creation and set the AzureWebJobsStorage setting with storage account connection string.
Can you please help me to resolve the issue. Why i'm getting this error
@SivaB ,
Please try specifying the extension bundle version to [4.0.0, 5.0.0) in host.json file
Feel free to reach out to me if you have any queries or concerns.