Avançar para o conteúdo principal
EM PRÉ-VISUALIZAÇÃO

Public preview: Azure SQL bindings for Azure Functions

Data de publicação: 17 novembro, 2021

Azure Functions can now interact with SQL databases through input and output bindings for Azure SQL.  The library to enable this functionality is in public preview and is available from NuGet as Microsoft.Azure.WebJobs.Extensions.Sql.  With Azure SQL bindings, data can be input from a database to the function with an input binding and data can be output from the function to the database. Configuring these bindings is accomplished with a small number of parameters, including specification of the database query or table and the connection string.

To learn more about developing Azure Functions with the Azure SQL bindings for Azure Functions, visit the documentation.  The library is open source and is available on GitHub.

  • Funções do Azure
  • SQL do Azure
  • SDK and Tools
  • Open Source