You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-web-tutorial-custom-domain.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,11 +257,6 @@ Add a CNAME record to map a wildcard name to the app's default domain name (`<ap
257
257
258
258
For the `*.contoso.com` domain example, the CNAME record will map the name `*` to `<app_name>.azurewebsites.net`.
259
259
260
-
| Record type | Host | Value | Comments |
261
-
| - | - | - |
262
-
| CNAME |`*`|`<app_name>.azurewebsites.net`| The domain mapping itself. |
263
-
| TXT |`asuid.<subdomain>`|[The verification ID you got earlier](#get-domain-verification-id)| App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
264
-
265
260
When the CNAME is added, the DNS records page looks like the following example:
266
261
267
262

0 commit comments