You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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). |
19
19
|[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. |
20
20
21
21
(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