Skip to content

Commit 5cbf770

Browse files
Merge pull request #287017 from Akhilesh-microsoft/ACA/custom_domains_managed_certificates
[Git issue 117614 : az containerapp hostname bind does not have a --validation-method flag: Reviewed for the freshness pass. ms.date updated
2 parents 3300895 + 93e643c commit 5cbf770

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: build-2023, devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 03/08/2024
9+
ms.date: 09/19/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
@@ -26,11 +26,11 @@ Azure Container Apps provides a free managed certificate for your custom domain.
2626

2727
The requirements are:
2828

29-
- Your container app has HTTP ingress enabled and is publicly accessible.
29+
- Enable HTTP ingress and ensure your container app is publicly accessible.
3030

31-
- For apex domains, you must have an A record pointing to your Container Apps environment's IP address.
31+
- Must have an A record for apex domains that points to your Container Apps environment's IP address.
3232

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. Examples of CNAME values are traffic managers, Cloudflare, and similar services.
33+
- Establish a CNAME record for subdomains that maps 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.
3434

3535
> [!NOTE]
3636
> To ensure the certificate issuance and subsequent renewals proceed successfully, all requirements must be met at all times when the managed certificate is assigned.
@@ -40,7 +40,7 @@ The requirements are:
4040

4141
1. Navigate to your container app in the [Azure portal](https://portal.azure.com)
4242

43-
1. Verify that your app has HTTP ingress enabled by selecting **Ingress** in the *Settings* section. If ingress isn't enabled, enable it with these steps:
43+
1. Verify that your app has HTTP ingress enabled by selecting **Ingress** in the *Settings* section. If ingress isn't enabled, enable it with these steps:
4444

4545
1. Set *HTTP Ingress* to **Enabled**.
4646
1. Select the desired *Ingress traffic* setting.
@@ -62,7 +62,7 @@ The requirements are:
6262
| Apex domain | A record | 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. |
6363
| Subdomain | 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. |
6464

65-
1. Using the DNS provider that is hosting your domain, create DNS records based on the *Hostname 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 are the owner.
65+
1. Using the DNS provider that is hosting your domain, create DNS records based on the *Hostname 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're the owner.
6666

6767
- If you selected *A record*, create the following DNS records:
6868

@@ -82,7 +82,7 @@ The requirements are:
8282

8383
1. Once validation succeeds, select **Add**.
8484

85-
It may take several minutes to issue the certificate and add the domain to your container app.
85+
It might take several minutes to issue the certificate and add the domain to your container app.
8686

8787

8888
1. Once the operation is complete, you see your domain name in the list of custom domains with a status of *Secured*. Navigate to your domain to verify that it's accessible.
@@ -184,7 +184,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
184184
- If you're configuring an *A record*, replace `<VALIDATION_METHOD>` with `HTTP`.
185185
- If you're configuring a *CNAME*, replace `<VALIDATION_METHOD>` with `CNAME`.
186186
187-
It may take several minutes to issue the certificate and add the domain to your container app.
187+
It might take several minutes to issue the certificate and add the domain to your container app.
188188
189189
1. Once the operation is complete, navigate to your domain to verify that it's accessible.
190190

0 commit comments

Comments
 (0)