Skip to content

Commit 4935285

Browse files
committed
validations
1 parent abce797 commit 4935285

File tree

6 files changed

+45
-45
lines changed

6 files changed

+45
-45
lines changed

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -64,53 +64,53 @@ The DNS record type you need to add with your domain provider depends on the dom
6464
6565
## 2. Create the DNS records
6666

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)]
6868

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.
7070

71-
# [A](#tab/a)
71+
# [A](#tab/a)
7272

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:
7474

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. |
7979

80-
![Screenshot that shows a DNS records page.](./media/app-service-web-tutorial-custom-domain/a-record.png)
80+
![Screenshot that shows a DNS records page.](./media/app-service-web-tutorial-custom-domain/a-record.png)
8181

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:
8383

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.||
8888

89-
![Screenshot that shows a DNS records subdomain page.](./media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
89+
![Screenshot that shows a DNS records subdomain page.](./media/app-service-web-tutorial-custom-domain/a-record-subdomain.png)
9090

91-
# [CNAME](#tab/cname)
91+
# [CNAME](#tab/cname)
9292

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:
9494

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. |
9999

100-
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
100+
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
101101

102-
# [Wildcard (CNAME)](#tab/wildcard)
102+
# [Wildcard (CNAME)](#tab/wildcard)
103103

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:
105105

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. |
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. |
110110

111-
![Screenshot that shows the navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record-wildcard.png)
111+
![Screenshot that shows the navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record-wildcard.png)
112112

113-
-----
113+
-----
114114

115115
<a name="a" aria-hidden="true"></a>
116116

articles/app-service/includes/tutorial-dotnet-storage-managed-identity/cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ In this tutorial, you learned how to:
3131
> [App Service accesses Microsoft Graph on behalf of the user](../../scenario-secure-app-access-microsoft-graph-as-user.md)
3232
3333
> [!div class="nextstepaction"]
34-
> [Secure with custom domain and certificate](tutorial-secure-domain-certificate.md)
34+
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ When you finally migrate your custom DNS name from the old site to the App Servi
4040

4141
## 2. Create the DNS records
4242

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)]
4444

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):
4646

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.
5555
5656
## 3. Enable the domain for your app
5757

articles/app-service/manage-disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Certain resources, such as imported certificates or hybrid connections, contain
5555

5656
3. Configure [everything else](#prepare) in the target app to mirror the impacted app and verify your configuration.
5757

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).
5959

6060
## Recover app content only
6161

articles/app-service/manage-move-across-regions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Certain resources, such as imported certificates or hybrid connections, contain
4444
1. [Create a back up of the source app](manage-backup.md).
4545
1. [Create an app in a new App Service plan, in the target region](app-service-plan-manage.md#create-an-app-service-plan).
4646
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).
4848
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).
5050

5151
<!-- 1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups**.
5252
2. Locate the Resource Group that contains the source App Service resources and click on it.

includes/app-service-web-access-dns-records-no-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: web-apps
88
---
99
1. Sign in to the website of your domain provider.
1010

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).
1212

1313
1. Find the page for managing DNS records.
1414

0 commit comments

Comments
 (0)