Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dzsquared opened this issue Jun 6, 2022 · 1 comment · Fixed by #264
Closed

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

dzsquared opened this issue Jun 6, 2022 · 1 comment · Fixed by #264
Assignees

Comments

@dzsquared
Copy link
Contributor

dzsquared commented Jun 6, 2022

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

@Charles-Gagnon
Copy link
Contributor

Oh hey that's right, I actually already had a bug submitted about this. I just forgot the context.

#237

@dzsquared I'm going to close the other one, but make sure they know that it's breaking for v3 of the function runtime as well

@dzsquared dzsquared pinned this issue Jun 8, 2022
@Charles-Gagnon Charles-Gagnon changed the title Tracking bug in microsoft.net.sdk.functions >=4.1.0 Errors with microsoft.net.sdk.functions >=4.1.0/>=3.1.0 Jun 8, 2022
@Charles-Gagnon Charles-Gagnon changed the title Errors with microsoft.net.sdk.functions >=4.1.0/>=3.1.0 Output binding errors with microsoft.net.sdk.functions >=4.1.0/>=3.1.0 Jun 8, 2022
@Charles-Gagnon Charles-Gagnon unpinned this issue Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants