azure-function-express icon indicating copy to clipboard operation
azure-function-express copied to clipboard

⚡️Allows Express.js usage with Azure Functions

Results 16 azure-function-express issues
Sort by recently updated
recently updated
newest added

for raw file data download and send like below if "encoding" value set to "binary" then not doing body.toString() in convertToBody function app.get("/api/getfile", function (req, res) { const data =...

I'm trying to make POST request and send JSON data to Azure Function using `application/json` Content-Type. But the function call hangs and return timeout instead of result. App has the...

Thank you for your great product!! I love it. :) I found a compatibility issue between pure-express and azure-function-express. In pure-express, the request body is not parsed. It is raw...

I am trying to use azure-function-express in my code. Here is my piece of code in `index.js`: ``` const createHandler = require("azure-function-express").createHandler; const express = require("express"); var myRouter = require('./routes/myrouter.js');...

Observed that the error, warn, info and verbose are removed from the context when the context object is sanitized to remove the "done" function. The _extends() function in the IncomingMessage...

bug

Thanks for updating to the 2.0 beta run time. I just tried it with the GA runtime version and it doesn't work when running in a FunctionApp on Azure, but...

bug