-
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.
Merge pull request #413 from Azure/jefmarti-patch-login
testing blog upload
- Loading branch information
Showing
2 changed files
with
51 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) |
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,34 @@ | ||
--- | ||
title: ".NET 8 GA available on App Service" | ||
author_name: "Tulika Chaudharie" | ||
--- | ||
|
||
We have completed the rollout for [.NET 8 GA](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) support on App Service. | ||
|
||
Like in previous years we are using the [App Service Early Access feature](https://aka.ms/app-service-early-access) to enable day-0 support on the platform across all public regions on Windows App Service Plans. The early access release will be followed by additional deployments to fully integrate the new bits across our fleet, expecting to be fully done by the end of the week. | ||
|
||
On Linux App Service Plans, .NET 8 GA will be fully integrated on day-0 across all public regions without any additional deployments. | ||
|
||
If you already have an app targeting and earlier preview of .NET 8.0 on the platform, there is no need to take action as the new runtime will be picked up on the next application restart once the update is available for your app. You can trigger this manually by starting and stopping your app. | ||
|
||
Self-contained .NET apps will *not* be auto-updated since they have no dependency on the runtime provided by App Service. | ||
|
||
[Azure Functions](https://aka.ms/af-dotnet-isolated-net8) and [Azure Static Webapps](https://aka.ms/swa-dotnet8) are also enabling .NET 8 workloads across their scenarios. | ||
|
||
|
||
If you want to learn more, be sure to checkout our sessions during [.NET Conf 2023](https://www.dotnetconf.net/agenda): | ||
|
||
- Tuesday 11/14 @ 4:30PM PST Join [Scott Hunter](https://twitter.com/coolcsh) to talk about "Building and scaling cloud-native, intelligent applications on Azure and .NET" | ||
- Wednesday 11/15 @ 10:00am PST Join [Byron Tardif](https://twitter.com/bktv99) will be taking the stage talk about "App Service the best place to host your .NET 8 Web Apps". | ||
- Thursday 11/16 @ 3:30PM PST Join [Gaurav Seth](https://twitter.com/segaurav) will show you how to migrate your apps to Azure App Service in the session "From Zero to Hero: Quickly Migrate Web Apps with Azure App Service" | ||
|
||
You can also checkout all the new Azure App Service features and capabilities that we are announcing at [Ignite 2023](https://aka.ms/appserviceignite2023whatsnew) | ||
|
||
Next steps: | ||
|
||
- [Download .NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | ||
- [Anouncing .NET 8.0 ](https://aka.ms/dotnet8blog) | ||
- [ASP.NET Core in .NET 8]( https://aka.ms/aspnet-blog-8) | ||
- [Deploy a .NET application to App Service](https://docs.microsoft.com/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs) | ||
|
||
You can also follow us on twitter for more updates and news: [@AzAppService](https://twitter.com/AzAppService/) |