Skip to content

Commit dd1098a

Browse files
authored
(Azure CXP) fixes python sample per #51075
resolves MicrosoftDocs/azure-docs#51075
1 parent b69a525 commit dd1098a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-bindings-storage-blob-input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ In the *function.json* file, the `queueTrigger` metadata property is used to spe
149149
{
150150
"name": "inputblob",
151151
"type": "blob",
152+
"dataType": "binary",
152153
"path": "samples-workitems/{queueTrigger}",
153154
"connection": "MyStorageConnectionAppSetting",
154155
"direction": "in"

0 commit comments

Comments
 (0)