You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/quickstart-create-front-door.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ In this quickstart, Azure Front Door pools two instances of a web application th
28
28
29
29
## Create two instances of a web app
30
30
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.
32
32
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.
34
34
35
35
1. Sign in to the Azure portal at https://portal.azure.com.
36
36
@@ -44,17 +44,17 @@ If you don't already have them, use the following steps to set up example web ap
44
44
45
45
1. For **Resource Group**, select **Create new**. Enter *FrontDoorQS_rg1* for the **Name** and select **OK**.
46
46
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*.
48
48
49
49
1. Select a **Runtime stack**, in this example, *.NET Core 2.1 (LTS)*.
50
50
51
51
1. Select a region, such as *Central US*.
52
52
53
53
1. For **Windows Plan**, select **Create new**. Enter *myAppServicePlanCentralUS* for **Name** and select **OK**.
54
54
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**.
56
56
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.
58
58
59
59

60
60
@@ -131,7 +131,7 @@ To test instant global failover in action, try the following steps:
131
131
1. Refresh your browser. You should see the same information page.
132
132
133
133
>[!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.
135
135
136
136
1. Find the other web app, and stop it as well.
137
137
@@ -141,11 +141,11 @@ To test instant global failover in action, try the following steps:
141
141
142
142
## Clean up resources
143
143
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.
145
145
146
146
1. In the Azure portal, search for and select **Resource groups**, or select **Resource groups** from the Azure portal menu.
147
147
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**.
149
149
150
150
1. Select the resource group, then select **Delete resource group**.
151
151
@@ -158,7 +158,7 @@ Repeat the procedure for the other two groups.
158
158
159
159
## Next steps
160
160
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.
162
162
> [!div class="nextstepaction"]
163
163
> [Add a custom domain](front-door-custom-domain.md)
0 commit comments