Hi, thanks for the post.
I’ve set up a Flex Consumption Function App and am trying to establish a secure connection to Key Vault using VNET integration. However, as soon as I disable public network access on the Key Vault, the Function App is no longer able to retrieve secrets.
The logs show the following error:
“Public network access is disabled and the request is not from a trusted service nor via an approved private link.”
I’m relatively new to networking, and the troubleshooting tool only returns a generic error message, which hasn’t helped much.
If anyone can guide me on how to resolve this—especially how to properly connect the Function App to Key Vault over a private network—I’d really appreciate it.
VNet integration is not healthy