Skip to content

Commit ef7a0f5

Browse files
committed
Use correct var for creating container apps env
1 parent d40c1cc commit ef7a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/python/tutorial-deploy-python-web-app-azure-container-apps-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ These steps require the Azure Container Apps extension, *containerapp*.
739739
#!/bin/bash
740740
APP_ENV_NAME=<app-env-name> # Use a unique name for the environment, such as "python-container-env".
741741
az containerapp env create \
742-
--name python-container-env \
742+
--name $APP_ENV_NAME \
743743
--resource-group $RESOURCE_GROUP_NAME \
744744
--location $LOCATION
745745
```

0 commit comments

Comments
 (0)