Skip to content

Commit ec25991

Browse files
author
Cephas Lin
committed
test fix
1 parent fb4a021 commit ec25991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Create two records according to the following table:
110110

111111
| Record type | Host | Value | Comments |
112112
| - | - | - |
113-
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` (see [note at top](./includes/regionalization-note.md#dnl-note)) | The domain mapping itself. |
113+
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` (see [note at top](#dnl-note)) | The domain mapping itself. |
114114
| TXT | `asuid.<subdomain>` (for example, `asuid.www`) | The domain 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. |
115115

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

articles/app-service/environment/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: App Service Environment overview
33
description: This article discusses the Azure App Service Environment feature of Azure App Service.
44
author: madsd
55
ms.topic: overview
6-
ms.date: 03/21/2024
6+
ms.date: 05/27/2024
77
ms.author: madsd
88
ms.custom: "UpdateFrequency3, references_regions"
99
---
1010

1111
# App Service Environment overview
1212

13-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
13+
[!INCLUDE [regionalization-note](../includes/regionalization-note.md)]
1414

1515
An App Service Environment is an Azure App Service feature that provides a fully isolated and dedicated environment for running App Service apps securely at high scale.
1616

0 commit comments

Comments
 (0)