Skip to content

Commit 258e4ce

Browse files
Merge pull request #287895 from duongau/afdqs
Azure Front Door - Quick Starts (update title for consistency)
2 parents 24a0ec9 + 25f167a commit 258e4ce

12 files changed

+55
-53
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Standard/Premium - Bicep'
3-
description: This quickstart describes how to create an Azure Front Door Standard/Premium using Bicep.
2+
title: 'Quickstart: Create an Azure Front Door using Bicep'
3+
description: This quickstart describes how to create an Azure Front Door using Bicep.
44
services: front-door
55
author: duongau
66
ms.author: duau
@@ -11,9 +11,9 @@ ms.custom: subject-armqs, mode-arm, devx-track-bicep
1111
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1212
---
1313

14-
# Quickstart: Create a Front Door Standard/Premium using Bicep
14+
# Quickstart: Create a Front Door using Bicep
1515

16-
This quickstart describes how to use Bicep to create an Azure Front Door Standard/Premium with a Web App as origin.
16+
This quickstart describes how to use Bicep to create an Azure Front Door with a Web App as origin.
1717

1818
[!INCLUDE [ddos-waf-recommendation](../../includes/ddos-waf-recommendation.md)]
1919

@@ -28,7 +28,7 @@ This quickstart describes how to use Bicep to create an Azure Front Door Standar
2828

2929
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/front-door-standard-premium-app-service-public/).
3030

31-
In this quickstart, you create a Front Door Standard/Premium, an App Service, and configure the App Service to validate that traffic comes through the Front Door origin.
31+
In this quickstart, you create an Azure Front Door profile, an Azure App Service, and configure the app service to validate that traffic comes through the Azure Front Door origin.
3232

3333
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.cdn/front-door-standard-premium-app-service-public/main.bicep":::
3434

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Standard/Premium - the Azure CLI'
3-
description: Learn how to create an Azure Front Door Standard/Premium using Azure CLI. Use Azure Front Door to deliver content to your global user base and protect your web apps against vulnerabilities.
2+
title: 'Quickstart: Create an Azure Front Door using Azure CLI'
3+
description: Learn how to create an Azure Front Door using Azure CLI. Use Azure Front Door to deliver content to your global user base and protect your web apps against vulnerabilities.
44
ms.topic: quickstart
55
author: duongau
66
ms.author: duau
@@ -9,9 +9,9 @@ ms.date: 6/30/2023
99
ms.custom: devx-track-azurecli
1010
---
1111

12-
# Quickstart: Create an Azure Front Door Standard/Premium - Azure CLI
12+
# Quickstart: Create an Azure Front Door using Azure CLI
1313

14-
In this quickstart, you learn how to create an Azure Front Door Standard/Premium profile using Azure CLI. You create this profile using two Web Apps as your origin, and add a WAF security policy. You can then verify connectivity to your Web Apps using the Azure Front Door endpoint hostname.
14+
In this quickstart, you learn how to create an Azure Front Door using Azure CLI. You create this profile using two Azure Web Apps as your origin, and add a WAF security policy. You can then verify connectivity to your Web Apps using the Azure Front Door endpoint hostname.
1515

1616
:::image type="content" source="media/quickstart-create-front-door/environment-diagram.png" alt-text="Diagram of Front Door deployment environment using the Azure CLI." border="false":::
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door profile - Azure portal'
2+
title: 'Quickstart: Create an Azure Front Door using the Azure portal'
33
description: This quickstart shows how to use Azure Front Door service for your highly available and high-performance global web application by using the Azure portal.
44
services: frontdoor
55
author: duongau
@@ -12,7 +12,7 @@ ms.custom: mode-ui
1212
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1313
---
1414

15-
# Quickstart: Create an Azure Front Door profile - Azure portal
15+
# Quickstart: Create an Azure Front Door using Azure portal
1616

1717
This quickstart guides you through the process of creating an Azure Front Door profile using the Azure portal. You have two options to create an Azure Front Door profile: Quick create and Custom create. The Quick create option allows you to configure the basic settings of your profile, while the Custom create option enables you to customize your profile with more advanced settings.
1818

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Standard/Premium - Azure PowerShell'
3-
description: Learn how to create an Azure Front Door Standard/Premium using Azure PowerShell. Use Azure Front Door to deliver content to your global user base and protect your web apps against vulnerabilities.
2+
title: 'Quickstart: Create an Azure Front Door using Azure PowerShell'
3+
description: Learn how to create an Azure Front Door using Azure PowerShell. Use Azure Front Door to deliver content to your global user base and protect your web apps against vulnerabilities.
44
services: front-door
55
author: duongau
66
ms.author: duau
@@ -11,9 +11,9 @@ ms.service: azure-frontdoor
1111
ms.custom: devx-track-azurepowershell, mode-api
1212
---
1313

14-
# Quickstart: Create an Azure Front Door Standard/Premium - Azure PowerShell
14+
# Quickstart: Create an Azure Front Door using Azure PowerShell
1515

16-
In this quickstart, you'll learn how to create an Azure Front Door Standard/Premium profile using Azure PowerShell. You'll create this profile using two Web Apps as your origin. You can then verify connectivity to your Web Apps using the Azure Front Door endpoint hostname.
16+
In this quickstart, you'll learn how to create an Azure Front Door profile using Azure PowerShell. You'll create this profile using two Web Apps as your origin. You can then verify connectivity to your Web Apps using the Azure Front Door endpoint hostname.
1717

1818
:::image type="content" source="media/quickstart-create-front-door/environment-diagram.png" alt-text="Diagram of Front Door deployment environment using the Azure PowerShell." border="false":::
1919

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Standard/Premium - ARM template'
3-
description: This quickstart describes how to create an Azure Front Door Standard/Premium using Azure Resource Manager template (ARM template).
2+
title: 'Quickstart: Create an Azure Front Door using an ARM template'
3+
description: This quickstart describes how to create an Azure Front Door using Azure Resource Manager template (ARM template).
44
services: front-door
55
author: duongau
66
ms.author: duau
@@ -11,9 +11,9 @@ ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1111
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1212
---
1313

14-
# Quickstart: Create a Front Door Standard/Premium using an ARM template
14+
# Quickstart: Create an Azure Front Door using an ARM template
1515

16-
This quickstart describes how to use an Azure Resource Manager template (ARM Template) to create an Azure Front Door Standard/Premium with a Web App as origin.
16+
This quickstart describes how to use an Azure Resource Manager template (ARM Template) to create an Azure Front Door with an Azure Web App as origin.
1717

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Standard/Premium profile using Terraform'
3-
description: This quickstart describes how to create an Azure Front Door Standard/Premium using Terraform.
2+
title: 'Quickstart: Create an Azure Front Door using Terraform'
3+
description: This quickstart describes how to create an Azure Front Door using Terraform.
44
services: front-door
55
author: johndowns
66
ms.author: jodowns
@@ -13,7 +13,7 @@ content_well_notification:
1313
ai-usage: ai-assisted
1414
---
1515

16-
# Quickstart: Create an Azure Front Door Standard/Premium profile using Terraform
16+
# Quickstart: Create an Azure Front Door using Terraform
1717

1818
This quickstart describes how to use Terraform to create a Front Door profile to set up high availability for a web endpoint.
1919

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Service - Bicep'
2+
title: 'Quickstart: Create an Azure Front Door (classic) using Bicep'
33
description: This quickstart describes how to create an Azure Front Door Service using Bicep.
44
services: front-door
55
author: duongau
66
ms.author: duau
7-
ms.date: 03/30/2022
7+
ms.date: 10/04/2024
88
ms.topic: quickstart
99
ms.service: azure-frontdoor
1010
ms.custom: subject-armqs, mode-arm, devx-track-bicep
1111
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1212
---
1313

14-
# Quickstart: Create a Front Door using Bicep
14+
# Quickstart: Create an Azure Front Door (classic) using Bicep
1515

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

18-
This quickstart describes how to use Bicep to create a Front Door to set up high availability for a web endpoint.
18+
This quickstart describes how to use Bicep to create an Azure Front Door (classic) to set up high availability for a web endpoint.
1919

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
title: 'Quickstart: Set up high availability with Azure Front Door - Azure CLI'
3-
description: This quickstart will show you how to use Azure Front Door to create a high availability and high-performance global web application using Azure CLI.
2+
title: 'Quickstart: Create an Azure Front Door (classic) using Azure CLI'
3+
description: This quickstart will show you how to use Azure Front Door (classic) to create a high availability and high-performance global web application using Azure CLI.
44
services: front-door
55
author: duongau
66
manager: KumudD
77
ms.service: azure-frontdoor
88
ms.topic: quickstart
9-
ms.date: 3/28/2023
9+
ms.date: 10/04/2024
1010
ms.author: duau
1111
ms.custom: mode-api, devx-track-azurecli
1212
ms.devlang: azurecli
1313
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1414
---
1515

16-
# Quickstart: Create a Front Door for a highly available global web application using Azure CLI
16+
# Quickstart: Create an Azure Front Door (classic) using Azure CLI
1717

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

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

22-
Get started with Azure Front Door by using Azure CLI to create a highly available and high-performance global web application.
22+
Get started with Azure Front Door (classic) by using Azure CLI to create a highly available and high-performance global web application.
2323

24-
The Front Door directs web traffic to specific resources in a backend pool. You defined the frontend domain, add resources to a backend pool, and create a routing rule. This article uses a simple configuration of one backend pool with a web app resource and a single routing rule using default path matching "/*".
24+
The Azure Front Door directs web traffic to specific resources in a backend pool. You defined the frontend domain, add resources to a backend pool, and create a routing rule. This article uses a simple configuration of one backend pool with a web app resource and a single routing rule using default path matching "/*".
2525

2626
:::image type="content" source="media/quickstart-create-front-door-cli/environment-diagram.png" alt-text="Diagram of Front Door deployment environment using the Azure CLI." border="false":::
2727

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: 'Quickstart: Set up high availability with Azure Front Door - Azure PowerShell'
2+
title: 'Quickstart: Create an Azure Front Door (classic) using Azure PowerShell'
33
description: This quickstart will show you how to use Azure Front Door to create a high availability and high-performance global web application using Azure PowerShell.
44
services: front-door
55
author: duongau
66
ms.author: duau
77
manager: KumudD
8-
ms.date: 04/19/2021
8+
ms.date: 10/04/2024
99
ms.topic: quickstart
1010
ms.service: azure-frontdoor
1111
ms.custom: devx-track-azurepowershell, mode-api
1212
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1313
---
1414

15-
# Quickstart: Create a Front Door for a highly available global web application using Azure PowerShell
15+
# Quickstart: Create an Azure Front Door (classic) using Azure PowerShell
1616

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

19-
Get started with Azure Front Door by using Azure PowerShell to create a highly available and high-performance global web application.
19+
Get started with Azure Front Door (classic) by using Azure PowerShell to create a highly available and high-performance global web application.
2020

21-
The Front Door directs web traffic to specific resources in a backend pool. You defined the frontend domain, add resources to a backend pool, and create a routing rule. This article uses a simple configuration of one backend pool with two web app resources and a single routing rule using default path matching "/*".
21+
The Azure Front Door directs web traffic to specific resources in a backend pool. You defined the frontend domain, add resources to a backend pool, and create a routing rule. This article uses a simple configuration of one backend pool with two web app resources and a single routing rule using default path matching "/*".
2222

2323
:::image type="content" source="media/quickstart-create-front-door/environment-diagram.png" alt-text="Diagram of Front Door environment diagram using PowerShell." border="false":::
2424

@@ -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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Service - ARM template'
3-
description: This quickstart describes how to create an Azure Front Door Service by using Azure Resource Manager template (ARM template).
2+
title: 'Quickstart: Create an Azure Front Door (classic) using ARM template'
3+
description: This quickstart describes how to create an Azure Front Door (classic) by using an Azure Resource Manager template (ARM template).
44
services: front-door
55
author: duongau
66
ms.author: duau
7-
ms.date: 09/14/2020
7+
ms.date: 10/04/2024
88
ms.topic: quickstart
99
ms.service: azure-frontdoor
1010
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1111
#Customer intent: As an IT admin, I want to direct user traffic to ensure high availability of web applications.
1212
---
1313

14-
# Quickstart: Create a Front Door using an ARM template
14+
# Quickstart: Create an Azure Front Door (classic) using an 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 a Front Door 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

0 commit comments

Comments
 (0)