Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Do we have free SSL Certificate's in the Azure service's? like ACM certs in AWS.
If yes what are the limitations?
I can see standard and wildcard only in the Azure portal "App Service Certificates"
Hi,
Yes, there are free App Service Managed Certificates. Below are limitations from documentation:
The free certificate comes with the following limitations:
- Doesn't support wildcard certificates.
- Doesn't support usage as a client certificate by using certificate thumbprint, which is planned for deprecation and removal.
- Doesn't support private DNS.
- Isn't exportable.
- Isn't supported in an App Service Environment.
- Only supports alphanumeric characters, dashes (-), and periods (.).
- Only custom domains of length up to 64 characters are supported.
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP