Skip to content

Commit bd5fea5

Browse files
author
naman-msft
committed
updated docs
1 parent 11d4bf9 commit bd5fea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scenarios/azure-docs/articles/app-service/quickstart-python-1-django.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ EOF
168168
Save your changes, then redeploy the app using the `az webapp up` command again:
169169
170170
```azurecli
171-
az webapp up --runtime "PYTHON|3.10"
171+
az webapp up --runtime "PYTHON|$PYTHON_VERSION"
172172
```
173173
174174
Once deployment is complete, switch back to the browser window open to `http://<app-name>.azurewebsites.net`. Refresh the page, which should display the modified message:

scenarios/azure-docs/articles/app-service/quickstart-python-1-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ EOF
152152
Save your changes, then redeploy the app using the following command:
153153

154154
```azurecli
155-
az webapp up --runtime "PYTHON|3.10"
155+
az webapp up --runtime "PYTHON|$PYTHON_VERSION"
156156
```
157157

158158
This command uses values that are cached locally in the *.azure/config* file, including the app name, resource group, and App Service plan.

0 commit comments

Comments
 (0)