Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Mario Lessard we're sorry to hear you're facing this problem. The error "Parameter Thumbprint is null or empty" when trying to add an SSL binding with a managed certificate in Azure App Service means that the system is trying to create the binding before the certificate has fully provisioned and its thumbprint has been generated. This is a timing issue.
After you request a managed certificate, it takes some time for Azure to provision it, issue it, and make it available. This process can take anywhere from a few minutes to, in rare cases, a bit longer. If you immediately try to create the binding after requesting the certificate, the thumbprint won't be available yet.
We suggest waiting a few minutes (10-15 is usually sufficient) after requesting the managed certificate before attempting to create the SSL binding. Refresh the App Service's "SSL/TLS settings" page in the Azure portal to check if the certificate's status has changed from "Creating" or similar to "Issued" or "Ready."