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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
99
99
| 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. |
100
100
| 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. |
101
101
102
-
1. Log in to Azure with the Azure CLI.
102
+
1. Log in to Azure with the Azure CLI.
103
103
104
104
```azurecli
105
105
az login
@@ -194,10 +194,10 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
194
194
|--|--|--|
195
195
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
196
196
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
197
-
197
+
198
198
# [Private endpoint](#tab/private-endpoint)
199
199
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).
201
201
202
202
- If you selected *A record*, create the following DNS records:
203
203
@@ -236,6 +236,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
236
236
```
237
237
238
238
- If you're configuring an *A record*, replace `<VALIDATION_METHOD>` with `HTTP`.
239
+
239
240
- If you're configuring a *CNAME*, replace `<VALIDATION_METHOD>` with `CNAME`.
240
241
241
242
It might take several minutes to issue the certificate and add the domain to your container app.
0 commit comments