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:
- https://learn.microsoft.com/en-us/azure/key-vault/general/common-error-codes
- https://learn.microsoft.com/en-us/azure/key-vault/general/troubleshooting-access-issues
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.