37 lines
729 B
JSON
37 lines
729 B
JSON
{
|
|
"scriptFile": "__init__.py",
|
|
"bindings": [
|
|
{
|
|
"authLevel": "function",
|
|
"type": "httpTrigger",
|
|
"direction": "in",
|
|
"name": "req",
|
|
"methods": [
|
|
"get",
|
|
"post"
|
|
]
|
|
},
|
|
{
|
|
"type": "http",
|
|
"direction": "out",
|
|
"name": "$return"
|
|
},
|
|
{
|
|
"name": "msg",
|
|
"type": "serviceBus",
|
|
"direction": "out",
|
|
"queueName": "tst",
|
|
"connection": "AzureWebJobsServiceBus"
|
|
},
|
|
{
|
|
"type": "cosmosDB",
|
|
"direction": "out",
|
|
"name": "doc",
|
|
"databaseName": "aikompas",
|
|
"collectionName": "dataset",
|
|
"createIfNotExists": "true",
|
|
"connectionStringSetting": "AzureCosmosDBConnectionString"
|
|
}
|
|
]
|
|
}
|