Microsoft.Azure.Functions.Worker.Extensions.Sql
2.0.145
See the version list below for details.
dotnet add package Microsoft.Azure.Functions.Worker.Extensions.Sql --version 2.0.145
NuGet\Install-Package Microsoft.Azure.Functions.Worker.Extensions.Sql -Version 2.0.145
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Sql" Version="2.0.145" />
paket add Microsoft.Azure.Functions.Worker.Extensions.Sql --version 2.0.145
#r "nuget: Microsoft.Azure.Functions.Worker.Extensions.Sql, 2.0.145"
// Install Microsoft.Azure.Functions.Worker.Extensions.Sql as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Functions.Worker.Extensions.Sql&version=2.0.145
// Install Microsoft.Azure.Functions.Worker.Extensions.Sql as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Functions.Worker.Extensions.Sql&version=2.0.145
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 | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net6.0
- Microsoft.Azure.Functions.Worker.Extensions.Abstractions (>= 1.1.0)
- Microsoft.Data.SqlClient (>= 5.0.1)
- System.Drawing.Common (>= 5.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.143-preview | 69 | 3/16/2023 |
2.0.145 | 180 | 3/16/2023 |
1.0.122-preview | 177 | 2/23/2023 |
1.0.84-preview | 366 | 1/12/2023 |