MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

The table input example on this page doesn't work. #119619

Open jason-barringer opened 9 months ago

jason-barringer commented 9 months ago

[Enter feedback here] If you try the tableinput example You get this error: Function 'TableFunction', Invocation id '6d80a6d4-69d8-4dba-8a46-c2d3613cc759': An exception was thrown by the invocation. [2024-02-07T20:56:51.988Z] Result: Function 'TableFunction', Invocation id '6d80a6d4-69d8-4dba-8a46-c2d3613cc759': An exception was thrown by the invocation. Exception: Microsoft.Azure.Functions.Worker.FunctionInputConverterException: Error converting 1 input parameters for Function 'TableFunction': Cannot convert input parameter 'tableInput' to type MyTableData' from type 'System.String'. Error:System.Text.Json.JsonException: The JSON value could not be converted to MyTableData. Path: $ | LineNumber: 0 | BytePositionInLine: 1.

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 9 months ago

@jason-barringer Thanks for your feedback! We will investigate and update as appropriate.