Skip to content

Commit ec7de7c

Browse files
Merge pull request #271180 from Akhilesh-microsoft/ACA/custom_domains_certificates
[ACA: Custom_domains_certificates]: Verified the article, reviewed the content, and fixed all the editorial issues. Article looks good.
2 parents fa06b63 + f3e585d commit ec7de7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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
2525
## Add a custom domain and certificate
2626

@@ -29,7 +29,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
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)