Skip to content

Commit 70d28aa

Browse files
committed
update custom domain docs
1 parent 04b94cb commit 70d28aa

12 files changed

+10
-12
lines changed

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

Lines changed: 7 additions & 7 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

@@ -140,7 +140,7 @@ In the left navigation of the app page in the Azure portal, select **Custom doma
140140

141141
In the **Custom domains** page of the app, add the fully qualified custom DNS name (`www.contoso.com`) to the list.
142142

143-
Select the **+** icon next to **Add custom domain**.
143+
Select **Add custom domain**.
144144

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

@@ -161,7 +161,7 @@ It might take some time for the new custom domain to be reflected in the app's *
161161
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added.png)
162162

163163
> [!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).
164+
> 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).
165165
166166
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
167167

@@ -219,7 +219,7 @@ When the records are added, the DNS records page looks like the following exampl
219219

220220
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.
221221

222-
Select the **+** icon next to **Add custom domain**.
222+
Select **Add custom domain**.
223223

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

@@ -240,7 +240,7 @@ It might take some time for the new custom domain to be reflected in the app's *
240240
![A record added](./media/app-service-web-tutorial-custom-domain/a-record-added.png)
241241

242242
> [!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).
243+
> 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).
244244
245245
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
246246

@@ -279,7 +279,7 @@ In the left navigation of the app page in the Azure portal, select **Custom doma
279279

280280
![Custom domain menu](./media/app-service-web-tutorial-custom-domain/custom-domain-menu.png)
281281

282-
Select the **+** icon next to **Add custom domain**.
282+
Select **Add custom domain**.
283283

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

@@ -300,7 +300,7 @@ Select the **+** icon again to add another custom domain that matches the wildca
300300
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added-wildcard2.png)
301301

302302
> [!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).
303+
> 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).
304304
305305
## Test in browser
306306

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

Lines changed: 3 additions & 5 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
---
@@ -60,15 +60,15 @@ In the [Azure portal](https://portal.azure.com), in the left navigation of the a
6060

6161
![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+
In the **Custom domains** page, select **Add custom domain**.
6464

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

6767
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`.
6868

6969
Select **Validate**.
7070

71-
The **Add hostname** button is activated.
71+
The **Add custom domain** button is activated.
7272

7373
Make sure that **Hostname record type** is set to the DNS record type you want to migrate.
7474

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

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

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

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

0 commit comments

Comments
 (0)