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 when your container app is publicly accessible.
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 from the [digicert IP addresses](https://knowledge.digicert.com/alerts/ip-address-domain-validation).
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
@@ -26,7 +26,7 @@ Azure Container Apps provides a free managed certificate for your custom domain.
26
26
27
27
The requirements are:
28
28
29
-
- Enable HTTP ingress and ensure your container app is publicly accessible.
29
+
- Enable HTTP ingress and ensure your container app is publicly accessible from the [digicert IP addresses](https://knowledge.digicert.com/alerts/ip-address-domain-validation).
30
30
31
31
- Must have an A record for apex domains that points to your Container Apps environment's IP address.
0 commit comments