The Azure Functions HTTP handler: (request, invocationContext) => Promise<HttpResponseInit>, the signature app.http('name', { handler }) expects from @azure/functions v4.
(request, invocationContext) => Promise<HttpResponseInit>
app.http('name', { handler })
@azure/functions
Optional
The Azure Functions HTTP handler:
(request, invocationContext) => Promise<HttpResponseInit>, the signatureapp.http('name', { handler })expects from@azure/functionsv4.