Michal Pipal Thanks for posting your question in Microsoft Q&A. I assume you followed doc: Configure a custom domain name for your Azure API Management instance in setting custom domain for APIM gateway in reference to Azure Key Vault. Make sure you had set them to autorenew
and inserted as a certificate (not secret) as described in the doc.
If you had already set them, APIM will pick up the changes from Azure Key Vault in a few hours (except Developer tier) and apply it automatically. In case, the client calling APIM has certificate pinning by thumbprint, then it should be updated beforehand.
Note: The current poll time to refresh changes from Key Vault is 4 hours (may change in future) and applying the certificate might take up to 20 mins. Refer Certificate options for this info:
For immediately refresh the certificate, you can update it manually via portal or PUT command using rest API.
I hope this helps with your questions and let me know if you have any other.
If you found the answer to your question helpful, please take a moment to mark it as Yes
for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.