I have a Let's Encrypt certificate uploaded to an Azure Key Vault and connected to a web app setup according to the instructions at https://azure.microsoft.com/en-us/blog/internals-of-app-service-certificate/
In the article it says certificates are synced automatically:
ASC RP has a periodic job that syncs linked certificates with the corresponding ASC every few hours. So even if you don’t click on Sync, this job would eventually migrate your Apps to the new certificate in a few hours.
But I have now updated the certificate in the key vault and a few days later the web app is still using the previous certificate.
Will it only sync when the previous certificate expires? I have trouble finding any documentation about the automatic syncing functionality.