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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: build-2023, devx-track-azurecli
8
8
ms.topic: how-to
9
-
ms.date: 03/08/2024
9
+
ms.date: 09/19/2024
10
10
ms.author: cshoe
11
11
zone_pivot_groups: azure-cli-or-portal
12
12
---
@@ -26,11 +26,11 @@ Azure Container Apps provides a free managed certificate for your custom domain.
26
26
27
27
The requirements are:
28
28
29
-
-Your container app has HTTP ingress enabled and is publicly accessible.
29
+
-Enable HTTP ingress and ensure your container app is publicly accessible.
30
30
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.
32
32
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.
34
34
35
35
> [!NOTE]
36
36
> 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:
40
40
41
41
1. Navigate to your container app in the [Azure portal](https://portal.azure.com)
42
42
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:
44
44
45
45
1. Set *HTTP Ingress* to **Enabled**.
46
46
1. Select the desired *Ingress traffic* setting.
@@ -62,7 +62,7 @@ The requirements are:
62
62
| 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. |
63
63
| 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. |
64
64
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.
66
66
67
67
- If you selected *A record*, create the following DNS records:
68
68
@@ -82,7 +82,7 @@ The requirements are:
82
82
83
83
1. Once validation succeeds, select **Add**.
84
84
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.
86
86
87
87
88
88
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
184
184
- If you're configuring an *A record*, replace `<VALIDATION_METHOD>` with `HTTP`.
185
185
- If you're configuring a *CNAME*, replace `<VALIDATION_METHOD>` with `CNAME`.
186
186
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.
188
188
189
189
1. Once the operation is complete, navigate to your domain to verify that it's accessible.
0 commit comments