Skip to content

Commit aa6a047

Browse files
committed
update private endpoint custom domain
1 parent 4e31a64 commit aa6a047

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,23 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
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

9398
- If you selected *CNAME*, create the following DNS records:
9499

95100
| Record type | Host | Value |
96101
|--|--|--|
97102
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
103+
104+
In addition, you will need to add the following record to your public DNS zone.
105+
106+
| Record type | Host | Value |
107+
|--|--|--|
98108
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
99109

100110
---

0 commit comments

Comments
 (0)