Skip to content

Commit d57aacb

Browse files
authored
update with classic information
1 parent 89c1b97 commit d57aacb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/frontdoor/front-door-custom-domain-https.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial - Configure HTTPS on a custom domain for Azure Front Door | Microsoft Docs
3-
description: In this tutorial, you learn how to enable and disable HTTPS on your Azure Front Door configuration for a custom domain.
2+
title: Tutorial - Configure HTTPS on a custom domain for Azure Front Door (classic) | Microsoft Docs
3+
description: In this tutorial, you learn how to enable and disable HTTPS on your Azure Front Door (classic) configuration for a custom domain.
44
services: frontdoor
55
documentationcenter: ''
66
author: duongau
@@ -12,12 +12,12 @@ ms.topic: tutorial
1212
ms.date: 06/06/2022
1313
ms.author: duau
1414
ms.custom: devx-track-azurepowershell
15-
#Customer intent: As a website owner, I want to enable HTTPS on the custom domain in my Front Door so that my users can use my custom domain to access their content securely.
15+
#Customer intent: As a website owner, I want to enable HTTPS on the custom domain in my Front Door (classic) so that my users can use my custom domain to access their content securely.
1616
---
1717

18-
# Tutorial: Configure HTTPS on a Front Door custom domain
18+
# Tutorial: Configure HTTPS on a Front Door (classic) custom domain
1919

20-
This tutorial shows how to enable the HTTPS protocol for a custom domain that's associated with your Front Door under the frontend hosts section. By using the HTTPS protocol on your custom domain (for example, https:\//www.contoso.com), you ensure that your sensitive data is delivered securely via TLS/SSL encryption when it's sent across the internet. When your web browser is connected to a web site via HTTPS, it validates the web site's security certificate and verifies it's issued by a legitimate certificate authority. This process provides security and protects your web applications from attacks.
20+
This tutorial shows how to enable the HTTPS protocol for a custom domain that's associated with your Front Door (classic) under the frontend hosts section. By using the HTTPS protocol on your custom domain (for example, https:\//www.contoso.com), you ensure that your sensitive data is delivered securely via TLS/SSL encryption when it's sent across the internet. When your web browser is connected to a web site via HTTPS, it validates the web site's security certificate and verifies it's issued by a legitimate certificate authority. This process provides security and protects your web applications from attacks.
2121

2222
Azure Front Door supports HTTPS on a Front Door default hostname, by default. For example, if you create a Front Door (such as `https://contoso.azurefd.net`), HTTPS is automatically enabled for requests made to `https://contoso.azurefd.net`. However, once you onboard the custom domain 'www.contoso.com' you'll need to additionally enable HTTPS for this frontend host.
2323

@@ -93,7 +93,8 @@ You can use your own certificate to enable the HTTPS feature. This process is do
9393
Register the service principal for Azure Front Door as an app in your Azure Active Directory (Azure AD) by using Azure PowerShell or the Azure CLI.
9494

9595
> [!NOTE]
96-
> This action requires you to have Global Administrator permissions in Azure AD. The registration only needs to be performed **once per Azure AD tenant**.
96+
> * This action requires you to have Global Administrator permissions in Azure AD. The registration only needs to be performed **once per Azure AD tenant**.
97+
> * Azure Front Door (classic) has a different *Application Id* than Azure Front Door Standard/Premium tier.
9798
9899
##### Azure PowerShell
99100

0 commit comments

Comments
 (0)