Skip to content

Commit 39527a2

Browse files
committed
simplify az webapp up
1 parent 34995c9 commit 39527a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/tutorial-python-postgresql-app-sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In this section, you create the App Service app. You will connect this app to th
191191
<!-- --resource-group is not respected at all -->
192192

193193
```azurecli
194-
az webapp up --location westus --plan myAppServicePlan --sku B1 --name <app-name>
194+
az webapp up --plan myAppServicePlan --sku B1 --name <app-name>
195195
```
196196
<!-- !!! without --sku creates PremiumV2 plan!! -->
197197

0 commit comments

Comments
 (0)