Azure / azure-functions-templates

Azure functions templates for the azure portal, CLI, and VS
MIT License
340 stars 193 forks source link

ComsmosDB binding template issue (Transfer from internal ADO) #1498

Open fabiocav opened 6 months ago

fabiocav commented 6 months ago

When adding a cosmosDB input binding from the Integration blade for an HTTP trigger function app, the binding is added incorrectly to function.json. The "connection" property is added as "connectionStringSetting" and "containerName" is added as "collectionName". Not sure if this happens in the other binding direction, or with other binding types.