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
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
^
The text was updated successfully, but these errors were encountered:
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#decoratorsThis 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
^
The text was updated successfully, but these errors were encountered: