You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-python.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: 'Quickstart: Deploy a Python (Django or Flask) web app to Azure'
3
3
description: Get started with Azure App Service by deploying your first Python app to Azure App Service.
4
4
ms.topic: quickstart
5
-
ms.date: 03/22/2022
5
+
ms.date: 08/23/2022
6
6
author: mijacobs
7
7
ms.author: mijacobs
8
8
ms.devlang: python
@@ -17,6 +17,8 @@ To complete this quickstart, you need:
17
17
1. An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
18
18
1. <ahref="https://www.python.org/downloads/"target="_blank">Python 3.9 or higher</a> installed locally.
19
19
20
+
>**Note**: This article contains current instructions on deploying a Python web app using Azure App Service. Python on Windows is no longer supported.
21
+
20
22
## 1 - Sample application
21
23
22
24
This quickstart can be completed using either Flask or Django. A sample application in each framework is provided to help you follow along with this quickstart. Download or clone the sample application to your local workstation.
0 commit comments