Hi @Sudha Achuthan , I understand you have issues with Azure Key Vault authorization.
Azure Key Vault offers two authorization systems: Azure role-based access control (Azure RBAC), which operates on Azure's control and data planes, and the access policy model, which operates on the data plane alone.
It's recommended to use Azure RBAC, as the access policy model is a legacy authorization system.
If your Key Vault is still using access policy model, change it to enable RBAC authorization.
Then review Azure Built-in Roles for Key Vault Data Plane operation and assign the appropriate role, e.g. Key Vault Secrets Officer, to your user.
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.