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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,28 +83,23 @@ 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 records on your private DNS zone:
87
+
88
88
| Record type | Host | Value |
89
89
|--|--|--|
90
-
| A |`@`| The Private IP of your private endpoint on your container apps environment. |
90
+
| A |`@`| The Private IP of your privateendpoint on your container apps environment. |
91
91
92
92
In addition, you will need to add the following record to your public DNS zone.
93
93
94
94
| Record type | Host | Value |
95
95
|--|--|--|
96
96
| TXT |`asuid`| The domain verification code. |
97
97
98
-
- If you selected *CNAME*, create the following DNS records:
98
+
- If you selected *CNAME*, create the following DNS records in your public DNS zone:
99
99
100
100
| Record type | Host | Value |
101
101
|--|--|--|
102
102
| 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
-
|--|--|--|
108
103
| TXT |`asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
0 commit comments