Skip to content

Commit 5b2bc9d

Browse files
committed
Fix warnings
1 parent fd0a10c commit 5b2bc9d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/python/azure-sdk-for-python.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
title: Azure SDK for Python
33
description: The Azure SDK for Python makes it easy to consume Microsoft Azure services from Python applications running on any platform.
4-
<<<<<<< HEAD
54
ms.date: 10/10/2018
6-
=======
7-
ms.date: 09/56/2018
8-
>>>>>>> 43e6d9258a71d8aee469102da08d34e2a984b29d
95
ms.prod: visual-studio-dev15
106
ms.technology: vs-python
117
ms.topic: conceptual

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ 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-apps-to-azure-from-visual-studio.md)
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)
2323
2424
## Install Python on Windows
2525

26-
To run a web app, first install your required version of Python directly on the Windows host machine as described on [Install Python interpreters](install-python-interpreters.md).
26+
To run a web app, first install your required version of Python directly on the Windows host machine as described on [Install Python interpreters](installing-python-interpreters.md).
2727

2828
Record the location of the `python.exe` interpreter for later steps. For convenience, you can add that location to your PATH environment variable.
2929

0 commit comments

Comments
 (0)