Skip to content

Output binding errors with microsoft.net.sdk.functions >=4.1.0/>=3.1.0 #263

@dzsquared

Description

@dzsquared

A bug exists in Microsoft.NET.Sdk.Functions starting with 4.1.0 (4.1.1 currently), where a function utilizing SQL output bindings will fail to start unless an additional CommandType = CommandType.TableDirect is added to the definition.

This issue is for tracking the correction of the issue.

Work around options:

  1. Downgrade to <PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />
  2. Add CommandType = CommandType.TableDirect to SQL output bindings

Fixed

upgrade SQL bindings (Microsoft.Azure.WebJobs.Extensions.Sql) to >= 0.1.346-preview https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql/0.1.346-preview

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions