Skip to content

Commit 207ee92

Browse files
update text for GA
1 parent 13eaa85 commit 207ee92

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: craigshoemaker
66
ms.service: container-apps
77
ms.custom: build-2023, devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 04/02/2023
9+
ms.date: 02/23/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
1313

14-
# Custom domain names and free managed certificates in Azure Container Apps (preview)
14+
# Custom domain names and free managed certificates in Azure Container Apps
1515

1616
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.
1717

@@ -29,8 +29,10 @@ Azure Container Apps provides a free managed certificate for your custom domain.
2929
The requirements are:
3030

3131
- Your container app has HTTP ingress enabled and is publicly accessible.
32+
3233
- For apex domains, you must have an A record pointing to your Container Apps environment's IP address.
33-
- For subdomains, you must have a CNAME record mapped directly to the container app's automatically generated domain name. Mapping to an intermediate CNAME value blocks certificate issuance and renewal.
34+
35+
- For subdomains, you must have a CNAME record mapped directly to the container app's automatically generated domain name. Mapping to an intermediate CNAME value blocks certificate issuance and renewal. Examples of CNAME values are traffic managers, Cloudflare, and similar services.
3436

3537
> [!NOTE]
3638
> To ensure the certificate issuance and subsequent renewals proceed successfully, all requirements must be met at all times when the managed certificate is assigned.

0 commit comments

Comments
 (0)