Hi Carolyn,
- Verify Access Policies: Double-check the access policies configured on the Key Vault. As an owner, you should have full access, but you may need a explicit permission for importing
- Add Explicit permission in Access Policy: If necessary, add an access policy explicitly granting permissions for importing certificates. To do this:
- Go to the Azure portal and navigate to the Key Vault.
- Select "Access policies" from the left menu.
- Click on "Add Access Policy."
- Choose the appropriate permissions (e.g., "Import" for certificates).
- In the "Select principal" section, you may need to search for and select the application or your object ID
- Click "Add" to save the access policy.
Please check below images for reference
Please check this doc for ref https://learn.microsoft.com/en-us/azure/key-vault/general/assign-access-policy?tabs=azure-portal
kindly accept answer if it helps,
Thanks
Deepanshu