-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
_posts/2023-11-14-Node-20-Python-312-available-on-app-service.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Node 20 and Python 3.12 now available on App Service" | ||
author_name: "Tulika Chaudharie" | ||
--- | ||
|
||
We are happy to announce that App Service now supports apps targeting [Node 20](https://nodejs.org/en/download/) and [Python 3.12](https://www.python.org/downloads/) across all public regions on Linux App Service Plans. | ||
|
||
Want to get started with building apps on Node and Python? Follow these guides: | ||
|
||
1. [Create a Node.js web app in Azure](https://learn.microsoft.com/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-cli) | ||
2. [Deploy a Node.js + MongoDB web app to Azure](https://learn.microsoft.com/azure/app-service/tutorial-nodejs-mongodb-app) | ||
3. [Quickstart: Deploy a Python (Django or Flask) web app to Azure App Service](https://learn.microsoft.com/azure/app-service/quickstart-python) | ||
4. [Deploy a Python (Django or Flask) web app with PostgreSQL in Azure](https://learn.microsoft.com/azure/app-service/tutorial-python-postgresql-app) | ||
|
||
We also rolled out support for [.Net 8 GA on App Service](https://aka.ms/appservice-dotnet8) | ||
|
||
You can also checkout all the new Azure App Service features and capabilities that we are announcing at [Ignite 2023](https://aka.ms/appserviceignite2023whatsnew) |