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/app-service/configure-ssl-certificate.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,14 +81,13 @@ The free certificate comes with the following limitations:
81
81
### [Apex domain](#tab/apex)
82
82
83
83
- Must have an A record pointing to your web app's IP address.
84
-
- Must be on apps that are publicly accessible.
85
84
- Isn't supported with root domains that are integrated with Azure Traffic Manager.
86
85
- Must meet all the preceding criteria for successful certificate issuances and renewals.
87
86
88
87
### [Subdomain](#tab/subdomain)
89
88
90
89
- Must have CNAME mapped _directly_ to `<app-name>.azurewebsites.net` or [trafficmanager.net](configure-domain-traffic-manager.md#enable-custom-domain). Mapping to an intermediate CNAME value blocks certificate issuance and renewal.
91
-
-Must be on apps that are publicly accessible.
90
+
-If using Azure Traffic Manager, the site must be configured as an [Azure endpoint](/azure/traffic-manager/traffic-manager-endpoint-types#azure-endpoints).
92
91
- Must meet all the preceding criteria for successful certificate issuance and renewals.
0 commit comments