An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Hi @FunMum
Thank you for reaching out to Microsoft Q&A, I understand you are looking for guidance on TLS Certificates.
Best practice is to update/renew the certificate on the existing HTTPS listener (or the existing SSL certificate object), rather than creating a new listener only for renewal.
Microsoft confirms that renewing a valid certificate on Application Gateway does not cause downtime, and the documented portal flow is to select the existing listener and use Renew or edit selected certificate: https://learn.microsoft.com/azure/application-gateway/renew-certificates
For long-term operations, the recommended approach is to store listener certificates in Azure Key Vault and reference them with a versionless secret ID, so Application Gateway can automatically rotate to new certificate versions: https://learn.microsoft.com/azure/application-gateway/key-vault-certs
Also note: if one certificate object is attached to multiple listeners, updating that certificate affects all associated listeners: https://learn.microsoft.com/azure/application-gateway/ssl-certificate-management
Please 'Upvote' (Thumbs-up) and 'Accept' as answer if the response was helpful. This will be help other community members who face the same issue.
Best regards,
Andrew S Taylor