Azure Key Vault and Azure managed key HSM

Gyan Prakash 0 Reputation points
2025-05-09T05:29:06.8066667+00:00

I am using Azure Key Vault to manage my Code Signing certificate for implementing ISV but getting error due to authorisation while creating the key vault.

Azure | Azure ISV (Independent Software Vendor)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 22,806 Reputation points Volunteer Moderator
    2025-05-09T10:39:45.1+00:00

    Hello Gyan Prakash,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having authorization error while trying to create an Azure Key Vault for managing a Code Signing certificate as part of your ISV implementation.

    Authorization errors when creating an Azure Key Vault often stem from missing permissions or misconfigured access. To resolve this, ensure your user or service principal has the Contributor or Owner role on the resource group, or appropriate Key Vault roles if using Azure RBAC. If you're using access policies, explicitly grant permissions for managing certificates, keys, or secrets. Also, check that your IP is allowed through the Key Vault firewall, and that any managed identity (like for an Azure Function) is enabled and properly configured with the necessary access rights.

    Check the below links for details to troubleshoot it:

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.