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
# Custom domain names and free managed certificates in Azure Container Apps
15
15
16
-
Azure Container Apps allows you to bind one or more custom domains to a container app. You can automatically configure a free managed certificate for your custom domain.
16
+
Azure Container Apps allows you to bind one or more custom domains to a container app. You can automatically configure a free managed certificate for your custom domain when your container app is publicly accessible.
17
17
18
18
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).
19
19
@@ -177,10 +177,8 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
177
177
--query "properties.customDomainVerificationId"
178
178
```
179
179
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:
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.
181
181
182
-
# [General](#tab/general)
183
-
184
182
- If you selected *A record*, create the following DNS records:
185
183
186
184
| Record type | Host | Value |
@@ -195,8 +193,6 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
195
193
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
196
194
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
197
195
198
-
# [Private endpoint](#tab/private-endpoint)
199
-
200
196
When using a private endpoint for your incoming traffic, you need to [create a private DNS zone](how-to-use-private-endpoint.md#configure-the-private-dns-zone).
201
197
202
198
- If you selected *A record*, create the following DNS records:
@@ -213,8 +209,6 @@ Container Apps supports apex domains and subdomains. Each domain type requires a
213
209
| CNAME | The subdomain (for example, `www`) | The generated domain of your container app. |
214
210
| TXT | `asuid.` followed by the subdomain (for example, `asuid.www`) | The domain verification code. |
0 commit comments