File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,23 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
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
98
- If you selected * CNAME* , create the following DNS records:
94
99
95
100
| Record type | Host | Value |
96
101
| --| --| --|
97
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
+ |--|--|--|
98
108
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
99
109
100
110
---
You can’t perform that action at this time.
0 commit comments