Hi @Velayutham P ,
Welcome to Microsoft Q&A platform and thanks for using Azure Services.
As I understand from the Error, Invalid Azure Key Vault key path specified.
It could be related with the Azure key vault firewall. The member who wants to 'decrypt' the data should whitelisted their IP address in Azure key vault.
Try to check permissions too. In order to completely verify that you have the correct permissions, go to Key Vault Blade:
- Select Access Policies from the Key Vault resource blade menu on the left
- Click the "add new" link/button at the top
- Select Principal to select the application that you are using (i.e. the app registration from which you got the client ID from)
- From the Key permissions drop down, make sure you give it "Decrypt", "Sign", "Get", "UnwrapKey" permissions
- Make sure to save changes
Lastly - you have to make sure your app registration has the correct permissions for your subscription.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification