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

JavaScript function app using table storage output his int64 issue #614

Open
paulbatum opened this issue May 23, 2019 · 0 comments
Open

Comments

@paulbatum
Copy link
Member

Create a javascript V2 function app with a table storage output and the following code:

module.exports = async function (context, myTimer) {
    const rowLOG = {
    'partitionKey': '123',
    'rowKey': '456',
    'CmdAction': 5000000000 // hex such as 0x0140040000 would also repro
    }

    context.bindings.outputTable = [rowLOG];
};

You'll get the following error:
Executed 'Functions.TimerTrigger1' (Failed, Id=9a52e4e2-65b8-4384-b627-7f5769942620)
Value was either too large or too small for an Int32.

Not sure whether this is straightforward to address of there is a limitation with table storage here.

@ghost ghost added the Needs: Triage 🔍 label May 23, 2019
@shreyabatra4 shreyabatra4 transferred this issue from Azure/azure-webjobs-sdk Aug 15, 2022
@ejizba ejizba added this to the Backlog Candidates milestone Sep 12, 2022
@ejizba ejizba added the P3 label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants