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
@@ -87,7 +87,7 @@ Savings plan purchases can't be canceled or refunded.
87
87
88
88
## Charges covered by savings plan
89
89
90
-
- Virtual Machines - A savings plan only covers the virtual machine compute costs. It doesn't cover other software, Windows, networking, or storage charges. Virtual machines don't include BareMetal Infrastructure, A, G, and GS series. Spot VMs aren't covered by savings plans.
90
+
- Virtual Machines - A savings plan only covers the virtual machine compute costs. It doesn't cover other software, Windows, networking, or storage charges. Virtual machines don't include BareMetal Infrastructure or the Av1 series. Spot VMs aren't covered by savings plans.
91
91
- Azure Dedicated Hosts - Only the compute costs are included with the dedicated hosts.
Copy file name to clipboardExpand all lines: articles/frontdoor/front-door-custom-domain.md
+16-22Lines changed: 16 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,21 @@
1
1
---
2
-
title: 'Tutorial: Add custom domain to your Azure Front Door configuration'
3
-
description: In this tutorial, you learn how to onboard a custom domain to Azure Front Door.
2
+
title: 'Add a custom domain to Azure Front Door'
3
+
description: In this article, you learn how to onboard a custom domain to Azure Front Door.
4
4
services: frontdoor
5
-
author: jessie-jyy
5
+
author: duongau
6
6
ms.service: frontdoor
7
7
ms.workload: infrastructure-services
8
-
ms.topic: tutorial
9
-
ms.date: 04/12/2021
10
-
ms.author: yuajia
8
+
ms.topic: how-to
9
+
ms.date: 04/04/2023
10
+
ms.author: duau
11
11
#Customer intent: As a website owner, I want to add a custom domain to my Front Door configuration so that my users can use my custom domain to access my content.
12
12
---
13
13
14
-
# Tutorial: Add a custom domain to your Front Door
14
+
# Add a custom domain to Azure Front Door
15
15
16
-
This tutorial shows how to add a custom domain to your Front Door. When you use Azure Front Door for application delivery, a custom domain is necessary if you would like your own domain name to be visible in your end-user request. Having a visible domain name can be convenient for your customers and useful for branding purposes.
16
+
This article shows how to add a custom domain to your Front Door. When you use Azure Front Door for application delivery, a custom domain is necessary if you want your own domain name to be visible in your end-user request. Having a visible domain name can be convenient for your customers and useful for branding purposes.
17
17
18
-
After you create a Front Door, the default frontend host, which is a subdomain of `azurefd.net`, is included in the URL for delivering Front Door content from your backend by default (for example, https:\//contoso-frontend.azurefd.net/activeusers.htm). For your convenience, Azure Front Door provides the option of associating a custom domain with the default host. With this option, you deliver your content with a custom domain in your URL instead of a Front Door owned domain name (for example, https:\//www.contoso.com/photo.png).
19
-
20
-
In this tutorial, you learn how to:
21
-
> [!div class="checklist"]
22
-
> - Create a CNAME DNS record.
23
-
> - Associate the custom domain with your Front Door.
24
-
> - Verify the custom domain.
18
+
After you create a Front Door profile, the default frontend host is a subdomain of `azurefd.net`. This name is included in the URL for delivering Front Door content to your backend by default. For example, `https://contoso-frontend.azurefd.net`. For your convenience, Azure Front Door provides the option to associate a custom domain to the endpoint. With this capability, you can deliver your content with your URL instead of the Front Door default domain name such as, `https://www.contoso.com/photo.png`.
@@ -39,16 +33,16 @@ In this tutorial, you learn how to:
39
33
40
34
## Create a CNAME DNS record
41
35
42
-
Before you can use a custom domain with your Front Door, you must first create a canonical name (CNAME) record with your domain provider to point to your Front Door's default frontend host (say contoso.azurefd.net). A CNAME record is a type of DNS record that maps a source domain name to a destination domain name. For Azure Front Door, the source domain name is your custom domain name and the destination domain name is your Front Door default hostname. After Front Door verifies the CNAME record that you create, traffic addressed to the source custom domain (such as www\.contoso.com) is routed to the specified destination Front Door default frontend host (such as contoso-frontend.azurefd.net).
36
+
Before you can use a custom domain with your Front Door, you must first create a canonical name (CNAME) record with your domain provider to point to the Front Door default frontend host. A CNAME record is a type of DNS record that maps a source domain name to a destination domain name. In Azure Front Door, the source domain name is your custom domain name and the destination domain name is your Front Door default hostname. Once Front Door verifies the CNAME record gets created, traffic to the source custom domain gets routed to the specified destination Front Door default frontend host.
43
37
44
38
A custom domain and its subdomain can be associated with only a single Front Door at a time. However, you can use different subdomains from the same custom domain for different Front Doors by using multiple CNAME records. You can also map a custom domain with different subdomains to the same Front Door.
45
39
46
40
47
41
## Map the temporary afdverify subdomain
48
42
49
-
When you map an existing domain that is in production, there are special considerations. While you're registering your custom domain in the Azure portal, a brief period of downtime for the domain can occur. To avoid interruption of web traffic, first map your custom domain to your Front Door default frontend host with the Azure afdverify subdomain to create a temporary CNAME mapping. With this method, users can access your domain without interruption while the DNS mapping occurs.
43
+
When you map an existing domain that is in production, there are things consider. While you're registering your custom domain in the Azure portal, a brief period of downtime for the domain may occur. To avoid interruption of web traffic, map your custom domain to your Front Door default frontend host with the Azure afdverify subdomain first to create a temporary CNAME mapping. Your users can access your domain without interruption when the DNS mapping occurs.
50
44
51
-
Otherwise, if you're using your custom domain for the first time and no production traffic is running on it, you can directly map your custom domain to your Front Door. continue to [Map the permanent custom domain](#map-the-permanent-custom-domain).
45
+
If you're using your custom domain for the first time with no production traffic, you can directly map your custom domain to your Front Door. You can skip ahead to [Map the permanent custom domain](#map-the-permanent-custom-domain).
52
46
53
47
To create a CNAME record with the afdverify subdomain:
54
48
@@ -105,13 +99,13 @@ After you've registered your custom domain, you can then add it to your Front Do
105
99
106
100
3. Specify **Custom domain**.
107
101
108
-
4. For **Frontend host**, the frontend host to use as the destination domain of your CNAME record is pre-filled and is derived from your Front Door: *<default hostname>*.azurefd.net. It cannot be changed.
102
+
4. For **Frontend host**, the frontend host to use as the destination domain of your CNAME record is predetermined and is derived from your Front Door: *<default hostname>*.azurefd.net. It can't be changed.
109
103
110
104
5. For **Custom hostname**, enter your custom domain, including the subdomain, to use as the source domain of your CNAME record. For example, www\.contoso.com or cdn.contoso.com. Don't use the afdverify subdomain name.
111
105
112
106
6. Select **Add**.
113
107
114
-
Azure verifies that the CNAME record exists for the custom domain name you entered. If the CNAME is correct, your custom domain will be validated.
108
+
Azure verifies that the CNAME record exists for the custom domain name you entered. If the CNAME is correct, your custom domain gets validated.
115
109
116
110
>[!WARNING]
117
111
> You **must** ensure that each of the frontend hosts (including custom domains) in your Front Door has a routing rule with a default path ('/\*') associated with it. That is, across all of your routing rules there must be at least one routing rule for each of your frontend hosts defined at the default path ('/\*'). Failing to do so, may result in your end-user traffic not getting routed correctly.
@@ -125,7 +119,7 @@ In your browser, navigate to the address of the file by using the custom domain.
125
119
126
120
## Map the permanent custom domain
127
121
128
-
If you've verified that the afdverify subdomain has been successfully mapped to your Front Door (or if you're using a new custom domain that isn't in production), you can then map the custom domain directly to your default Front Door frontend host.
122
+
If you've verified that the afdverify subdomain has been successfully mapped to your Front Door, you can then map the custom domain directly to your default Front Door frontend host.
129
123
130
124
To create a CNAME record for your custom domain:
131
125
@@ -190,7 +184,7 @@ In the preceding steps, you added a custom domain to a Front Door. If you no lon
190
184
191
185
2. In your Front Door designer, select the custom domain that you want to remove.
192
186
193
-
3. Select **Delete** from the context menu for the custom domain. The custom domain will now disassociate from your endpoint.
187
+
3. Select **Delete** from the context menu for the custom domain. The custom domain is removed from your endpoint.
0 commit comments