Microsoft.Azure.Functions.Worker.Extensions.Sql 3.1.536

Prefix Reserved
dotnet add package Microsoft.Azure.Functions.Worker.Extensions.Sql --version 3.1.536
                    
NuGet\Install-Package Microsoft.Azure.Functions.Worker.Extensions.Sql -Version 3.1.536
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Sql" Version="3.1.536" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Sql" Version="3.1.536" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Sql" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Azure.Functions.Worker.Extensions.Sql --version 3.1.536
                    
#r "nuget: Microsoft.Azure.Functions.Worker.Extensions.Sql, 3.1.536"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Azure.Functions.Worker.Extensions.Sql@3.1.536
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Azure.Functions.Worker.Extensions.Sql&version=3.1.536
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.Functions.Worker.Extensions.Sql&version=3.1.536
                    
Install as a Cake Tool

Azure SQL bindings .NET Worker

Welcome to the Azure SQL bindings .NET Worker Repository. The .NET Worker provides .NET 5 support in Azure Functions, introducing an Isolated Model, running as an out-of-process language worker that is separate from the Azure Functions runtime. This allows you to have full control over your application's dependencies as well as other new features like a middleware pipeline.

A .NET Isolated function app works differently than a .NET Core 3.1 function app. For .NET Isolated, you build an executable that imports the .NET Isolated language worker as a NuGet package. Your app includes a Program.cs that starts the worker.

Binding Model

.NET Isolated introduces a new binding model, slightly different from the binding model exposed in .NET Core 3 Azure Functions. More information can be found here. Please review our samples for usage information.

Middleware

The Azure Functions .NET Isolated supports middleware registration, following a model similar to what exists in ASP.NET and giving you the ability to inject logic into the invocation pipeline, pre and post function executions.

Samples

Get started quickly with the samples available in our repository

For further details on setup, usage and samples of the bindings see the guide below:

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Azure.Functions.Worker.Extensions.Sql:

Package Downloads
AzureFunctions.TestFramework.Sql

Azure SQL Trigger, Input, and Output binding support for the Azure Functions Test Framework. Enables invoking SQL-triggered functions and injecting SQL input binding data in integration tests.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.536 3,137 5/12/2026
3.1.527 167,640 8/25/2025
3.1.512 117,477 6/9/2025
3.1.490 18,908 5/7/2025
3.1.376 104,620 2/4/2025
3.1.284 158,484 10/29/2024
3.1.169-preview 1,543 7/26/2024
3.0.534 415,185 2/2/2024
3.0.461 52,981 11/1/2023
3.0.444-preview 297 10/10/2023
3.0.443 8,521 10/10/2023
3.0.343-preview 1,688 8/1/2023
3.0.341-preview 317 7/31/2023
3.0.181-preview 12,813 4/13/2023
3.0.143-preview 2,368 3/16/2023
2.0.145 10,638 3/16/2023
Loading failed