Set up Logic app to send API requests using a Private IP without going through the public internet

Anchal Singh 0 Reputation points
2025-01-02T12:48:36.2133333+00:00

Hi Team,

How can I configure my Logic app so that it sends API request using a private IP and doesn't travel through the public internet.

Can I use NAT gateway to setup a single IP for the logic app and assign a private IP to the NAT gateway?

Please suggest a possible execution.

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

3 answers

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 17,021 Reputation points
    2025-01-02T21:32:51.46+00:00

    Hi @Anchal Singh Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    You can integrate the Nat Gateway with the Subnet associated with the Logic App and use a single public IP address created on the Nat Gateway to route the outbound connections through this IP. Please refer the article Static IP of Logic App Standard using NAT Gateway for steps of implementation.

    Hope this answers your question. Please let us know if you need any additional assistance or need further clarification.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.


  2. Anchal Singh 0 Reputation points
    2025-01-17T11:53:02.21+00:00

    Hi,

    I don't want to assign a Public IP to the NAT Gateway. Can I assign a Private IP?

    The logic app will send API request to an internal server so I want this to route internally not over the public internet.

    Report a concern

    0 comments No comments

  3. Anchal Singh 0 Reputation points
    2025-01-20T10:28:12.9466667+00:00

    Hi Team

    Can I get a response on this?

    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.