Precompiled Azure Functions Revisited
{ | |
"scriptFile": "..\\bin\\PrecompiledSample.Functions.dll", | |
"entryPoint": "PrecompiledSample.Functions.AddProductQueueTrigger.Run", | |
"bindings": [ | |
{ | |
"name": "myQueueItem", | |
"type": "queueTrigger", | |
"direction": "in", | |
"queueName": "product-queue", | |
"connection": "AzureWebJobsStorage" | |
} | |
], | |
"disabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment