зеркало из https://github.com/microsoft/mwt-ds.git
19 строки
353 B
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
|
|
}
|