Logic App Standard Outbound IP

JoelP 346 Reputation points
2024-09-18T04:02:12.01+00:00

Hi,

We have migrated our logic app to standard with VNet connectivity. For SFTP connector, I was expecting that the outbound connection will be from the VNet, not from the outbound IP connector list. Can someone confirm ?

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

Accepted answer
  1. TP 95,211 Reputation points
    2024-09-18T08:08:27.7366667+00:00

    Hi,

    Please confirm:

    • you are using the In-app SFTP connector
    • Settings -- Network -- Virtual network integration -- under Application routing you have Outbound internet traffic selected
    • Settings -- Network -- Virtual network integration -- under Virtual network routing you have your NAT gateway selected

    qna logic app sftp in-app

    The In-app SFTP connector runs in the single-tenant environment (yours) whereas the shared/managed SFTP connector runs in the multi-tenant environment.

    With the above configuration the public IP of your NAT gateway should be used when connecting to the SFTP server.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


1 additional answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,451 Reputation points
    2024-09-19T06:55:19.46+00:00

    @JoelP Thanks for reaching out.

    When you migrate your consumption logic app to standard logic app and if you have migrated to SFTP built in connector as well then logic app build in connector run in the same cluster and runtime as your Standard logic app. In this case outbound connection will be from the VNet.

    In case if you are still using the Azure SFTP connector then the call will be from outbound IP connector list. For more details on the compassion of Azure and in build connector you can refer to this document.

    Feel free to get back to me if you have any queries or concerns.

    Please accept as "Yes" if the answer is helpful so that it can help others in the community.

    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.