Share via

Possibility of Monitoring SSL certificates expiration of custom websites in Azure

Prakashraaj V 1 Reputation point
2020-08-12T12:57:51.047+00:00

Is there any options to monitor the SSL certificate expiration for custom websites using azure services?

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.


1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 19,088 Reputation points Moderator
    2020-08-14T06:38:06.493+00:00

    @Prakashraaj V Thanks for your comment. AFAIK, there is no specific service for monitoring ssl certificates expiration. But for websites, you can take advantage of Azure App Service Certificates where you can turn on automatic renewal of certificates. For more information, kindly refer this documentation.

    Other possibility is to use Azure Automation Runbooks where you can have script to get the list of certificates with expiry date and send an email whenever the certificate expires. This PowerShell command Get-AzWebAppCertificate might help to retrieve list of App Service Certificates.

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.