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-certificates.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,14 +83,19 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
83
83
84
84
# [Private endpoint](#tab/private-endpoint)
85
85
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
+
88
88
| Record type | Host | Value |
89
89
|--|--|--|
90
90
| 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
+
|--|--|--|
91
96
| TXT |`asuid`| The domain verification code. |
92
97
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:
0 commit comments