Andrey Lushnikov 06e0aa40eb
devops: add source code for flakiness dashboard (#4479)
This adds source code for the azure function that processes flakiness reports
2020-11-23 15:02:04 -08:00

12 lines
212 B
JSON

{
"bindings": [
{
"type": "blobTrigger",
"direction": "in",
"name": "newBlob",
"path": "uploads/{name}",
"connection": ""
}
]
}