We have a requirement where we need to access On Prem SqlServer database from the Azure function. In order to do that we have created a private endpoint.
After creating private endpoint still my function is not able to access On Prem DB, do we need to white list the ipaddress provided in the Private endpoint.
The other problem is we have external solution that is consuming our Azure function which is unable to access it because we have bounded our Azure function with private endpoint, we have issues in release of Azure function as well in CI/CD.
Please suggest how can we solve this.
