Skip to content

Commit 2d4241e

Browse files
Merge pull request #208883 from rjmolyneaux/rneaux-quickPy
Add note for Python on Azure support
2 parents 37635bd + 1130beb commit 2d4241e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/quickstart-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Deploy a Python (Django or Flask) web app to Azure'
33
description: Get started with Azure App Service by deploying your first Python app to Azure App Service.
44
ms.topic: quickstart
5-
ms.date: 03/22/2022
5+
ms.date: 08/23/2022
66
author: mijacobs
77
ms.author: mijacobs
88
ms.devlang: python
@@ -17,6 +17,8 @@ To complete this quickstart, you need:
1717
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).
1818
1. <a href="https://www.python.org/downloads/" target="_blank">Python 3.9 or higher</a> installed locally.
1919

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+
2022
## 1 - Sample application
2123

2224
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

Comments
 (0)