Azure Logic App - SFTP - SSH Connector seems to be using Power Automate outbound ip address

Mathew george 21 Reputation points
2023-12-20T08:28:17.89+00:00

Hi

I have setup vnet , nat , nsg , routing etc and integrated the vnet and nat to the logic app , I am using SFTP-SSH template to build the solution the problem I am facing is that the request (outbound) are not going through the nat gateway , its not even going through the outbound list of IP addresses , it is using the IP address of power automate instead .

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,133 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 6,796 Reputation points
    2023-12-20T10:53:47.7166667+00:00

    It looks like there is a limitation with this connector, due to SFTP Connector is hosted on the Power Automate service, which is a multi-tenant service. Even when integrated with a Virtual Network (VNet) and a NAT gateway, the connector still communicates with the SFTP server over the internet, hence it uses the Power Automate public IP.

    Other Alternative It's if you want to whitelist this workflow, you can add the IP public of power automate to your service:

    https://video2.skills-academy.com/en-us/power-automate/ip-address-configuration

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.