Skip to content

Commit 2355e02

Browse files
authored
Merge pull request #287927 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 8528663 + e98f46f commit 2355e02

28 files changed

+370
-278
lines changed

articles/frontdoor/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@
384384
href: ../web-application-firewall/afds/waf-front-door-configure-ip-restriction.md?toc=/azure/frontdoor/toc.json
385385
- name: Troubleshoot
386386
items:
387+
- name: Troubleshooting with RefString
388+
href: refstring.md
387389
- name: Troubleshooting Front Door issues
388390
href: troubleshoot-issues.md
389391
- name: Troubleshooting Front Door performance issues

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

957 KB
Loading
502 KB
Loading
484 KB
Loading

0 commit comments

Comments
 (0)