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/custom-domains-managed-certificates.md
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,8 @@ The requirements are:
62
62
| Apex domain | A record | An apex domain is a domain at the root level of your domain. For example, if your DNS zone is `contoso.com`, then `contoso.com` is the apex domain. |
63
63
| Subdomain | CNAME | A subdomain is a domain that is part of another domain. For example, if your DNS zone is `contoso.com`, then `www.contoso.com` is an example of a subdomain that can be configured in the zone. |
64
64
65
-
1. Using the DNS provider that is hosting your domain, create DNS records based on the *Hostname record type* you selected using the values shown in the *Domain validation* section. The records point the domain to your container app and verify that you're the owner. The setup depends on whether you are using custom domains with the private endpoint (preview) feature:
65
+
1. Using the DNS provider that is hosting your domain, create DNS records based on the *Hostname record type* you selected using the values shown in the *Domain validation* section. The records point the domain to your container app and verify that you're the owner.
66
66
67
-
# [General](#tab/general)
68
-
69
67
- If you selected *A record*, create the following DNS records:
70
68
71
69
| Record type | Host | Value |
@@ -80,24 +78,6 @@ The requirements are:
80
78
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
81
79
| TXT |`asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
82
80
83
-
# [Private endpoint](#tab/private-endpoint)
84
-
85
-
- If you selected *A record*, you need to have a private DNS zone which has the same DNS zone name as your public DNS. Create the following DNS records on your private DNS zone:
86
-
87
-
| Record type | Host | Value |
88
-
|--|--|--|
89
-
| A |`@`| The Private IP of your private endpoint on your container apps environment. |
90
-
| TXT |`asuid`| The domain verification code. |
91
-
92
-
- If you selected *CNAME*, create the following DNS records:
93
-
94
-
| Record type | Host | Value |
95
-
|--|--|--|
96
-
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
97
-
| TXT |`asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
Copy file name to clipboardExpand all lines: articles/container-apps/networking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ This feature is supported for both Consumption and Dedicated plans in workload p
296
296
297
297
#### Considerations
298
298
- Private endpoints on Azure Container Apps only support inbound HTTP traffic. TCP traffic is not supported.
299
-
- To use a private endpoint with a custom domain and an *Apex domain* as the *Hostname record type*, you must configure a private DNS zone with the same name as your public DNS. In the record set, configure your private endpoint's private IP address instead of the container app environment's IP address. When configuring your custom domain with CNAME, the setup is unchanged. For more information, see [Set up custom domain with existing certificate](custom-domains-certificates.md) or [Set up custom domains with free managed cretificate](custom-domains-managed-certificates.md).
299
+
- To use a private endpoint with a custom domain and an *Apex domain* as the *Hostname record type*, you must configure a private DNS zone with the same name as your public DNS. In the record set, configure your private endpoint's private IP address instead of the container app environment's IP address. When configuring your custom domain with CNAME, the setup is unchanged. For more information, see [Set up custom domain with existing certificate](custom-domains-certificates.md).
300
300
- Your private endpoint's VNet can be separate from the VNet integrated with your container app.
301
301
- You can add a private endpoint to both new and existing workload profile environments.
0 commit comments