You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/front-door-custom-domain-https.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
services: frontdoor
5
5
documentationcenter: ''
6
6
author: duongau
@@ -12,12 +12,12 @@ ms.topic: tutorial
12
12
ms.date: 06/06/2022
13
13
ms.author: duau
14
14
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.
16
16
---
17
17
18
-
# Tutorial: Configure HTTPS on a Front Door custom domain
18
+
# Tutorial: Configure HTTPS on a Front Door (classic) custom domain
19
19
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.
21
21
22
22
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.
23
23
@@ -93,7 +93,8 @@ You can use your own certificate to enable the HTTPS feature. This process is do
93
93
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.
94
94
95
95
> [!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.
0 commit comments