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/create-front-door-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@ An Azure account with an active subscription. [Create an account for free](https
66
66
67
67
In the previous tutorial, you created an Azure Front Door profile through *Quick create*, which created your profile with basic configurations.
68
68
69
-
You will know create an Azure Front Door profile using *Custom create* and deploy two App services that your Azure Front Door profile will use as your origin.
69
+
You'll now create an Azure Front Door profile using *Custom create* and deploy two App services that your Azure Front Door profile will use as your origin.
70
70
71
71
### Create two Web App instances
72
72
73
73
If you already have services to use as an origin, skip to [create a Front Door for your application](#create-a-front-door-for-your-application).
74
74
75
-
In this example, we create two Web App instances that is deployed in two different Azure regions. Both web application instances will run in *Active/Active* mode, so either one can service incoming traffic. This configuration differs from an *Active/Stand-By* configuration, where one acts as a failover.
75
+
In this example, we create two Web App instances that are deployed in two different Azure regions. Both web application instances will run in *Active/Active* mode, so either one can service incoming traffic. This configuration differs from an *Active/Stand-By* configuration, where one acts as a failover.
76
76
77
77
Use the following steps to create two Web Apps used in this example.
78
78
@@ -98,7 +98,7 @@ Use the following steps to create two Web Apps used in this example.
98
98
99
99
1. Select **Review + create**, review the summary, and then select **Create**. Deployment of the Web App can take up to a minute.
100
100
101
-
1. After your create the first Web App, create a second Web App. Use the same settings as above, except for the following settings:
101
+
1. After you create the first Web App, create a second Web App. Use the same settings as above, except for the following settings:
102
102
103
103
| Setting | Description |
104
104
|--|--|
@@ -109,7 +109,7 @@ Use the following steps to create two Web Apps used in this example.
109
109
110
110
### Create a Front Door for your application
111
111
112
-
Configure Azure Front Door to direct user traffic based on lowest latency between the two Web Apps origins. You will also secure your Azure Front Door with a Web Application Firewall (WAF) policy.
112
+
Configure Azure Front Door to direct user traffic based on lowest latency between the two Web Apps origins. You'll also secure your Azure Front Door with a Web Application Firewall (WAF) policy.
113
113
114
114
1. Sign in to the [Azure portal](https://portal.azure.com).
0 commit comments