About a year ago we created an App Service Certificate in the Azure portal and imported in into a key vault. Auto-renew was not configured.
The certificate expired in the meantime, but we did not receive any notification before the expiry time.
While investigating, I found that in order to get notified, we should have set a certificate contact:
https://docs.microsoft.com/en-us/azure/key-vault/certificates/overview-renew-certificate
"To get notified about certificate life events, you would need to add certificate contact. Certificate contacts contain contact information to send notifications triggered by certificate lifetime events. The contacts information is shared by all the certificates in the key vault. A notification is sent to all the specified contacts for an event for any certificate in the key vault."
This doc states that it should be possible to set a certificate contact both from the Azure portal and PowerShell:
https://docs.microsoft.com/en-us/azure/key-vault/certificates/overview-renew-certificate#steps-to-set-certificate-notifications
"First, add a certificate contact to your key vault. You can add using Azure portal or PowerShell cmdlet Add-AzureKeyVaultCertificateContact."
The issue is that I cannot find the place to configure this in the Azure portal.
Can you please guide me in the right direction?