Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
333 stars 103 forks source link

[FeatureRequest] Azure SQL binding #1212

Closed joedevgee closed 1 year ago

joedevgee commented 1 year ago

Support for azure sql in/out binding

I've already seen people raise similar issue before: #365

At this time, looks like the only db binding supported is cosmos, the doc is here

Considering

  1. programming model 1 already supported sql in/out biding, doc, can we expect same feature to exist for model 2
  2. RDBMS like azure sql has a huge user base, Having these bindings would really benefit the sql users

Sample v1 binding for sql

{
    "name": "todoItems",
    "type": "sql",
    "direction": "out",
    "commandText": "dbo.ToDo",
    "connectionStringSetting": "SqlConnectionString"
}
bhagyshricompany commented 1 year ago

Thanks for Feedback will confirm for the same.

joedevgee commented 1 year ago

Similar topic, I see in the v2 doc below is ss for supported triggers. Is there a timeline/roadmap where we can see the progress of supporting each of these?

image
bhagyshricompany commented 1 year ago

@vrdmr pls comment