Skip to content

Commit 5608606

Browse files
Merge pull request #281173 from Akhilesh-microsoft/ACA/environment_custom_dns_suffix
[ACA: Environment-custom-suffix]: Verified the article for links and freshness, reviewed the content, verified all the editorial parameters. Article seems good. Updated ms.date
2 parents 8e942de + eee70f8 commit 5608606

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 10/13/2022
8+
ms.date: 07/18/2024
99
ms.author: cshoe
1010
---
1111

1212
# Custom environment DNS Suffix in Azure Container Apps
1313

14-
By default, an Azure Container Apps environment provides a 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.
14+
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]
1717
>
1818
> To configure a custom domain for individual container apps, see [Custom domain names and certificates in Azure Container Apps](custom-domains-certificates.md).
1919
>
20-
> If you configure a custom DNS suffix for your environment, traffic to FQDNs that use this suffix will resolve to the environment. FQDNs that use this suffix outside the environment will be unreachable from the environment.
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.
2121
2222
## Add a custom DNS suffix and certificate
2323

@@ -27,7 +27,7 @@ By default, an Azure Container Apps environment provides a DNS suffix in the for
2727

2828
1. In **DNS suffix**, enter the custom DNS suffix for the environment.
2929

30-
For example, if you enter `example.com`, the container app domain names will be in the format `<APP_NAME>.example.com`.
30+
For example, if you enter `example.com`, the container app domain names are in the format `<APP_NAME>.example.com`.
3131

3232
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.
3333

@@ -36,7 +36,7 @@ By default, an Azure Container Apps environment provides a DNS suffix in the for
3636
| A | `*.<DNS_SUFFIX>` | Environment inbound IP address | Wildcard record configured to the IP address of the environment. |
3737
| 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). |
3838

39-
1. Back in the *Custom DNS suffix* window, in **Certificate file**, browse and select a certificate for the TLS binding.
39+
1. Back in the *Custom DNS suffix* windows, in Certificate file, browse, and select a certificate for the TLS binding.
4040

4141
> [!IMPORTANT]
4242
> You must use an existing wildcard certificate that's valid for the custom DNS suffix you provided.
@@ -45,7 +45,7 @@ By default, an Azure Container Apps environment provides a DNS suffix in the for
4545

4646
1. Select **Save**.
4747

48-
Once the save operation is complete, the environment is updated with the custom DNS suffix and TLS certificate.
48+
Once the saved operation is complete, the environment is updated with the custom DNS suffix and TLS certificate.
4949

5050
## Next steps
5151

0 commit comments

Comments
 (0)