Exception binding Parameter with Azure Function Cosmosdb 4.3 Output Binding
bmaso-dev
26
Reputation points
After upgrading libraries to latest version and updating parameter names/usings, I am unable to run an Azure Function with CosmosDB output binding, getting this error:
System.Private.CoreLib: Exception while executing function:
Microsoft.Azure.WebJobs.Host: Exception binding parameter 'document'. System.Data.Common: Format of the initialization string does not conform to specification starting at index 0.
Tried all of the types for the document parameter, but nothing works
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
Sign in to answer