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/manage-custom-dns-migrate-domain.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,17 @@ When you finally migrate your custom DNS name from the old site to the App Servi
37
37
38
38
### Get domain verification ID
39
39
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).
41
41
42
42
### Create domain verification record
43
43
44
44
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):
45
45
46
46
| DNS record example | TXT Host | TXT Value |
47
47
| - | - | - |
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)|
51
51
52
52
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.
0 commit comments