mwt-ds/Crawl/AzureMLTopic/function.json

19 строки
353 B
JSON

{
"scriptFile": "..\\bin\\Crawl.dll",
"entryPoint": "Microsoft.DecisionService.Crawl.AzureMLTopic.Run",
"bindings": [
{
"authLevel": "function",
"name": "req",
"type": "httpTrigger",
"direction": "in"
},
{
"name": "$return",
"type": "http",
"direction": "out"
}
],
"disabled": false
}