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
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,53 +64,53 @@ The DNS record type you need to add with your domain provider depends on the dom
64
64
65
65
## 2. Create the DNS records
66
66
67
-
[!INCLUDE [Access DNS records with domain provider](../../includes/app-service-web-access-dns-records.md)]
67
+
[!INCLUDE [Access DNS records with domain provider](../../includes/app-service-web-access-dns-records-no-h.md)]
68
68
69
-
Select the type of record to create and follow the instructions. You can use either a [CNAME record](https://en.wikipedia.org/wiki/CNAME_record) or an [A record](https://en.wikipedia.org/wiki/List_of_DNS_record_types#A) to map a custom DNS name to App Service.
69
+
Select the type of record to create and follow the instructions. You can use either a [CNAME record](https://en.wikipedia.org/wiki/CNAME_record) or an [A record](https://en.wikipedia.org/wiki/List_of_DNS_record_types#A) to map a custom DNS name to App Service.
70
70
71
-
# [A](#tab/a)
71
+
# [A](#tab/a)
72
72
73
-
- For a root domain like `contoso.com`, create two records according to the following table:
73
+
- For a root domain like `contoso.com`, create two records according to the following table:
74
74
75
-
| Record type | Host | Value | Comments |
76
-
| - | - | - |
77
-
| A | `@` | The app's IP address shown in the **Add custom domain** dialog. | The domain mapping itself (`@` typically represents the root domain). |
78
-
| TXT | `asuid` | The domain verification ID shown in the **Add custom domain** dialog. | For root domain, App Service accesses `asuid` TXT record to verify your ownership of the custom domain. |
75
+
| Record type | Host | Value | Comments |
76
+
| - | - | - |
77
+
| A |`@`| The app's IP address shown in the **Add custom domain** dialog. | The domain mapping itself (`@` typically represents the root domain). |
78
+
| TXT |`asuid`| The domain verification ID shown in the **Add custom domain** dialog. | For root domain, App Service accesses `asuid` TXT record to verify your ownership of the custom domain. |
79
79
80
-

80
+

81
81
82
-
- To map a subdomain like `www.contoso.com` with an A record instead of a recommended CNAME record, your A record and TXT record should look like the following table instead:
82
+
- To map a subdomain like `www.contoso.com` with an A record instead of a recommended CNAME record, your A record and TXT record should look like the following table instead:
83
83
84
-
|Record type|Host|Value| Comments |
85
-
|--- |--- |--- |--- |
86
-
|A|\<subdomain\> (for example, www)|IP address shown in the **Add custom domain** dialog.||
87
-
|TXT|asuid.\<subdomain\> (for example, asuid.www)|The domain verification ID shown in the **Add custom domain** dialog.||
84
+
|Record type|Host|Value| Comments |
85
+
|--- |--- |--- |--- |
86
+
|A|\<subdomain\> (for example, www)|IP address shown in the **Add custom domain** dialog.||
87
+
|TXT|asuid.\<subdomain\> (for example, asuid.www)|The domain verification ID shown in the **Add custom domain** dialog.||
88
88
89
-

89
+

90
90
91
-
# [CNAME](#tab/cname)
91
+
# [CNAME](#tab/cname)
92
92
93
-
For a subdomain like `www` in `www.contoso.com`, create two records according to the following table:
93
+
For a subdomain like `www` in `www.contoso.com`, create two records according to the following table:
94
94
95
-
| Record type | Host | Value | Comments |
96
-
| - | - | - |
97
-
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` | The domain mapping itself. |
98
-
| TXT | `asuid.<subdomain>` (for example, `asuid.www`) | The 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. |
95
+
| Record type | Host | Value | Comments |
96
+
| - | - | - |
97
+
| CNAME |`<subdomain>` (for example, `www`) |`<app-name>.azurewebsites.net`| The domain mapping itself. |
98
+
| TXT |`asuid.<subdomain>` (for example, `asuid.www`) | The 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. |
99
99
100
-

100
+

101
101
102
-
# [Wildcard (CNAME)](#tab/wildcard)
102
+
# [Wildcard (CNAME)](#tab/wildcard)
103
103
104
-
For a wildcard name like `*` in `*.contoso.com`, create two records according to the following table:
104
+
For a wildcard name like `*` in `*.contoso.com`, create two records according to the following table:
| 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. |
106
+
| Record type | Host | Value | Comments |
107
+
| - | - | - |
108
+
| CNAME |`*`|`<app-name>.azurewebsites.net`| The domain mapping itself. |
109
+
| 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. |
110
110
111
-

111
+

Copy file name to clipboardExpand all lines: articles/app-service/manage-custom-dns-migrate-domain.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,18 @@ When you finally migrate your custom DNS name from the old site to the App Servi
40
40
41
41
## 2. Create the DNS records
42
42
43
-
[!INCLUDE [Access DNS records with domain provider](../../includes/app-service-web-access-dns-records.md)]
43
+
[!INCLUDE [Access DNS records with domain provider](../../includes/app-service-web-access-dns-records-no-h.md)]
44
44
45
-
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
+
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):
46
46
47
-
| DNS record example | TXT Host | TXT Value |
48
-
| - | - | - |
49
-
| \@ (root) | _asuid_ | Domain verification ID shown in the **Custom domains** management page. |
50
-
| www (sub) | _asuid.www_ | Domain verification ID shown in the **Custom domains** management page. |
51
-
| \* (wildcard) | _asuid_ | Domain verification ID shown in the **Custom domains** management page. |
52
-
53
-
> [!NOTE]
54
-
> Wildcard `*` records won't validate subdomains with an existing CNAME's record. You may need to explicitly create a TXT record for each subdomain.
47
+
| DNS record example | TXT Host | TXT Value |
48
+
| - | - | - |
49
+
|\@ (root) |_asuid_| Domain verification ID shown in the **Custom domains** management page. |
50
+
| www (sub) |_asuid.www_| Domain verification ID shown in the **Custom domains** management page. |
51
+
|\* (wildcard) |_asuid_| Domain verification ID shown in the **Custom domains** management page. |
52
+
53
+
> [!NOTE]
54
+
> Wildcard `*` records won't validate subdomains with an existing CNAME's record. You may need to explicitly create a TXT record for each subdomain.
Copy file name to clipboardExpand all lines: articles/app-service/manage-disaster-recovery.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Certain resources, such as imported certificates or hybrid connections, contain
55
55
56
56
3. Configure [everything else](#prepare) in the target app to mirror the impacted app and verify your configuration.
57
57
58
-
4. When you're ready for the custom domain to point to the target app, [remap the domain name](manage-custom-dns-migrate-domain.md#remap-the-active-dns-name).
58
+
4. When you're ready for the custom domain to point to the target app, [remap the domain name](manage-custom-dns-migrate-domain.md#4-remap-the-active-dns-name).
Copy file name to clipboardExpand all lines: articles/app-service/manage-move-across-regions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Certain resources, such as imported certificates or hybrid connections, contain
44
44
1.[Create a back up of the source app](manage-backup.md).
45
45
1.[Create an app in a new App Service plan, in the target region](app-service-plan-manage.md#create-an-app-service-plan).
46
46
2.[Restore the back up in the target app](manage-backup.md)
47
-
2. If you use a custom domain, [bind it preemptively to the target app](manage-custom-dns-migrate-domain.md#bind-the-domain-name-preemptively) with `asuid.` and [enable the domain in the target app](manage-custom-dns-migrate-domain.md#enable-the-domain-for-your-app).
47
+
2. If you use a custom domain, [bind it preemptively to the target app](manage-custom-dns-migrate-domain.md#2-create-the-dns-records) with `asuid.` and [enable the domain in the target app](manage-custom-dns-migrate-domain.md#3-enable-the-domain-for-your-app).
48
48
3. Configure everything else in your target app to be the same as the source app and verify your configuration.
49
-
4. When you're ready for the custom domain to point to the target app, [remap the domain name](manage-custom-dns-migrate-domain.md#remap-the-active-dns-name).
49
+
4. When you're ready for the custom domain to point to the target app, [remap the domain name](manage-custom-dns-migrate-domain.md#4-remap-the-active-dns-name).
50
50
51
51
<!-- 1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups**.
52
52
2. Locate the Resource Group that contains the source App Service resources and click on it.
Copy file name to clipboardExpand all lines: includes/app-service-web-access-dns-records-no-h.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: web-apps
8
8
---
9
9
1. Sign in to the website of your domain provider.
10
10
11
-
You can use Azure DNS to manage DNS records for your domain and configure a custom DNS name for Azure App Service. For more information, see [Tutorial: Host your domain in Azure DNS](../dns/dns-delegate-domain-azure-dns.md).
11
+
You can use Azure DNS to manage DNS records for your domain and configure a custom DNS name for Azure App Service. For more information, see [Tutorial: Host your domain in Azure DNS](../articles/dns/dns-delegate-domain-azure-dns.md).
0 commit comments