Skip to content

Commit 070dba9

Browse files
committed
Work on readme.md.
1 parent e973ad8 commit 070dba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Here are some ways you can run the sample web app in this repository.
1414

1515
| Scenario | As-is repo code | Containerized app |
1616
| ----------- | ----------- | ----------|
17-
| Local environment | Run repo code in virtual environment with *requirements.txt*. Set environment variables in shell before running. | Build image from repo and run locally in Docker container. Pass environment variables in Docker CLI command or with VS Code task definition <sup>1<sup>. |
18-
| Azure App Service [Web App for Containers](https://azure.microsoft.com/services/app-service/containers/) | Deploy repo code to App service. Set environment variables as App Service configuration settings. See note about subpath. <sup>2</sup> | Build image locally or in Azure and push to container registry like Azure Container Registry. Configure App Service to pull from registry. Set environment variables as App Service configuration settings. |
17+
| Local environment | Run repo code in virtual environment with *requirements.txt*. Set environment variables in shell before running. For an example, see [Configure a Python virtual environment](https://docs.microsoft.com/azure/developer/python/configure-local-development-environment#configure-python-virtual-environment).| Build image from repo and run locally in Docker container. Pass environment variables in Docker CLI command or with VS Code task definition <sup>1</sup>. This scenario is covered in [Tutorial: coming soon](TBD).|
18+
| Azure App Service | Deploy repo code to App service. Set environment variables as App Service configuration settings. See note about subpath. <sup>2</sup> | Deploy container to [Web App for Containers](https://azure.microsoft.com/services/app-service/containers/). Build image locally or in Azure and push to container registry like Azure Container Registry. Configure App Service to pull from registry. Set environment variables as App Service configuration settings. This scenario is covered in [Tutorial: coming soon](TBD). |
1919
| [Azure Container Apps](https://docs.microsoft.com/azure/container-apps/overview) | *n/a* | Build image locally or in Azure and push to container registry like Azure Container Registry. Create a Container App with deployment from the registry. Configure environment variables for the container. |
2020

2121
(1) The *.vscode* directory *settings.json* and *tasks.json* are configured either for a MongoDB local connection or an Azure Cosmos DB connection. The tasks and templates in *.vscode* are only used when using Visual Studio Code locally.

0 commit comments

Comments
 (0)