I do not have a license to create Azure Key vault, where I will get this message when I tried to create a new key vault:-
So our IT admin, has created a key vault for me and a secret >> and he shared the secret with my username as a Reader. But when I tried to Get the secret inside Power Automate using "Get secret" built-in action, I got this error message:-
Operation failed because client does not have permission to perform the operation on the key vault. Please check your permissions in the key vault access policies https://docs.microsoft.com/en-us/azure/key-vault/general/assign-access-policy-portal. clientRequestId: 7eb6f1c3-8b2b-44f2-9111-d57f2cb0cf9a
Here are the connection details inside Power Platform:-
any advice?
As per the documentation here
, a user with Key Vault Reader
role cannot read the secret values. In order to read value of a secret, the user must be assigned Key Vault Secrets User
role.