-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Functions v4 support #934
Comments
Would you like to create a PR for this feature? |
There is a new v4 runtime for Node.js which makes the programming model more app-centric. It is in preview. I would like to update this package to work with the new programming model but I'm not sure what the previous issue in this thread would mean in terms of creating a pr. |
Closing issue, I'm not working on anything Azure related anymore. |
After hours of trying different things... I managed to fix this error by using Azure Functions ~4, but with LINUX (node 18, 32bit). But only using an old version for azure functions... Hopefully this will help somebody. Please don't abandon this project 😢 |
For what it's worth, I've tried to throw money at this problem by contacting Trilon (via the contact form, twice by mail and via Twitter) but received nothing but silence. As a last-ditch effort, maybe ping @MarkPieszak or @kamilmysliwiec to see if their company actually wants business. And why not ping @henriqueweiand, @delucca, @flamewow, @camilacnery and @mcarballido while I'm at it. All my other efforts to reach out to Trilon have unfortunately utterly failed. |
Hello, I needed it, so we did it : It's almost the same, but updated. PR and tests are warmly welcomed |
Nice! I will take a look at it next week and do some testing. |
@EtienneDeneuve, could you publish it to |
Sure, I did on https://www.npmjs.com/package/@edeneuve/azure-func-http |
When doing npm run build && func host start I get the following error:
Warning: Proxies are not supported in Azure Functions v4. Instead of 'proxies.json', try Azure API Management: https://aka.ms/AAfiueq
After trying to access the endpoint, for example: https://nestjstest1.azurewebsites.net/api
I get the following error:
Server Error
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
Please add Azure Functions v4 support, which has been out since last year.
Reference:
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-functions-v4-versus-v3/ba-p/3276055
The text was updated successfully, but these errors were encountered: