-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add support for Azure Functions v4 #592
Comments
What would be required to implement this and add support for .NET 6? |
I would also like to see this. |
Waiting on this one too. |
Following - we're wanting to use v4 as well for Node 16 support. |
Azure is ending support for Node12 soon, but using serverless-azure-functions we cannot upgrade our project to Node16. Is anyone working on this? |
Hello folks, I’ve recently got access to this project and in the coming weeks I will try to investigate this issue (among a few other open initiatives). If you have any insights about this particular feature, please share it, it will be much appreciated 🙇 |
@stefan-h-singer it's a pretty easy thing to change. There is a pull request for nodejs14 that will get you a start. |
Hello folks 👋 I started digging a bit and it seems like it's possible to use
It worked without issues for me, but you might want to first test it out on non-prod environment. In the next major version of the plugin it should be set to |
I can confirm this does work. I've been doing this for months now. |
@pgrzesik do you know if there's any maintainers of this project? You were the last one to comment so just checking :) |
This solution works with runtime: nodejs14,
|
@meet-fw if you use the master branch, it actually has node 16 and node 18 support merged in already, just no new release tagged just yet. You can use this in package.json for your dependency (obviously need to be careful if the master branch moves, but you can always fork it at the current spot and use it from your forked repo): "serverless-plugin-optimize": "github:serverless/serverless-azure-functions.git#master", |
This is a Feature Proposal
Description
Microsoft team launched Azure Functions 4.0 (GA) across Windows and Linux back in November, 2021. Could you please add support for latest version.
serverless-azure-functions
plugin allows us to deploy azure functions v3.5.2. We couldn't able to move to the latest version.The text was updated successfully, but these errors were encountered: