How to get updated SSL certificates before Azure automaticatlly changes it?

Kirill Yunussov 21 Reputation points
2021-06-17T11:46:44.707+00:00

We use default SSL certificates in Azure, so we do not have to do any maintenance for them. We do not use the paid SSL cert service, nor the custom SSL certs.

A consumer of our webapp in Azure App Services caches the Azure SSL certificate. Whenever Microsoft changes that certificate, their connection stops working.

This has already happened twice - Fall of 2019, Fall of 2020. Both times we got zero notification of the change from Microsoft, which resulted in a service disruption.

How can we get an advanced notification of these default certs changing? Would like the date of the change and the cert files.

Salesforce.com, for example, has a "group" where they post such changes months ahead, and provide a zip file with the new certs. Can Microsoft do something like that?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2021-06-18T17:14:40.887+00:00

    Thanks for asking question! Just to confirm if you are referring to the default wildcard certificate for *.azurewebsites.net, that isn’t a certificate that you can or should rely on for any kind of stability. The service can (and has multiple times) changed the certificate at will for any number of reasons.

    For need of certificate stability, as well as access to artifacts like public cer files, do need to purchase their own certificate.

    (Please note that doesn’t need to be purchased from us – any valid certificate from a public certificate provider will work).

    Hope this helps, If you have further query or issue remains let us know.


0 additional answers

Sort by: Most helpful

Your answer

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