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

SivaB 96 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.
5,399 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.
3,361 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,481 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.