Skip to content

Commit fcab0fd

Browse files
Merge pull request #294329 from Akhilesh-microsoft/ACA/environment_custom_dns_suffix_GH_286824
[GH_286824]: Analyzed and fixed the documentation issue; added NOTE and modify the content to assist the audiences. Updated ms.date
2 parents 822e60a + 67fef32 commit fcab0fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/container-apps/environment-custom-dns-suffix.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 07/18/2024
8+
ms.date: 03/18/2025
99
ms.author: cshoe
1010
---
1111

@@ -14,10 +14,9 @@ ms.author: cshoe
1414
Azure Container Apps environment provides a default DNS suffix in the format `<UNIQUE_IDENTIFIER>.<REGION_NAME>.azurecontainerapps.io`. Each container app in the environment generates a domain name based on this DNS suffix. You can configure a custom DNS suffix for your environment.
1515

1616
> [!NOTE]
17-
>
1817
> To configure a custom domain for individual container apps, see [Custom domain names and certificates in Azure Container Apps](custom-domains-certificates.md).
1918
>
20-
> If you configure a custom DNS suffix for your environment, traffic to FQDNs (Fully Qualified Domain Names) that use this suffix will resolve to the environment. FQDNs that use this suffix outside of the environment are unreachable.
19+
> If you configure a custom DNS suffix for your environment, traffic to FQDNs (Fully Qualified Domain Names) that use this suffix resolves to the environment. FQDNs that use this suffix outside of the environment are unreachable.
2120
2221
## Add a custom DNS suffix and certificate
2322

@@ -32,7 +31,7 @@ Azure Container Apps environment provides a default DNS suffix in the format `<U
3231
1. In a new browser window, go to your domain provider's website and add the DNS records shown in the *Domain validation* section to your domain.
3332

3433
| Record type | Host | Value | Description |
35-
| -- | -- | -- | -- |
34+
|--|--|--|--|
3635
| A | `*.<DNS_SUFFIX>` | Environment inbound IP address | Wildcard record configured to the IP address of the environment. |
3736
| TXT | `asuid.<DNS_SUFFIX>` | Validation token | TXT record with the value of the validation token (not required for Container Apps environment with internal load balancer). |
3837

0 commit comments

Comments
 (0)