Create process for identity between logic apps and Az key vault

NIKHIL KUMAR 101 Reputation points
2022-11-08T13:27:37.03+00:00

Can you suggest me a process build for a process to add the identity of logic Apps directly to azure key vault access policies without manual intervention.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,016 Reputation points
    2022-11-09T05:49:54.18+00:00

    @NIKHIL KUMAR Thanks for reaching out.

    To access an Azure key vault with your managed identity, you have to create an access policy for that identity on your key vault and assign the appropriate permissions for that identity on that key vault. To automate this either you can leverage the ARM template i.e. you need to give identity access to resources when the resource is deployed. Alternative you can leverage the Azure PowerShell or CLI to perform this manual operation. For more details, please refer to this document.

    Azure Resource Manager template (ARM template) Key Vault access policy resource definition
    Azure PowerShell Assign a Key Vault access policy
    Azure CLI Assign a Key Vault access policy

    0 comments No comments