I've a azure web service (linux) and azure key vault.
i configure two private endpoint , to allow the communication between Azure Key Vault and Azure web app.
i set all permissions in key vault's access policy , i ve already added identiy managed in the azure web app and the two endpoint are in the same virtual network, but the app is unable to read the key vault reference
any idea to resolve that ?
EDIT :
The access is allowed from private endpoint and selected networks
i don't want to put the public ip address of my web app in the firewall
i added the vnet in the key vault




