Skip to content

Commit 4b970d7

Browse files
authored
pencil edits
Line 43: a resource groups > a resource group Line 61: an app service plans > an app service plan Line 73: inthe > in the
1 parent 6d932ef commit 4b970d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you choose to install and use the CLI locally, this quickstart requires Azure
4040

4141
In Azure, you allocate related resources to a resource group. You can either use an existing resource group or create a new one.
4242

43-
For this quickstart, you need a resource groups in *Central US*.
43+
For this quickstart, you need a resource group in *Central US*.
4444

4545
Create a resource group with [az group create](/cli/azure/group#az-group-create):
4646

@@ -58,7 +58,7 @@ If you don't already have a web app, use the following script to set up two exam
5858

5959
### Create app service plans
6060

61-
Before you can create the web app you will need an app service plans in *Central US*.
61+
Before you can create the web app you will need an app service plan in *Central US*.
6262

6363
Create app service plans with [az appservice plan create](/cli/azure/appservice/plan#az-appservice-plan-create&preserve-view=true):
6464

@@ -70,7 +70,7 @@ az appservice plan create \
7070

7171
### Create web apps
7272

73-
Running the following commands will create a web app inthe app service plans in the previous step. Web app names have to be globally unique.
73+
Running the following commands will create a web app in the app service plans in the previous step. Web app names have to be globally unique.
7474

7575
Create web app with [az webapp create](/cli/azure/webapp#az-webapp-create&preserve-view=true):
7676

0 commit comments

Comments
 (0)