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-managed-certificates.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
177
177
--query "properties.customDomainVerificationId"
178
178
```
179
179
180
-
1. Using the DNS provider that is hosting your domain, create DNS records based on the record type you selected using the values shown in the *Domain validation* section. The records point the domain to your container app and verify that you own it.
180
+
1. Using the DNS provider that is hosting your domain, create DNS records based on the record type you selected using the values shown in the *Domain validation* section. The records point the domain to your container app and verify that you own it.
181
181
182
182
- If you selected *A record*, create the following DNS records:
183
183
@@ -193,22 +193,6 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
193
193
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
194
194
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
195
195
196
-
When using a private endpoint for your incoming traffic, you need to [create a private DNS zone](how-to-use-private-endpoint.md#configure-the-private-dns-zone).
197
-
198
-
- If you selected *A record*, create the following DNS records:
199
-
200
-
| Record type | Host | Value |
201
-
|--|--|--|
202
-
| A | `@` | The Private IP of your private endpoint on your container apps environment. |
203
-
| TXT | `asuid` | The domain verification code. |
204
-
205
-
- If you selected *CNAME*, create the following DNS records:
206
-
207
-
| Record type | Host | Value |
208
-
|--|--|--|
209
-
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
210
-
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
0 commit comments