Skip to content

Commit 42a6a92

Browse files
Merge pull request #210142 from Harikrishnan-M-B/patch-5
Update create-front-door-cli.md
2 parents b00ab32 + f1b8930 commit 42a6a92

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/frontdoor/create-front-door-cli.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,19 @@ Run [az appservice plan create](/cli/azure/appservice/plan#az-appservice-plan-cr
5656
```azurecli-interactive
5757
az appservice plan create \
5858
--name myAppServicePlanCentralUS \
59-
--resource-group myRGFD
59+
--resource-group myRGFD \
60+
--location centralus
6061
```
6162
```azurecli-interactive
6263
az appservice plan create \
6364
--name myAppServicePlanEastUS \
64-
--resource-group myRGFD
65+
--resource-group myRGFD \
66+
--location eastus
6567
```
6668

6769
### Create web apps
6870

69-
Run [az webapp create](/cli/azure/webapp#az-webapp-create&preserve-view=true) to create a web app in each of the app service plans in the previous step. Web app names have to be globally unique.
71+
Run [az webapp create](/cli/azure/webapp#az-webapp-create) to create a web app in each of the app service plans in the previous step. Web app names have to be globally unique.
7072

7173
```azurecli-interactive
7274
az webapp create \

0 commit comments

Comments
 (0)