Skip to content

Commit d5146b9

Browse files
Merge pull request #291028 from cachai2/certsPE
update certs
2 parents 59a7dcb + 0c7d2db commit d5146b9

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

articles/container-apps/custom-domains-managed-certificates.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ The requirements are:
6262
| 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. |
6363
| 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. |
6464

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.
6666

67-
# [General](#tab/general)
68-
6967
- If you selected *A record*, create the following DNS records:
7068

7169
| Record type | Host | Value |
@@ -80,24 +78,6 @@ The requirements are:
8078
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
8179
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
8280

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. |
98-
99-
---
100-
10181
1. Select **Validate**.
10282

10383
1. Once validation succeeds, select **Add**.

articles/container-apps/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This feature is supported for both Consumption and Dedicated plans in workload p
296296

297297
#### Considerations
298298
- 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).
300300
- Your private endpoint's VNet can be separate from the VNet integrated with your container app.
301301
- You can add a private endpoint to both new and existing workload profile environments.
302302

0 commit comments

Comments
 (0)