Skip to content

Commit c783637

Browse files
updates
1 parent 34c3bc7 commit c783637

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

articles/container-apps/custom-domains-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, ignite-2024
88
ms.topic: how-to
9-
ms.date: 12/18/2024
9+
ms.date: 1/14/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
@@ -21,14 +21,14 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
2121
- Ingress must be enabled for the container app.
2222

2323
> [!NOTE]
24-
> If you configure a [custom environment DNS (Domain Name System) suffix](environment-custom-dns-suffix.md), you cannot add a custom domain that contains this suffix to your Container App.
24+
> If you configure a [custom environment DNS (Domain Name System) suffix](environment-custom-dns-suffix.md), you can't add a custom domain that contains this suffix to your Container App.
2525
2626
## Add a custom domain and certificate
2727

2828
::: zone pivot="azure-portal"
2929

3030
> [!IMPORTANT]
31-
> If you are using a new certificate, you must have an existing [SNI domain certificate](https://wikipedia.org/wiki/Server_Name_Indication) file available to upload to Azure.
31+
> If you're using a new certificate, you must have an existing [SNI domain certificate](https://wikipedia.org/wiki/Server_Name_Indication) file available to upload to Azure.
3232
3333
1. Navigate to your container app in the [Azure portal](https://portal.azure.com)
3434

@@ -66,7 +66,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
6666
| Apex domain | A record | An apex domain is a domain at the root level of your domain. For example, if your DNS (Domain Name System) zone is `contoso.com`, then `contoso.com` is the apex domain. |
6767
| 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. |
6868

69-
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 own it. The setup depends on whether you are using custom domains with the private endpoint (preview) feature:
69+
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 own it. The setup depends on whether you're using custom domains with the private endpoint (preview) feature:
7070

7171
# [General](#tab/general)
7272

@@ -92,7 +92,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
9292
|--|--|--|
9393
| A | `@` | The Private IP of your private endpoint on your container apps environment. |
9494

95-
In addition, you will need to add the following record to your public DNS zone.
95+
In addition, you'll need to add the following record to your public DNS zone.
9696

9797
| Record type | Host | Value |
9898
|--|--|--|
@@ -114,7 +114,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
114114
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.
115115

116116
> [!NOTE]
117-
> For container apps in internal Container Apps environments, [additional configuration](./networking.md#dns) is required to use custom domains with VNET-scope ingress.
117+
> For container apps in internal Container Apps environments, [extra configuration](./networking.md#dns) is required to use custom domains with VNET-scope ingress.
118118
119119
::: zone-end
120120

@@ -127,7 +127,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
127127
| 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. |
128128
| 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. |
129129

130-
1. Log in to Azure with the Azure CLI.
130+
1. Log in to Azure with the Azure CLI.
131131

132132
```azurecli
133133
az login
@@ -205,7 +205,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
205205
--query "properties.customDomainVerificationId"
206206
```
207207
208-
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 are using custom domains with the private endpoint (preview) feature:
208+
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:
209209
210210
# [General](#tab/general)
211211

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

Lines changed: 5 additions & 4 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, ignite-2024
88
ms.topic: how-to
9-
ms.date: 12/18/2024
9+
ms.date: 01/14/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: azure-cli-or-portal
1212
---
@@ -18,7 +18,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
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

2020
> [!NOTE]
21-
> If you configure a [custom environment DNS suffix](environment-custom-dns-suffix.md), you cannot add a custom domain that contains this suffix to your Container App.
21+
> If you configure a [custom environment DNS suffix](environment-custom-dns-suffix.md), you can't add a custom domain that contains this suffix to your Container App.
2222
2323
## Free certificate requirements
2424

@@ -30,10 +30,11 @@ The requirements are:
3030

3131
- Must have an A record for apex domains that points to your Container Apps environment's IP address.
3232

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.
33+
- Establish a CNAME record for subdomains that maps directly to the container app's 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.
37+
3738
## Add a custom domain and managed certificate
3839

3940
::: zone pivot="azure-portal"
@@ -176,7 +177,7 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
176177
--query "properties.customDomainVerificationId"
177178
```
178179
179-
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 are 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. The setup depends on whether you're using custom domains with the private endpoint (preview) feature:
180181
181182
# [General](#tab/general)
182183

0 commit comments

Comments
 (0)