Skip to content

Commit c0556fc

Browse files
authored
Removing deprecated reference to managing-python-on-azure-app-service.md
Removing deprecated reference to managing-python-on-azure-app-service.md
1 parent 3a0fb23 commit c0556fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/publish-to-app-service-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Create a temporary App Service without needing an Azure subscription as follows:
6565

6666
## Configure Python on Azure App Service
6767

68-
Once you have an App Service with an empty Web App running (either in your subscription or on a free site), install a chosen version of Python as described [Managing Python on Azure App Service](managing-python-on-azure-app-service.md). For publishing from Visual Studio 2017 and later, record the exact path to the Python interpreter installed with the site extension as described in that article.
68+
Once you have an App Service with an empty Web App running (either in your subscription or on a free site). For publishing from Visual Studio 2017 and later, record the exact path to the Python interpreter installed with the site extension as described in that article.
6969

7070
If desired, you can also install the `bottle` package using the process in those instructions, as that package is installed as part of other steps in this walkthrough.
7171

0 commit comments

Comments
 (0)