Skip to content

Commit 657c5cf

Browse files
Fix warning.
1 parent f325252 commit 657c5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Create two records, as described in the following table:
108108

109109
| Record type | Host | Value | Comments |
110110
| - | - | - |-|
111-
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net`. (See [the note at the start of this article](#dnl-note).) | The domain mapping itself. |
111+
| CNAME | `<subdomain>` (for example, `www`) | (See the value in the Azure portal in the **Overview** page for your app.) | The domain mapping itself. |
112112
| 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. |
113113

114114
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
@@ -119,7 +119,7 @@ For a wildcard name, like `*` in `*.contoso.com`, create two records, as describ
119119

120120
| Record type | Host | Value | Comments |
121121
| - | - | - | - |
122-
| CNAME | `*` | `<app-name>.azurewebsites.net`. (See [the note at the start of this article](#dnl-note).) | The domain mapping itself. |
122+
| CNAME | `*` | (See the value in the Azure portal in the **Overview** page for your app.) | The domain mapping itself. |
123123
| TXT | `asuid` | The domain verification ID shown in the **Add custom domain** dialog. | App Service accesses the `asuid` TXT record to verify your ownership of the custom domain. |
124124

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

0 commit comments

Comments
 (0)