Description
This issue will summarize status of the SQL bindings and trigger as we work towards GA for all components in this Azure Functions integration. The information at https://aka.ms/sqlbindings will always be up-to-date (within a few hours, give or take) and this issue provides forward-looking statements from our roadmap.
In mid-May 2023, input and output SQL bindings will be generally available for all languages supported by the v4 Azure Functions runtime with the v2 azure-functions-sql-extension package. The GA v2 package is shipping out of the main branch and if you're looking to use input/output bindings, the GA version is recommended - more information will be available when we reach GA for input/output bindings in mid-April.
The SQL trigger is not available in v2 of the azure-functions-sql-extension package, but it will be available in the v3-preview package releases released simultaneously. Work to bring the trigger to GA is ongoing in the release/trigger branch, including adding language support. If you're looking to use the SQL trigger, including in combination with the input/output bindings, then you'll need to use the v3 (preview) package.