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-certificates.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
16
16
17
17
- 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).
18
18
- 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.
20
20
- Ingress must be enabled for the container app.
21
21
22
22
> [!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.
24
24
25
25
## Add a custom domain and certificate
26
26
@@ -29,7 +29,7 @@ Azure Container Apps allows you to bind one or more custom domains to a containe
29
29
30
30
1. Navigate to your container app in the [Azure portal](https://portal.azure.com)
31
31
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:
33
33
34
34
1. Set *HTTP Ingress* to **Enabled**.
35
35
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
60
60
61
61
| Domain type | Record type | Notes |
62
62
|--|--|--|
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. |
64
64
| 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. |
65
65
66
66
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:
101
101
| Action | Description |
102
102
|--|--|
103
103
| 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. |
105
105
| 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. |
0 commit comments