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
3. Input Name For the Flow and Select PowerApps
4. Select HTTP Trigger
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 🙂
8. You can see the IP address in BODY of result.
Comments
-
What's my IP for Microsoft Flow?
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?
-
What's my IP for Microsoft Flow?
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 post is locked for comments