Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.08 KB

File metadata and controls

22 lines (18 loc) · 1.08 KB
author dlepow
ms.service azure-api-management
ms.topic include
ms.date 01/29/2026
ms.author danlep

Configure access to key vault

  1. In the Azure portal, go to your key vault.
  2. In the left menu, select Settings > Access configuration. Make a note of the configured Permission model.
  3. Depending on the permission model, configure either a key vault access policy or Azure RBAC access for an API Management managed identity.

To add a key vault access policy:

  1. In the left menu, select Access policies.
  2. On the Access policies page, select + Create.
  3. On the Permissions tab, under Secret permissions, select Get and List, and then select Next.
  4. On the Principal tab, search for the resource name of your managed identity, then select Next. If you're using a system-assigned identity, the principal is the name of your API Management instance.
  5. Select Next again. On the Review + create tab, select Create.