Skip to content

azure function js does not have data_type options #4361

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

Open
gsouf opened this issue Apr 14, 2025 · 0 comments
Open

azure function js does not have data_type options #4361

gsouf opened this issue Apr 14, 2025 · 0 comments

Comments

@gsouf
Copy link

gsouf commented Apr 14, 2025

Version

latest

Description

in azure function for python, we have a data_type parameter that we can set to the value "binary" as per the documentation: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input?tabs=python-v2%2Cisolated-process%2Cnodejs-v4&pivots=programming-language-python#decorators

This option is not available for a javascript functions.

The consequence is that when using an extra input of type "blob" the blob is read as a file rather than as a binary and the file's header are modified.

Steps to reproduce

^

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

1 participant