Hi @Nayanajith • Thank you for reaching out.
Based on the error, the application is not able to connect to the Key Vault named kv-env-app.vault.azure.net. To make sure that a Key Vault with this name actually exists, I tried to create a new Key Vault with the same name in my subscription expecting that to fail, as the name must be unique across all the subscriptions in Azure.
However, the name was successfully getting validated as it is available for use:
If the name is already assigned to a Key Vault by someone in Azure, it should result in the below error:
So, I would suggest you check if the Key Vault with that name still exists or is deleted by someone. If it is deleted, try creating a new one with the same name so that you don't have to update the application code.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.