I am working in a company that would like to utilise the ADF copy activities in order to build a data importer service (or pipeline). Our main intention is: receive data through different channels: FTP, HTTP Endpoints, Blobs etc, and perform custom transformation on those endpoints and store those to our system. Our main concern is that ADF is not available in North Europe and we want to move our data within that regio. My question is: when ADF is not available in a specific region, if I build an ADF pipeline in a different region, will copy activity transfer the data from our primary region (WE) to where ADF pipeline is stored and then copy back to the ultimate destination?
EDIT 2016-09-28 So to make it clear: can I create ADF Copy Activities in order to copy-transform (using activities)-save some of our data from one point in azure storage (probably blobs) to another point in the same storage or any other storage in the same data center (West Europe). If so, during the pipeline execution are those data going to flow from one data center to another or they will remain within the same center?
Thank you in advance.