Skip to content

Commit d6652a9

Browse files
updates
1 parent 0c74390 commit d6652a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
9999
| Apex domain | A record | HTTP | An apex domain is a domain at the root level of your domain. For example, if your DNS zone is `contoso.com`, then `contoso.com` is the apex domain. |
100100
| Subdomain | CNAME | CNAME | A subdomain is a domain that is part of another domain. For example, if your DNS zone is `contoso.com`, then `www.contoso.com` is an example of a subdomain that can be configured in the zone. |
101101

102-
1. Log in to Azure with the Azure CLI.
102+
1. Log in to Azure with the Azure CLI.
103103

104104
```azurecli
105105
az login
@@ -194,10 +194,10 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
194194
|--|--|--|
195195
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
196196
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
197-
197+
198198
# [Private endpoint](#tab/private-endpoint)
199199
200-
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).
200+
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).
201201
202202
- If you selected *A record*, create the following DNS records:
203203
@@ -236,6 +236,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
236236
```
237237
238238
- If you're configuring an *A record*, replace `<VALIDATION_METHOD>` with `HTTP`.
239+
239240
- If you're configuring a *CNAME*, replace `<VALIDATION_METHOD>` with `CNAME`.
240241
241242
It might take several minutes to issue the certificate and add the domain to your container app.

0 commit comments

Comments
 (0)