Skip to content

Commit fd0fffe

Browse files
committed
fix tabs
1 parent 8639300 commit fd0fffe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The DNS record type you need to add with your domain provider depends on the dom
7676

7777
Select the type of record to create and follow the instructions. You can use either a [CNAME record](https://en.wikipedia.org/wiki/CNAME_record) or an [A record](https://en.wikipedia.org/wiki/List_of_DNS_record_types#A) to map a custom DNS name to App Service.
7878

79-
# [Root domain (e.g. contoso.com)](#tab/root)
79+
### [Root domain (e.g. contoso.com)](#tab/root)
8080

8181
Create two records according to the following table:
8282

@@ -87,11 +87,11 @@ Create two records according to the following table:
8787

8888
![Screenshot that shows a DNS records page.](./media/app-service-web-tutorial-custom-domain/a-record.png)
8989

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

9292
[!INCLUDE [dns-record-creation](includes/tutorial-secure-domain-certificate/dns-record-creation.md)]
9393

94-
# [Wildcard (CNAME)](#tab/wildcard)
94+
### [Wildcard (CNAME)](#tab/wildcard)
9595

9696
For a wildcard name like `*` in `*.contoso.com`, create two records according to the following table:
9797

@@ -102,7 +102,7 @@ For a wildcard name like `*` in `*.contoso.com`, create two records according to
102102

103103
![Screenshot that shows the navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record-wildcard.png)
104104

105-
---
105+
-----
106106

107107
## 3. Validate and complete
108108

articles/app-service/includes/tutorial-secure-domain-certificate/dns-record-creation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 01/30/2023
66
---
77

8-
### [With an A record](#tab/subdomain/a)
8+
### [With an A record](#tab/a)
99

1010
Create two records according to the following table:
1111

@@ -14,9 +14,9 @@ Create two records according to the following table:
1414
|A|\<subdomain\> (for example, www)|IP address shown in the **Add custom domain** dialog.| The domain mapping itself. |
1515
|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. |
1616

17-
![Screenshot that shows a DNS records subdomain page.](./media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
17+
![Screenshot that shows a DNS records subdomain page.](../../media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
1818

19-
### [With a CNAME record](#tab/subdomain/cname)
19+
### [With a CNAME record](#tab/cname)
2020

2121
Create two records according to the following table:
2222

@@ -25,7 +25,7 @@ Create two records according to the following table:
2525
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` | The domain mapping itself. |
2626
| 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. |
2727

28-
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
28+
![Screenshot that shows the portal navigation to an Azure app.](../../media/app-service-web-tutorial-custom-domain/cname-record.png)
2929

3030
-----
3131

0 commit comments

Comments
 (0)