Skip to content

Commit 04b94cb

Browse files
committed
validation
1 parent fe65408 commit 04b94cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/manage-custom-dns-migrate-domain.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ When you finally migrate your custom DNS name from the old site to the App Servi
3737

3838
### Get domain verification ID
3939

40-
Get the domain verification ID for you app by following the steps at [Get domain verification ID](app-service-web-tutorial-custom-domain.md#get-domain-verification-ID).
40+
Get the domain verification ID for you app by following the steps at [Get domain verification ID](app-service-web-tutorial-custom-domain.md#get-domain-verification-id).
4141

4242
### Create domain verification record
4343

4444
To verify domain ownership, add a TXT record for domain verification. The hostname for the TXT record depends on the type of DNS record type you want to map. See the following table (`@` typically represents the root domain):
4545

4646
| DNS record example | TXT Host | TXT Value |
4747
| - | - | - |
48-
| \@ (root) | _asuid_ | [Domain verification ID for your app](app-service-web-tutorial-custom-domain.md#get-domain-verification-ID) |
49-
| www (sub) | _asuid.www_ | [Domain verification ID for your app](app-service-web-tutorial-custom-domain.md#get-domain-verification-ID) |
50-
| \* (wildcard) | _asuid_ | [Domain verification ID for your app](app-service-web-tutorial-custom-domain.md#get-domain-verification-ID) |
48+
| \@ (root) | _asuid_ | [Domain verification ID for your app](app-service-web-tutorial-custom-domain.md#get-domain-verification-id) |
49+
| www (sub) | _asuid.www_ | [Domain verification ID for your app](app-service-web-tutorial-custom-domain.md#get-domain-verification-id) |
50+
| \* (wildcard) | _asuid_ | [Domain verification ID for your app](app-service-web-tutorial-custom-domain.md#get-domain-verification-id) |
5151

5252
In your DNS records page, note the record type of the DNS name you want to migrate. App Service supports mappings from CNAME and A records.
5353

0 commit comments

Comments
 (0)