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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,13 @@ The free certificate comes with the following limitations:
82
82
83
83
### [Apex domain](#tab/apex)
84
84
- Must have an A record pointing to your web app's IP address.
85
-
-Isn't supported on apps that aren't publicly accessible.
85
+
-Must be on apps that are publicly accessible.
86
86
- Isn't supported with root domains that are integrated with Traffic Manager.
87
87
- Must meet all the above for successful certificate issuances and renewals.
88
88
89
89
### [Subdomain](#tab/subdomain)
90
90
- 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.
91
92
- Must meet all the above for successful certificate issuance and renewals.
0 commit comments