Skip to content

Commit 5384275

Browse files
authored
Making Acrolinx changes
1 parent 8cc7938 commit 5384275

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ An Azure account with an active subscription. [Create an account for free](https
6666

6767
In the previous tutorial, you created an Azure Front Door profile through *Quick create*, which created your profile with basic configurations.
6868

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.
7070

7171
### Create two Web App instances
7272

7373
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).
7474

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.
7676

7777
Use the following steps to create two Web Apps used in this example.
7878

@@ -98,7 +98,7 @@ Use the following steps to create two Web Apps used in this example.
9898

9999
1. Select **Review + create**, review the summary, and then select **Create**. Deployment of the Web App can take up to a minute.
100100

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:
102102

103103
| Setting | Description |
104104
|--|--|
@@ -109,7 +109,7 @@ Use the following steps to create two Web Apps used in this example.
109109

110110
### Create a Front Door for your application
111111

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.
113113

114114
1. Sign in to the [Azure portal](https://portal.azure.com).
115115

0 commit comments

Comments
 (0)