Skip to content

Commit 44f4d06

Browse files
committed
update title
1 parent 5b33f0d commit 44f4d06

6 files changed

+26
-26
lines changed

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: 5 additions & 5 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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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 Azre 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Create an Azure Front Door (classic) using Terraform'
3-
description: This quickstart describes how to create an Azure Front Door Service using Terraform.
3+
description: This quickstart describes how to create an Azure Front Door (classic) using Terraform.
44
services: front-door
55
author: johndowns
66
ms.author: jodowns
@@ -17,7 +17,7 @@ ai-usage: ai-assisted
1717

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

20-
This quickstart describes how to use Terraform to create a Front Door (classic) profile to set up high availability for a web endpoint.
20+
This quickstart describes how to use Terraform to create an Azure Front Door (classic) profile to set up high availability for a web endpoint.
2121

2222
In this article, you learn how to:
2323

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: How to use Azure Front Door Service to enable high availability - Azure portal'
3-
description: In this quickstart, you learn how to use the Azure portal to set up Azure Front Door Service for your web application that requires high availability and high performance across the globe.
2+
title: 'Quickstart: Create an Azure Front Door (classic) using the Azure portal'
3+
description: In this quickstart, you learn how to use the Azure portal to set up Azure Front Door (classic) for your web application that requires high availability and high performance across the globe.
44
services: front-door
55
author: duongau
66
ms.author: duau
@@ -12,11 +12,11 @@ ms.custom: template-tutorial, mode-ui, engagement-fy23
1212
#Customer intent: As an IT admin, I want to manage user traffic to ensure high availability of web applications.
1313
---
1414

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

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

19-
This quickstart shows you how to use the Azure portal to set up high availability for a web application with Azure Front Door. You create a Front Door configuration that distributes traffic across two instances of a web application running in different Azure regions. The configuration uses equal weighted and same priority backends, which means that Azure Front Door directs traffic to the closest available site that hosts the application. Azure Front Door also monitors the health of the web application and performs automatic failover to the next nearest site if the closest site is down.
19+
This quickstart shows you how to use the Azure portal to set up high availability for a web application with Azure Front Door (classic). You create an Azure Front Door (classic) configuration that distributes traffic across two instances of a web application running in different Azure regions. The configuration uses equal weighted and same priority backends, which means that Azure Front Door directs traffic to the closest available site that hosts the application. Azure Front Door also monitors the health of the web application and performs automatic failover to the next nearest site if the closest site is down.
2020

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

0 commit comments

Comments
 (0)