Skip to content

Commit 1c77ad0

Browse files
Verified the article, reviewed the content, and fixed all the editorial issues. Article looks good.
1 parent 71fbe4a commit 1c77ad0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Custom domain names and certificates in Azure Container Apps
3-
description: Learn to manage custom domain names and certificates in Azure Container Apps
2+
title: Custom domain names and certificates in Azure Container Apps.
3+
description: Learn to manage custom domain names and certificates in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
@@ -16,20 +16,20 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
1616

1717
- Every domain name must be associated with a TLS/SSL certificate. You can upload your own certificate or use a [free managed certificate](custom-domains-managed-certificates.md).
1818
- Certificates are applied to the container app environment and are bound to individual container apps. You must have role-based access to the environment to add certificates.
19-
- [SNI domain certificates](https://wikipedia.org/wiki/Server_Name_Indication) are required.
19+
- [SNI (Server Name Identification) domain certificates](https://wikipedia.org/wiki/Server_Name_Indication) are required.
2020
- Ingress must be enabled for the container app.
2121

2222
> [!NOTE]
23-
> 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.
23+
> 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.
2424
25-
## Add a custom domain and certificate
25+
## Adding a custom domain and certificate
2626

2727
> [!IMPORTANT]
2828
> 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.
2929
3030
1. Navigate to your container app in the [Azure portal](https://portal.azure.com)
3131

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

3434
1. Set *HTTP Ingress* to **Enabled**.
3535
1. Select the desired *Ingress traffic* setting.
@@ -60,7 +60,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
6060

6161
| Domain type | Record type | Notes |
6262
|--|--|--|
63-
| 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+
| 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. |
6464
| 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. |
6565

6666
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.
@@ -101,7 +101,7 @@ You can manage your certificates through the following actions:
101101
| Action | Description |
102102
|--|--|
103103
| Add | Select the **Add certificate** link to add a new certificate. |
104-
| Delete | Select the trash can icon to remove a certificate. |
104+
| Delete | Select the trash can icon to remove a certificate. |
105105
| Renew | The *Health status* field of the table indicates that a certificate is expiring soon within 60 days of the expiration date. To renew a certificate, select the **Renew certificate** link to upload a new certificate. |
106106

107107
### Container app

0 commit comments

Comments
 (0)