Skip to content

Commit 84f40fa

Browse files
Merge pull request #273099 from seligj95/patch-2
asev3 dns record clarity
2 parents 883c55d + 37d4d9a commit 84f40fa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure a custom domain suffix for the Azure App Service Environm
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-arm-template
7-
ms.date: 04/11/2023
7+
ms.date: 04/23/2024
88
ms.author: jordanselig
99
zone_pivot_groups: app-service-environment-portal-arm
1010
---
@@ -181,6 +181,10 @@ To configure DNS in Azure DNS private zones:
181181

182182
For more information on configuring DNS for your domain, see [Use an App Service Environment](./using.md#dns-configuration).
183183

184+
> [!NOTE]
185+
> In addition to configuring DNS for your custom domain suffix, you should also consider [configuring DNS for the default domain suffix](./using.md#dns-configuration) to ensure all App Service features function as expected.
186+
>
187+
184188
## Access your apps
185189

186190
After configuring the custom domain suffix and DNS for your App Service Environment, you can go to the **Custom domains** page for one of your App Service apps in your App Service Environment and confirm the addition of the assigned custom domain for the app.

articles/app-service/environment/networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
33
description: App Service Environment networking details
44
author: madsd
55
ms.topic: overview
6-
ms.date: 01/31/2024
6+
ms.date: 04/23/2024
77
ms.author: madsd
88
---
99

@@ -133,7 +133,7 @@ The following sections describe the DNS considerations and configuration that ap
133133

134134
### DNS configuration to your App Service Environment
135135

136-
If your App Service Environment is made with an external VIP, your apps are automatically put into public DNS. If your App Service Environment is made with an internal VIP, you might need to configure DNS for it. When you created your App Service Environment, if you selected having Azure DNS private zones configured automatically, then DNS is configured in your virtual network. If you chose to configure DNS manually, you need to either use your own DNS server or configure Azure DNS private zones. To find the inbound address, go to the App Service Environment portal, and select **IP Addresses**.
136+
If your App Service Environment is made with an external VIP, your apps are automatically put into public DNS. If your App Service Environment is made with an internal VIP, when you create your App Service Environment, if you select having Azure DNS private zones configured automatically, then DNS is configured in your virtual network. If you choose to configure DNS manually, you need to either use your own DNS server or configure Azure DNS private zones. To find the inbound address, go to the App Service Environment portal, and select **IP Addresses**.
137137

138138
If you want to use your own DNS server, add the following records:
139139

0 commit comments

Comments
 (0)