Skip to content

Commit 3424943

Browse files
committed
nit
1 parent 7fdf6bb commit 3424943

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

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

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
177177
--query "properties.customDomainVerificationId"
178178
```
179179
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.
181181
182182
- If you selected *A record*, create the following DNS records:
183183
@@ -193,22 +193,6 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
193193
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
194194
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
195195
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. |
211-
212196
1. Add the domain to your container app.
213197
214198
```azurecli

0 commit comments

Comments
 (0)