I am trying to deploy azure function app and integrate it with private endpoint using Bicep template. The deployment is successful, however the function app link gives the below error.
Your connection isn't private.
I have included the DNS profile. In Virtual network I have also added the service endpoint(storage account) and integrated with the function app subnet.
Kindly assist.
Thank you.