Reputation: 1
I have a requirement to create an azure blob using power automate based on a trigger. I am using the access key to connect to the storage account. If I need to rotate the access key, what are the options to avoid the manual edit in the connection. Is it possible to use azure key vault to retrieve the access key and use it in the connection details of create blob component?
The password field in the azure blob storage connector in power automate does not seem to accept the variable value, Is there a workaround?
Upvotes: 0
Views: 1294
Reputation: 82
When it comes to the Key Vault side of things, you can use the Key Vault managed storage account key feature to list (sync) keys with an Azure storage account, and regenerate (rotate) the keys periodically.
Please note that Key Vault Managed Storage Account Keys (legacy) is supported as-is with no more updates planned. For more info - Manage storage account keys.
Additional Links:
Manage storage account keys with Key Vault and Azure PowerShell Create SAS definition and fetch shared access signature tokens in code
I hope this helps!
Upvotes: 0