Skip to content

Commit ad6e799

Browse files
Merge pull request #292088 from cachai2/updatePeCustomDomain
update private endpoint custom domain
2 parents 8d3d272 + e3f3a98 commit ad6e799

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,19 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
8383

8484
# [Private endpoint](#tab/private-endpoint)
8585

86-
- 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:
87-
86+
- 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 record on your private DNS zone:
87+
8888
| Record type | Host | Value |
8989
|--|--|--|
9090
| A | `@` | The Private IP of your private endpoint on your container apps environment. |
91+
92+
In addition, you will need to add the following record to your public DNS zone.
93+
94+
| Record type | Host | Value |
95+
|--|--|--|
9196
| TXT | `asuid` | The domain verification code. |
9297

93-
- If you selected *CNAME*, create the following DNS records:
98+
- If you selected *CNAME*, create the following DNS records on your public DNS zone:
9499

95100
| Record type | Host | Value |
96101
|--|--|--|

0 commit comments

Comments
 (0)