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
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
Copy file name to clipboardExpand all lines: articles/container-apps/environment-custom-dns-suffix.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: container-apps
7
7
ms.topic: how-to
8
-
ms.date: 10/13/2022
8
+
ms.date: 07/18/2024
9
9
ms.author: cshoe
10
10
---
11
11
12
12
# Custom environment DNS Suffix in Azure Container Apps
13
13
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.
15
15
16
16
> [!NOTE]
17
17
>
18
18
> To configure a custom domain for individual container apps, see [Custom domain names and certificates in Azure Container Apps](custom-domains-certificates.md).
19
19
>
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.
21
21
22
22
## Add a custom DNS suffix and certificate
23
23
@@ -27,7 +27,7 @@ By default, an Azure Container Apps environment provides a DNS suffix in the for
27
27
28
28
1. In **DNS suffix**, enter the custom DNS suffix for the environment.
29
29
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`.
31
31
32
32
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
33
@@ -36,7 +36,7 @@ By default, an Azure Container Apps environment provides a DNS suffix in the for
36
36
| A |`*.<DNS_SUFFIX>`| Environment inbound IP address | Wildcard record configured to the IP address of the environment. |
37
37
| 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). |
38
38
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.
40
40
41
41
> [!IMPORTANT]
42
42
> 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
45
45
46
46
1. Select **Save**.
47
47
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.
0 commit comments