Skip to content

Commit 90c5305

Browse files
authored
Merge pull request #127179 from cephalin/pr#126463
update custom domain docs
2 parents fd7ba0f + aab6734 commit 90c5305

13 files changed

+57
-73
lines changed

articles/app-service/app-service-web-tutorial-custom-domain.md

Lines changed: 45 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: app service, azure app service, domain mapping, domain name, existing
66
ms.assetid: dc446e0e-0958-48ea-8d99-441d2b947a7c
77
ms.devlang: nodejs
88
ms.topic: tutorial
9-
ms.date: 08/13/2020
9+
ms.date: 08/25/2020
1010
ms.custom: mvc, seodec18
1111
---
1212

@@ -134,38 +134,34 @@ After you add the CNAME and TXT records, the DNS records page looks like the fol
134134

135135
#### Enable the CNAME record mapping in Azure
136136

137-
In the left navigation of the app page in the Azure portal, select **Custom domains**.
138-
139-
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
140-
141-
In the **Custom domains** page of the app, add the fully qualified custom DNS name (`www.contoso.com`) to the list.
137+
1. In the left navigation of the app page in the Azure portal, select **Custom domains**.
142138

143-
Select the **+** icon next to **Add custom domain**.
139+
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
144140

145-
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
141+
1. In the **Custom domains** page of the app, add the fully qualified custom DNS name (`www.contoso.com`) to the list.
146142

147-
Type the fully qualified domain name that you added a CNAME record for, such as `www.contoso.com`.
143+
1. Select **Add custom domain**.
148144

149-
Select **Validate**.
145+
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
150146

151-
The **Add custom domain** page is shown.
147+
1. Type the fully qualified domain name that you added a CNAME record for, such as `www.contoso.com`.
152148

153-
Make sure that **Hostname record type** is set to **CNAME (www\.example.com or any subdomain)**.
149+
1. Select **Validate**. The **Add custom domain** page is shown.
154150

155-
Select **Add custom domain**.
151+
1. Make sure that **Hostname record type** is set to **CNAME (www\.example.com or any subdomain)**. Select **Add custom domain**.
156152

157-
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname.png)
153+
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname.png)
158154

159-
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
155+
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
160156

161-
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added.png)
157+
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added.png)
162158

163-
> [!NOTE]
164-
> A **Not Secure** label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
159+
> [!NOTE]
160+
> A warning label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
165161
166-
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
162+
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
167163

168-
![Verification error](./media/app-service-web-tutorial-custom-domain/verification-error-cname.png)
164+
![Verification error](./media/app-service-web-tutorial-custom-domain/verification-error-cname.png)
169165

170166
<a name="a" aria-hidden="true"></a>
171167

@@ -219,33 +215,29 @@ When the records are added, the DNS records page looks like the following exampl
219215

220216
Back in the app's **Custom domains** page in the Azure portal, add the fully qualified custom DNS name (for example, `contoso.com`) to the list.
221217

222-
Select the **+** icon next to **Add custom domain**.
223-
224-
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
225-
226-
Type the fully qualified domain name that you configured the A record for, such as `contoso.com`.
227-
228-
Select **Validate**.
218+
1. Select **Add custom domain**.
229219

230-
The **Add custom domain** page is shown.
220+
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
231221

232-
Make sure that **Hostname record type** is set to **A record (example.com)**.
222+
1. Type the fully qualified domain name that you configured the A record for, such as `contoso.com`.
233223

234-
Select **Add custom domain**.
224+
1. Select **Validate**. The **Add custom domain** page is shown.
235225

236-
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name.png)
226+
1. Make sure that **Hostname record type** is set to **A record (example.com)**. Select **Add custom domain**.
237227

238-
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
228+
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name.png)
239229

240-
![A record added](./media/app-service-web-tutorial-custom-domain/a-record-added.png)
230+
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
241231

242-
> [!NOTE]
243-
> A **Not Secure** label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
244-
245-
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
246-
247-
![Verification error](./media/app-service-web-tutorial-custom-domain/verification-error.png)
232+
![A record added](./media/app-service-web-tutorial-custom-domain/a-record-added.png)
248233

234+
> [!NOTE]
235+
> A warning label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
236+
237+
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
238+
239+
![Verification error](./media/app-service-web-tutorial-custom-domain/verification-error.png)
240+
249241
<a name="wildcard" aria-hidden="true"></a>
250242

251243
### Map a wildcard domain
@@ -275,33 +267,31 @@ When the CNAME is added, the DNS records page looks like the following example:
275267

276268
You can now add any subdomain that matches the wildcard name to the app (for example, `sub1.contoso.com`, `sub2.contoso.com` and `*.contoso.com` both match `*.contoso.com`).
277269

278-
In the left navigation of the app page in the Azure portal, select **Custom domains**.
279-
280-
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
281-
282-
Select the **+** icon next to **Add custom domain**.
270+
1. In the left navigation of the app page in the Azure portal, select **Custom domains**.
283271

284-
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
272+
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
285273

286-
Type a fully qualified domain name that matches the wildcard domain (for example, `sub1.contoso.com`), and then select **Validate**.
274+
1. Select **Add custom domain**.
287275

288-
The **Add custom domain** button is activated.
276+
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
289277

290-
Make sure that **Hostname record type** is set to **CNAME record (www\.example.com or any subdomain)**.
278+
1. Type a fully qualified domain name that matches the wildcard domain (for example, `sub1.contoso.com`), and then select **Validate**.
291279

292-
Select **Add custom domain**.
280+
The **Add custom domain** button is activated.
293281

294-
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname-wildcard.png)
282+
1. Make sure that **Hostname record type** is set to **CNAME record (www\.example.com or any subdomain)**. Select **Add custom domain**.
295283

296-
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
284+
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname-wildcard.png)
297285

298-
Select the **+** icon again to add another custom domain that matches the wildcard domain. For example, add `sub2.contoso.com`.
286+
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
299287

300-
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added-wildcard2.png)
288+
1. Select the **+** icon again to add another custom domain that matches the wildcard domain. For example, add `sub2.contoso.com`.
301289

302-
> [!NOTE]
303-
> A **Note Secure** label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
290+
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added-wildcard-2.png)
304291

292+
> [!NOTE]
293+
> A warning label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
294+
305295
## Test in browser
306296

307297
Browse to the DNS name(s) that you configured earlier (for example, `contoso.com`, `www.contoso.com`, `sub1.contoso.com`, and `sub2.contoso.com`).

articles/app-service/manage-custom-dns-migrate-domain.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: top-support-issue
55

66
ms.assetid: 10da5b8a-1823-41a3-a2ff-a0717c2b5c2d
77
ms.topic: article
8-
ms.date: 10/21/2019
8+
ms.date: 08/25/2020
99
ms.custom: seodec18
1010

1111
---
@@ -56,31 +56,27 @@ In your DNS records page, note the record type of the DNS name you want to migra
5656
5757
### Enable the domain for your app
5858

59-
In the [Azure portal](https://portal.azure.com), in the left navigation of the app page, select **Custom domains**.
59+
1. In the [Azure portal](https://portal.azure.com), in the left navigation of the app page, select **Custom domains**.
6060

61-
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
61+
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
6262

63-
In the **Custom domains** page, select the **+** icon next to **Add hostname**.
63+
1. In the **Custom domains** page, select **Add custom domain**.
6464

65-
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
65+
![Add host name](./media/app-service-web-tutorial-custom-domain/add-host-name-cname.png)
6666

67-
Type the fully qualified domain name you want to migrate, that corresponds to the TXT record you create, such as `contoso.com`, `www.contoso.com`, or `*.contoso.com`.
67+
1. Type the fully qualified domain name you want to migrate, that corresponds to the TXT record you create, such as `contoso.com`, `www.contoso.com`, or `*.contoso.com`. Select **Validate**.
6868

69-
Select **Validate**.
69+
The **Add custom domain** button is activated.
7070

71-
The **Add hostname** button is activated.
71+
1. Make sure that **Hostname record type** is set to the DNS record type you want to migrate. Select **Add hostname**.
7272

73-
Make sure that **Hostname record type** is set to the DNS record type you want to migrate.
73+
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname.png)
7474

75-
Select **Add hostname**.
75+
It might take some time for the new hostname to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
7676

77-
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname.png)
77+
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added.png)
7878

79-
It might take some time for the new hostname to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
80-
81-
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added.png)
82-
83-
Your custom DNS name is now enabled in your Azure app.
79+
Your custom DNS name is now enabled in your Azure app.
8480

8581
## Remap the active DNS name
8682

@@ -94,8 +90,6 @@ If you are remapping a CNAME record, skip this section.
9490

9591
To remap an A record, you need the App Service app's external IP address, which is shown in the **Custom domains** page.
9692

97-
Close the **Add hostname** page by selecting **X** in the upper-right corner.
98-
9993
In the **Custom domains** page, copy the app's IP address.
10094

10195
![Portal navigation to Azure app](./media/app-service-web-tutorial-custom-domain/mapping-information.png)
11.7 KB
Loading
12.5 KB
Loading
35.7 KB
Loading
12.1 KB
Loading
12.7 KB
Loading
15.3 KB
Loading
16.3 KB
Loading

0 commit comments

Comments
 (0)