If our search is exposed only via a private endpoint, how do we connect to it from Power Automate?

If our search is exposed only via a private endpoint, how do we connect to it from Power Automate?
Connecting to a private endpoint from Power Automate involves a few steps to ensure secure access. Here's a general approach:
Create a Virtual Network: Set up a virtual network in Azure that includes the private endpoint for your service (e.g., Blob Storage, SQL Server).
Configure a VPN Gateway: Establish a VPN gateway within the virtual network. This gateway will facilitate secure connections between your Power Automate environment and the private endpoint.
Set Up a Local Network Gateway: Create a local network gateway that represents your on-premises network or the network where Power Automate is running.
Establish a Site-to-Site VPN Connection: Configure a site-to-site VPN connection between the VPN gateway and the local network gateway. This setup allows traffic to flow securely between your Power Automate environment and the private endpoint.
Configure Power Automate: In Power Automate, ensure that your environment is set up to use the virtual network gateway. This might involve setting up network security groups and routing rules to allow traffic from Power Automate to the private endpoint.
If the response is helpful to you, a like or mark as the correct solution. Thank you so much!