An Azure service that provides an event-driven serverless compute platform.
Hello Ján Neščivera,
- is the Node 22 supported with programing model 3 or not?
- Node 22 is not officially supported yet in Azure Functions as of now. Using Node.js 22 may lead to runtime errors, missing dependencies, or incompatibility with the Azure Functions SDK since it targets LTS releases for stability.
- does that mean that by April 2026 Azure functions using programing model 3 need to migrate to programing model 4 to be able to use supported version of Node (Node 22)?
Yes, to use Node.js 22 in Azure Functions, developers must migrate to programming model v4, which:
Supports Node.js 22, 20, and 18
to maintain compatibility with newer Node versions supported by the Functions platform, v3 apps will likely need to switch to v4.
Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.