You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Downgrade to <PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.0.1" />
Add CommandType = CommandType.TableDirect to SQL output bindings