Skip to content

Commit 264fd8b

Browse files
authored
Merge pull request #78891 from cephalin/ssl2
update screenshots
2 parents 3b33103 + addb7a3 commit 264fd8b

8 files changed

+20
-20
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: web
1414
ms.tgt_pltfrm: na
1515
ms.devlang: nodejs
1616
ms.topic: tutorial
17-
ms.date: 06/18/2018
17+
ms.date: 06/06/201
1818
ms.author: cephalin
1919
ms.custom: mvc
2020
ms.custom: seodec18
@@ -116,7 +116,7 @@ In the tutorial example, you add a CNAME record for the `www` subdomain (for exa
116116

117117
#### Create the CNAME record
118118

119-
Add a CNAME record to map a subdomain to the app's default hostname (`<app_name>.azurewebsites.net`, where `<app_name>` is the name of your app).
119+
Add a CNAME record to map a subdomain to the app's default domain name (`<app_name>.azurewebsites.net`, where `<app_name>` is the name of your app).
120120

121121
For the `www.contoso.com` domain example, add a CNAME record that maps the name `www` to `<app_name>.azurewebsites.net`.
122122

@@ -126,29 +126,29 @@ After you add the CNAME, the DNS records page looks like the following example:
126126

127127
#### Enable the CNAME record mapping in Azure
128128

129-
In the left navigation of the app page in the Azure portal, select **Custom domains**.
129+
In the left navigation of the app page in the Azure portal, select **Custom domains**.
130130

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

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

135-
Select the **+** icon next to **Add hostname**.
135+
Select the **+** icon next to **Add custom domain**.
136136

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

139139
Type the fully qualified domain name that you added a CNAME record for, such as `www.contoso.com`.
140140

141141
Select **Validate**.
142142

143-
The **Add hostname** page is shown.
143+
The **Add custom domain** page is shown.
144144

145145
Make sure that **Hostname record type** is set to **CNAME (www\.example.com or any subdomain)**.
146146

147-
Select **Add hostname**.
147+
Select **Add custom domain**.
148148

149149
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname.png)
150150

151-
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.
151+
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.
152152

153153
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added.png)
154154

@@ -188,7 +188,7 @@ In the **Custom domains** page, copy the app's IP address.
188188
To map an A record to an app, App Service requires **two** DNS records:
189189

190190
- An **A** record to map to the app's IP address.
191-
- A **TXT** record to map to the app's default hostname `<app_name>.azurewebsites.net`. App Service uses this record only at configuration time, to verify that you own the custom domain. After your custom domain is validated and configured in App Service, you can delete this TXT record.
191+
- A **TXT** record to map to the app's default domain name `<app_name>.azurewebsites.net`. App Service uses this record only at configuration time, to verify that you own the custom domain. After your custom domain is validated and configured in App Service, you can delete this TXT record.
192192

193193
For the `contoso.com` domain example, create the A and TXT records according to the following table (`@` typically represents the root domain).
194194

@@ -216,23 +216,23 @@ When the records are added, the DNS records page looks like the following exampl
216216

217217
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.
218218

219-
Select the **+** icon next to **Add hostname**.
219+
Select the **+** icon next to **Add custom domain**.
220220

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

223223
Type the fully qualified domain name that you configured the A record for, such as `contoso.com`.
224224

225225
Select **Validate**.
226226

227-
The **Add hostname** page is shown.
227+
The **Add custom domain** page is shown.
228228

229229
Make sure that **Hostname record type** is set to **A record (example.com)**.
230230

231-
Select **Add hostname**.
231+
Select **Add custom domain**.
232232

233233
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name.png)
234234

235-
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.
235+
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.
236236

237237
![A record added](./media/app-service-web-tutorial-custom-domain/a-record-added.png)
238238

@@ -255,7 +255,7 @@ In the tutorial example, you map a [wildcard DNS name](https://en.wikipedia.org/
255255

256256
#### Create the CNAME record
257257

258-
Add a CNAME record to map a wildcard name to the app's default hostname (`<app_name>.azurewebsites.net`).
258+
Add a CNAME record to map a wildcard name to the app's default domain name (`<app_name>.azurewebsites.net`).
259259

260260
For the `*.contoso.com` domain example, the CNAME record will map the name `*` to `<app_name>.azurewebsites.net`.
261261

@@ -271,23 +271,23 @@ In the left navigation of the app page in the Azure portal, select **Custom doma
271271

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

274-
Select the **+** icon next to **Add hostname**.
274+
Select the **+** icon next to **Add custom domain**.
275275

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

278278
Type a fully qualified domain name that matches the wildcard domain (for example, `sub1.contoso.com`), and then select **Validate**.
279279

280-
The **Add hostname** button is activated.
280+
The **Add custom domain** button is activated.
281281

282282
Make sure that **Hostname record type** is set to **CNAME record (www\.example.com or any subdomain)**.
283283

284-
Select **Add hostname**.
284+
Select **Add custom domain**.
285285

286286
![Add DNS name to the app](./media/app-service-web-tutorial-custom-domain/validate-domain-name-cname-wildcard.png)
287287

288-
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.
288+
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.
289289

290-
Select the **+** icon again to add another hostname that matches the wildcard domain. For example, add `sub2.contoso.com`.
290+
Select the **+** icon again to add another custom domain that matches the wildcard domain. For example, add `sub2.contoso.com`.
291291

292292
![CNAME record added](./media/app-service-web-tutorial-custom-domain/cname-record-added-wildcard2.png)
293293

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: web
1313
ms.tgt_pltfrm: na
1414
ms.devlang: nodejs
1515
ms.topic: tutorial
16-
ms.date: 08/24/2018
16+
ms.date: 06/06/2019
1717
ms.author: cephalin
1818
ms.custom: mvc
1919
ms.custom: seodec18
1.36 KB
Loading
1.36 KB
Loading
17.3 KB
Loading
762 Bytes
Loading
-4.96 KB
Loading
870 Bytes
Loading

0 commit comments

Comments
 (0)