Hi @Ho, Keith D
Thank you for reaching Microsoft Q&A Forum!
I Understand that you are trying to Import a certificate into your key vault using the Azure CLI and you would like to automate this command.
az keyvault certificate import --vault-name "<your-key-vault-name>" -n "ExampleCertificate" -f "/path/to/ExampleCertificate.pem"
You can achieve this task you can use Azure Automation where you can create a run book to execute tasks that need to be performed at set timed intervals.
Also, you can use Azure functions to Automate this process
Reference: How to use Azure Automation
Hope this helps. Do let us know if you any further queries by responding in the comments section.
Thanks,
Akhilesh V.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.