Skip to content

Commit 8639300

Browse files
committed
fix tabs
1 parent 49578aa commit 8639300

File tree

2 files changed

+32
-23
lines changed

2 files changed

+32
-23
lines changed

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

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -89,29 +89,7 @@ Create two records according to the following table:
8989

9090
# [Subdomain (e.g. www.contoso.com)](#tab/subdomain)
9191

92-
### [With an A record](#tab/subdomain/a)
93-
94-
Create two records according to the following table:
95-
96-
|Record type|Host|Value|Comments|
97-
|--- |--- |--- |--- |
98-
|A|\<subdomain\> (for example, www)|IP address shown in the **Add custom domain** dialog.| The domain mapping itself. |
99-
|TXT|asuid.\<subdomain\> (for example, asuid.www)|The domain verification ID shown in the **Add custom domain** dialog.| App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
100-
101-
![Screenshot that shows a DNS records subdomain page.](./media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
102-
103-
### [With a CNAME record](#tab/subdomain/cname)
104-
105-
Create two records according to the following table:
106-
107-
| Record type | Host | Value | Comments |
108-
| - | - | - |
109-
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` | The domain mapping itself. |
110-
| TXT | `asuid.<subdomain>` (for example, `asuid.www`) | The domain verification ID shown in the **Add custom domain** dialog. | App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
111-
112-
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
113-
114-
-----
92+
[!INCLUDE [dns-record-creation](includes/tutorial-secure-domain-certificate/dns-record-creation.md)]
11593

11694
# [Wildcard (CNAME)](#tab/wildcard)
11795

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
author: cephalin
3+
ms.author: cephalin
4+
ms.topic: include
5+
ms.date: 01/30/2023
6+
---
7+
8+
### [With an A record](#tab/subdomain/a)
9+
10+
Create two records according to the following table:
11+
12+
|Record type|Host|Value|Comments|
13+
|--- |--- |--- |--- |
14+
|A|\<subdomain\> (for example, www)|IP address shown in the **Add custom domain** dialog.| The domain mapping itself. |
15+
|TXT|asuid.\<subdomain\> (for example, asuid.www)|The domain verification ID shown in the **Add custom domain** dialog.| App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
16+
17+
![Screenshot that shows a DNS records subdomain page.](./media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
18+
19+
### [With a CNAME record](#tab/subdomain/cname)
20+
21+
Create two records according to the following table:
22+
23+
| Record type | Host | Value | Comments |
24+
| - | - | - |
25+
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` | The domain mapping itself. |
26+
| TXT | `asuid.<subdomain>` (for example, `asuid.www`) | The domain verification ID shown in the **Add custom domain** dialog. | App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
27+
28+
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
29+
30+
-----
31+

0 commit comments

Comments
 (0)