The Azure Functions trigger handler: (triggerInput, invocationContext) => Promise<...>, the signature app.storageQueue(...), app.serviceBusQueue(...), app.timer(...), … expect from @azure/functions v4.
(triggerInput, invocationContext) => Promise<...>
app.storageQueue(...)
app.serviceBusQueue(...)
app.timer(...)
@azure/functions
The type of the response returned by the handler.
The Azure Functions trigger handler:
(triggerInput, invocationContext) => Promise<...>, the signatureapp.storageQueue(...),app.serviceBusQueue(...),app.timer(...), … expect from@azure/functionsv4.