cancel
Showing results for 
Search instead for 
Did you mean: 
rampprakash

What's my IP for Microsoft Flow?

Scinario:

 

I want to get Response from WebService, that service is restricted to some of the IP Address. I need to get that Service Using Microsoft Flow, So i need to get IP Address of Microsoft Flow to add that IP Address manually to service to get the values.

 

Let's see how we can achieve this.

 

 

Implementation Steps:

 

1. Navigate to https://flow.microsoft.com

 

2. Click New App --> Select Instant Cloud Flow

 

rampprakash_0-1652086160420.png

 

 

3. Input Name For the Flow and Select PowerApps

 

rampprakash_1-1652086203787.png

 

4. Select HTTP Trigger

 

rampprakash_3-1652086268645.png

 

5. Select Method as GET and Input URI as

 

 

 

 

 

https://api.ipify.org/?format=json

 

 

 

 

 

6. Now Save the Flow 

 

7. Click Test at the Top Right and Select MANUAL trigger --> Select Run Workflow

 

That's it 🙂

 

rampprakash_4-1652086554079.png

 

 

8. You can see the IP address in BODY of result.

 

 

 

Comments

Great Article 

Awesome, thanks for sharing 👍

Hi @rampprakash  ,

 

Great article. 

I have a similar scenario , where in I am making a call to a .NET web API hosted on an AWS Server. Do I need to whitelist the flow IP on the AWS Server or anything else. Can you please share what we needs to be done so that the call made to the Web Service from Power Automate runs  successfully ?

 

Your reply would be really helpful!

 

Thanks in Advance! 

This is a great article. How can we ensure the same IP address is always used for the same flow, surely MS changes these IP address every time, or are all flows permanently allocated an outgoing IP address?