Securely Storing and Passing Azure App Registration Credentials in an Azure Runbook
I am renewing the Azure App registration secret value every 365 days and storing it in Azure Key Vault. I have developed a PowerShell script that works fine when executed manually. However, I want to automate the script using an Azure Runbook.
I need help with the following queries:
- How can I securely store and pass the Azure App registration Client ID and Client Secret values into the script for authentication in an Azure Runbook?
- How can I allow the Runbook's IP address in the Key Vault so that only that Runbook can access the Key Vault?
Any suggestions would be appreciated. Thank you in advance.
1 answer
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more