Skip to content

Commit 293163e

Browse files
committed
Typo
1 parent d89b13d commit 293163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/configure-web-apps-for-iis-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.workload:
1919
When using Internet Information Services (IIS) as a web server on a Windows computer (including [Windows virtual machines on Azure](/azure/architecture/reference-architectures/n-tier/windows-vm), Python apps must include specific settings in their *web.config* files so that IIS can properly process Python code. The computer itself must also have Python installed along with any packages the web app requires.
2020

2121
> [!Note]
22-
> This article previously contained guidance for configuring Python on Azure App Service on Windows. The Python extensions and Windows hosts used in that scenario have been deprecated in favor of Azure App Service on Linux. For more information, see [Publishing Python Apps to Azure App Service](publishing-python-web-applications-to-azure-from-visual-studio.md). If you still need the information that was previously available for Managing App Service on Windows with the Python extensions, please file an issue at the bottom of this artlc.e
22+
> This article previously contained guidance for configuring Python on Azure App Service on Windows. The Python extensions and Windows hosts used in that scenario have been deprecated in favor of Azure App Service on Linux. For more information, see [Publishing Python Apps to Azure App Service](publishing-python-web-applications-to-azure-from-visual-studio.md). If you still need the information that was previously available for Managing App Service on Windows with the Python extensions, please file an issue at the bottom of this article.
2323
2424
## Install Python on Windows
2525

0 commit comments

Comments
 (0)