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

Is this package under active development? I see a fork or two out there and also some old issues. I'm interesting in using this potentially.

question

The change allows methods like `context.log.error` to be used.

Azure Functions v3 supports Node 12 which is now LTS This PR makes changes needed so it will install and run on Node 12. I also bumped package versions just...

Have you tested multi-part file uploads with this adapter? All attempts I've tried thus far cause the web request via postman to not respond and usually timeout after 5 minutes....

enhancement
help wanted

Hi, Is there any reason this package is set to ">=6.11.2

I have the following code in my function-app: ```ts app.use("/", express.static("www")); ``` This results in the following runtime exception: ``` 2018-09-07T22:14:29.829 [Info] Function started (Id=65d1f81f-f1ed-4d9f-844e-7fdcae8cf5c6) 2018-09-07T22:14:31.782 [Error] A ScriptHost error...

bug

Changing IncomingMessage to a Readable stream allows body-parser to work correctly Fixes: #22 #15

is it possible to log outside of the request?

Closes #27 Fix for issue 27 support for log, info,error, warn and verbose methods of context objects 1. Do not add explicit handling for log function in sanitizeContext method 2....

bug

In my environment, the basic sample doesn't work. This solution works. However, I'm not sure what do you intent. Feel free to close this if I made a mistake.

documentation