You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/environment-custom-dns-suffix.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.topic: how-to
8
-
ms.date: 07/18/2024
8
+
ms.date: 03/18/2025
9
9
ms.author: cshoe
10
10
---
11
11
@@ -14,10 +14,9 @@ ms.author: cshoe
14
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.
15
15
16
16
> [!NOTE]
17
-
>
18
17
> To configure a custom domain for individual container apps, see [Custom domain names and certificates in Azure Container Apps](custom-domains-certificates.md).
19
18
>
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.
21
20
22
21
## Add a custom DNS suffix and certificate
23
22
@@ -32,7 +31,7 @@ Azure Container Apps environment provides a default DNS suffix in the format `<U
32
31
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.
33
32
34
33
| Record type | Host | Value | Description |
35
-
| -- | -- | -- | -- |
34
+
|--|--|--|--|
36
35
| A |`*.<DNS_SUFFIX>`| Environment inbound IP address | Wildcard record configured to the IP address of the environment. |
37
36
| 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). |
0 commit comments