Skip to content

Commit 6243792

Browse files
committed
acrolinx checks
1 parent b72322e commit 6243792

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ Once the deployment is successful, you can test it by following the steps in the
151151

152152
## Test the Front Door
153153

154-
Run the follow commands to obtain the hostname for the Front Door.
154+
Run the following commands to obtain the hostname for the Front Door.
155155

156156
```azurepowershell-interactive
157157
# Gets Front Door in resource group and output the hostname of the frontend domain.
158158
$fd = Get-AzFrontDoor -ResourceGroupName myResourceGroupFD
159159
$fd.FrontendEndpoints[0].Hostname
160160
```
161161

162-
Open a web browser and enter the hostname obtain from the commands. The Front Door will direct your request to one of the backend resources.
162+
Open a web browser and enter the hostname obtain from the commands. Azure Front Door directs your request to one of the backend resources.
163163

164164
:::image type="content" source="./media/quickstart-create-front-door-powershell/front-door-test-page.png" alt-text="Front Door test page":::
165165

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1515

1616
[!INCLUDE [Azure Front Door (classic) retirement notice](../../includes/front-door-classic-retirement.md)]
1717

18-
This quickstart describes how to use an Azure Resource Manager template (ARM Template) to create an Azre Front Door (classic) to set up high availability for a web endpoint.
18+
This quickstart describes how to use an Azure Resource Manager template (ARM Template) to create an Azure Front Door (classic) to set up high availability for a web endpoint.
1919

2020
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2121

22-
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
22+
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template opens in the Azure portal.
2323

2424
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.network%2Ffront-door-create-basic%2Fazuredeploy.json":::
2525

@@ -32,7 +32,7 @@ If your environment meets the prerequisites and you're familiar with using ARM t
3232

3333
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/front-door-create-basic).
3434

35-
In this quickstart, you'll create a Front Door configuration with a single backend and a single default path matching `/*`.
35+
In this quickstart, you create a Front Door configuration with a single backend and a single default path matching `/*`.
3636

3737
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/front-door-create-basic/azuredeploy.json":::
3838

@@ -86,7 +86,7 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
8686
8787
1. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
8888
89-
1. Select the Front Door you created previously and click on the **Frontend host** link. The link will open a web browser redirecting you to your backend FQDN you defined during creation.
89+
1. Select the Front Door you created previously and select on the **Frontend host** link. The link opens a web browser redirecting you to your backend FQDN you defined during creation.
9090
9191
:::image type="content" source="./media/quickstart-create-front-door-template/front-door-overview.png" alt-text="Front Door portal overview":::
9292

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This quickstart shows you how to use the Azure portal to set up high availabilit
2626

2727
## Create two instances of a web app
2828

29+
[test](front-door-diagnostics.md#access-log)
30+
2931
To complete this quickstart, you need two instances of a web application running in different Azure regions. The web application instances operate in *Active/Active* mode, which means that they can both handle traffic simultaneously. This setup is different from *Active/Stand-By* mode, where one instance serves as a backup for the other.
3032

3133
To follow this quickstart, you need two web apps that run in different Azure regions. If you don't have them already, you can use these steps to create example web apps.

0 commit comments

Comments
 (0)