Skip to content

Commit 8f7bb02

Browse files
Peer feedback and final acrolynx.
1 parent 88de1ed commit 8f7bb02

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ In this quickstart, Azure Front Door pools two instances of a web application th
2828

2929
## Create two instances of a web app
3030

31-
This quickstart requires two instances of a web application that run in different Azure regions. Both the web application instances run in *Active/Active* mode, so either of them can take traffic at any time. This configuration differs from an *Active/Stand-By* configuration, where one acts as a failover.
31+
This quickstart requires two instances of a web application that run in different Azure regions. Both the web application instances run in *Active/Active* mode, so either one can take traffic. This configuration differs from an *Active/Stand-By* configuration, where one acts as a failover.
3232

33-
If you don't already have them, use the following steps to set up example web apps.
33+
If you don't already have a web app, use the following steps to set up example web apps.
3434

3535
1. Sign in to the Azure portal at https://portal.azure.com.
3636

@@ -44,17 +44,17 @@ If you don't already have them, use the following steps to set up example web ap
4444

4545
1. For **Resource Group**, select **Create new**. Enter *FrontDoorQS_rg1* for the **Name** and select **OK**.
4646

47-
1. Under **Instance Details**, enter a unique **Name** for your web app, *WebAppContoso-1* in this example.
47+
1. Under **Instance Details**, enter a unique **Name** for your web app. This example uses *WebAppContoso-1*.
4848

4949
1. Select a **Runtime stack**, in this example, *.NET Core 2.1 (LTS)*.
5050

5151
1. Select a region, such as *Central US*.
5252

5353
1. For **Windows Plan**, select **Create new**. Enter *myAppServicePlanCentralUS* for **Name** and select **OK**.
5454

55-
1. Be sure that the **Sku and size** is **Standard S1 100 total ACU, 1.75 GB memory**. Select **Review + create**.
55+
1. Be sure that the **Sku and size** is **Standard S1 100 total ACU, 1.75 GB memory**.
5656

57-
1. Review the **Summary**, then select **Create**. It may take several minutes for the deployment to complete.
57+
1. Select **Review + create**, review the **Summary**, and then select **Create**. It might take several minutes for the deployment to complete.
5858

5959
![Review summary for web app](media/quickstart-create-front-door/summary-for-web-app-for-front-door.png)
6060

@@ -131,7 +131,7 @@ To test instant global failover in action, try the following steps:
131131
1. Refresh your browser. You should see the same information page.
132132

133133
>[!TIP]
134-
>There is a little bit of delay for these actions. You may need to refresh again.
134+
>There is a little bit of delay for these actions. You might need to refresh again.
135135
136136
1. Find the other web app, and stop it as well.
137137

@@ -141,11 +141,11 @@ To test instant global failover in action, try the following steps:
141141

142142
## Clean up resources
143143

144-
After you're done, you can remove all the items you created. Delete the resource groups, which deletes their contents. If you don't intend to use this Front Door, you should remove resources to avoid unnecessary charges.
144+
After you're done, you can remove all the items you created. Deleting a resource group also deletes its contents. If you don't intend to use this Front Door, you should remove resources to avoid unnecessary charges.
145145

146146
1. In the Azure portal, search for and select **Resource groups**, or select **Resource groups** from the Azure portal menu.
147147

148-
1. Filter or scroll down to find a resource group such as **FrontDoorQS_rg0**.
148+
1. Filter or scroll down to find a resource group, such as **FrontDoorQS_rg0**.
149149

150150
1. Select the resource group, then select **Delete resource group**.
151151

@@ -158,7 +158,7 @@ Repeat the procedure for the other two groups.
158158

159159
## Next steps
160160

161-
Advance to the next article to learn how add a custom domain to your Front Door.
161+
Advance to the next article to learn how to add a custom domain to your Front Door.
162162
> [!div class="nextstepaction"]
163163
> [Add a custom domain](front-door-custom-domain.md)
164164

0 commit comments

Comments
 (0)