Durable function app failed ValueError: Connection string missing required connection details

SivaB 91 Reputation points
2023-01-24T07:41:30.45+00:00

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,248 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,684 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,421 Reputation points
    2023-02-02T04:23:19.6733333+00:00

    @SivaB ,

    Please try specifying the extension bundle version to [4.0.0, 5.0.0) in host.json file

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register#extension-bundles

    Feel free to reach out to me if you have any queries or concerns.

    0 comments No comments