My Azure App service is loading a certificate from the Azure Key Vault. I have set cert as auto-renew in key vault. My appservice is loading the new certificate, whenever Keyvault renews the cert.
I know AppService keep syncing with Azure Key Vault in a background process. How does it happen when AppService finds there is a renewed certificate in Key Vault? Does appservice loads new renewed cert in the Current User and restart the AppService?
Thanks