Node.js 24 Now Available on Azure App Service for Linux
TulikaC announces that Node.js 24 LTS is now supported on Azure App Service for Linux, enabling developers to deploy faster, modern JavaScript apps with improved testing and deployment capabilities.
Node.js 24 Now Available on Azure App Service for Linux
Node.js 24 LTS is now generally available for use on Azure App Service for Linux. Developers can create new Node.js 24 applications directly through the Azure portal, automate deployments using the Azure CLI, or leverage ARM/Bicep templates for integration into their existing workflows.
Key Improvements in Node.js 24
- Modern JavaScript and Performance
- Ships with the V8 13.6 engine and npm 11
- Enhanced capabilities such as
RegExp.escape,Float16Array, improved async context handling, support for globalURLPattern, and extended WebAssembly memory support - Results in cleaner, faster code without extra polyfills
- Designated as Long Term Support (LTS), making it a stable option for production applications
- Better Built-in Testing Workflows
- The
node:testrunner now automatically waits on nested subtests - Fewer flaky test executions and errors related to incomplete tests
- Eliminates the need for additional third-party test frameworks or manual await logic
- The
Deployment and Automation Options
- Azure Portal: Provision Node.js 24 apps with a graphical interface
- Azure CLI: Script and automate deployments and management operations
- ARM/Bicep Templates: Infrastructure-as-code for repeatable and scalable deployments
Migration and Scalability
- Easily migrate your existing Node.js applications to Node.js 24 LTS on Azure App Service for Linux
- Scale and monitor your workloads with the same App Service management features
- Take full advantage of performance improvements and latest runtime support
For detailed release notes about Node.js 24, visit the official Node.js 24 release notes.
Updated Nov 11, 2025
Author: TulikaC
For additional deployment documentation and support, refer to the Azure App Service documentation.
This post appeared first on “Microsoft Tech Community”. Read the entire article here