Skip to content

Commit 15ad57f

Browse files
authored
Merge pull request #294595 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 6d17477 + a193dfb commit 15ad57f

5 files changed

+7
-4
lines changed

articles/app-service/configure-language-python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ This article describes how [Azure App Service](overview.md) runs Python apps, ho
1919

2020
The App Service deployment engine automatically activates a virtual environment and runs `pip install -r requirements.txt` for you when you deploy a [Git repository](deploy-local-git.md), or when you deploy a [zip package](deploy-zip.md) [with build automation enabled](deploy-zip.md#enable-build-automation-for-zip-deploy).
2121

22+
> [!NOTE]
23+
> Currently App Service requires `requirements.txt` in your project's root directory, even if you're using modern Python packaging tools such as `pyproject.toml`.
24+
2225
This guide provides key concepts and instructions for Python developers who use a built-in Linux container in App Service. If you've never used Azure App Service, first follow the [Python quickstart](quickstart-python.md) and [Flask](tutorial-python-postgresql-app-flask.md), [Django](tutorial-python-postgresql-app-django.md), or [FastAPI](tutorial-python-postgresql-app-fastapi.md) with PostgreSQL tutorial.
2326

2427
You can use either the [Azure portal](https://portal.azure.com) or the Azure CLI for configuration:

articles/sap/workloads/high-availability-guide-suse-netapp-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
567567
Start_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
568568
569569
# Add the following lines
570-
service/halib = $(DIR_CT_RUN)/saphascriptco.so
570+
service/halib = $(DIR_EXECUTABLE)/saphascriptco.so
571571
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
572572
573573
# remove Autostart from ERS profile

articles/sap/workloads/high-availability-guide-suse-nfs-azure-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
485485
Start_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
486486
487487
# Add the following lines
488-
service/halib = $(DIR_CT_RUN)/saphascriptco.so
488+
service/halib = $(DIR_EXECUTABLE)/saphascriptco.so
489489
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
490490
491491
# remove Autostart from ERS profile

articles/sap/workloads/high-availability-guide-suse-nfs-simple-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ The instructions in this section are applicable only if you're using Azure NetAp
597597
Start_Program_00 = local $(_ER) pf=$(_PFL) NR=$(SCSID)
598598
599599
# Add the following lines.
600-
service/halib = $(DIR_CT_RUN)/saphascriptco.so
600+
service/halib = $(DIR_EXECUTABLE)/saphascriptco.so
601601
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
602602
603603
# Remove Autostart from the ERS profile.

articles/sap/workloads/high-availability-guide-suse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
437437
Start_Program_01 = local $(_EN) pf=$(_PF)
438438

439439
# Add the following lines
440-
service/halib = $(DIR_CT_RUN)/saphascriptco.so
440+
service/halib = $(DIR_EXECUTABLE)/saphascriptco.so
441441
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
442442

443443
# Add the keep alive parameter, if using ENSA1

0 commit comments

Comments
 (0)