Skip to content

Commit 36e586c

Browse files
committed
back out of wildcard changes
1 parent ed57eff commit 36e586c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ Add a CNAME record to map a wildcard name to the app's default domain name (`<ap
257257

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

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-
265260
When the CNAME is added, the DNS records page looks like the following example:
266261

267262
![Portal navigation to Azure app](./media/app-service-web-tutorial-custom-domain/cname-record-wildcard.png)

0 commit comments

Comments
 (0)