PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, August 1, 2022

[FIXED] How to get static IP for Azure Data Factory Pipeline?

 August 01, 2022     azure, azure-data-factory-2, ftp     No comments   

Issue

I have a workflow/pipeline in Azure which connects to third party FTP (via linked service) and get files on regular basis.

It was all working fine, till third party introduced white listing of IP's, and now they are asking me to provide static IP's or range. Unless white listed, I will not be able to get my pipeline working.

Now my question is. How to provide my IP address?

I know which region my ADF works in (North-Europe) and I know my linked service uses AutoResolve-IR.

Will solution be to go with, self hosted IR? If yes, then how will I know the IP of my IR?


Solution

They seem to support static IP addresses for Data Factory recently. Announcement: https://techcommunity.microsoft.com/t5/azure-data-factory/azure-data-factory-now-supports-static-ip-address-ranges/ba-p/1117508

Here is the list of IPs for North Europe as per https://docs.microsoft.com/en-us/azure/data-factory/azure-integration-runtime-ip-addresses

enter image description here



Answered By - thebernardlim
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing