Skip to content

Input Blob Binding name fails with an activity triggerΒ #282

Open
@zecloud

Description

@zecloud

πŸ› Describe the bug
Input Blob Binding name fails with an activity trigger

πŸ€” Expected behavior
activity function takes a string argument (the name of a blob) and uses that value to bind to blob input

β˜• Steps to reproduce

try to bind a blob name to the value passed in an activity trigger

{
"scriptFile": "init.py",
"bindings": [
{
"name": "name",
"type": "activityTrigger",
"direction": "in"
},
{
"name": "inputb",
"direction": "in",
"type": "blob",
"path": "container/{name}.json",
"connection": "AzureWebJobsStorage",
"dataType": "string"
}
]
}

Should work like explained in this link but fails in Pyhon
Azure/azure-functions-durable-extension#172

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: Investigation πŸ”A deeper investigation needs to be done by the project maintainers.P2Priority 2bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions