I want to add/update around 50 keys to my key vault in Azure. Is there a way to add/update these keys using an Excel file and then deploy it through powershell script?
Asked
Active
Viewed 490 times
1 Answers
1
The answer is "Yes".
- Read Excel using Powershell: Read Excel sheet in Powershell
- Import Keys using Powershell: https://www.c-sharpcorner.com/article/working-with-azure-key-vault-using-azure-powershell/#:~:text=You%20can%20create%20or%20import%20key%20%28s%29%20in,key%20in%20software%20in%20the%20Key%20Vault%20service.

Matt Small
- 2,182
- 1
- 10
- 16