Skip to content

Commit 7fdf6bb

Browse files
committed
remove pe from managed cert
1 parent 7d61359 commit 7fdf6bb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zone_pivot_groups: azure-cli-or-portal
1313

1414
# Custom domain names and free managed certificates in Azure Container Apps
1515

16-
Azure Container Apps allows you to bind one or more custom domains to a container app. You can automatically configure a free managed certificate for your custom domain.
16+
Azure Container Apps allows you to bind one or more custom domains to a container app. You can automatically configure a free managed certificate for your custom domain when your container app is publicly accessible.
1717

1818
If you want to set up a custom domain using your own certificate, see [Custom domain names and certificates in Azure Container Apps](custom-domains-certificates.md).
1919

@@ -177,10 +177,8 @@ 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. The setup depends on whether you're using custom domains with the private endpoint (preview) feature:
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
182-
# [General](#tab/general)
183-
184182
- If you selected *A record*, create the following DNS records:
185183
186184
| Record type | Host | Value |
@@ -195,8 +193,6 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
195193
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
196194
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
197195
198-
# [Private endpoint](#tab/private-endpoint)
199-
200196
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).
201197
202198
- If you selected *A record*, create the following DNS records:
@@ -213,8 +209,6 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
213209
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
214210
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
215211
216-
---
217-
218212
1. Add the domain to your container app.
219213
220214
```azurecli

0 commit comments

Comments
 (0)