I have setup and Azure KeyVault with vNET firewalls activated. I also setup an Azure Functions App (Premium, Linux, Python) with vNET integration. I've added the function app's subnet also as service endpoint on key vault. However I am still not able to access the key vault from the azure function.
I get an error message saying that the Azure Functions IP (public IP) cannot access the Key Vault.
Am I missing something? Or is it something that just doesn't work at the moment?
Whitelisting the azure functions IP within Keyvault isn't what I am looking for, since the communication would still go through public endpoint.
Thanks!