Skip to content

Instantly share code, notes, and snippets.

@mimiz
Created July 26, 2020 14:28
Show Gist options
  • Save mimiz/6d590830d33e5015b196f4a1e6acf994 to your computer and use it in GitHub Desktop.
Save mimiz/6d590830d33e5015b196f4a1e6acf994 to your computer and use it in GitHub Desktop.
{
"disabled": false,
"bindings": [{
"type": "httpTrigger",
"name": "req",
"direction": "in",
"dataType": "binary",
"methods": [
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "response"
},
{
"name": "storage",
"type": "blob",
"path": "mimiz-container/{filename}",
"direction": "out",
"connection": "MimizStorage"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment