Unable to generate SSL certificates on Azure Web App
I'm having the following issue when trying to generate a new certificate to my azure web app:
Error adding managed certificate: Properties.CanonicalName is invalid. Found a duplicate certificate with [...] available or in pending issued under serverFarmId /subscriptions/[...]/resourceGroups/[...]/providers/Microsoft.Web/serverfarms/[...]. Pending certificate operation id: [...], timeout: 5/8/2024 10:18:00 AM.
I can't find anywhere the said "pending certificate" so I could cancel the operation.
I used to have the certificate there, it expired and I deleted it to generate a new one, which now isn't possible. Any help?