Skip to content

Commit 012d7f1

Browse files
authored
Merge pull request #113356 from btardif/python
adding note for location regression in az webapp up
2 parents 135ceed + 9e8c154 commit 012d7f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/app-service/containers/quickstart-python.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ In the *python-docs-hello-world* folder that contains the sample code, run the f
100100
```azurecli
101101
az webapp up --sku F1 -n <app-name>
102102
```
103+
> [!CAUTION]
104+
> If you are using **Azure-CLI version 2.5.0** there is a regression in `az webapp up` where certain scenarios will fail if the `-l <location-name>` parameter is not included. This issue being [tracked here](https://github.com/Azure/azure-cli/issues/13257).
105+
>
106+
>You can check what version of the Azure-CLI you are using with the `az --version` command.
107+
>
103108
104109
The `--sku F1` argument creates the web app on the Free pricing tier. You can omit this argument to use a premium tier instead, which incurs an hourly cost.
105110

0 commit comments

Comments
 (0)