I need some clarity on Data Factory and Data Movement - Data Factory (v1 & v2) are both only available in a select few regions but Data Movement is available in many regions. I'd like to understand the relationship between Azure Data Factory and Azure Data Movement as they relate to the Azure regions (https://azure.microsoft.com/en-gb/global-infrastructure/services/) and if they are related or totally different products.
For example, if I have a Data Factory in North Europe, will all data processed by this data factory ALWAYS pass through the North Europe region, even if the source and destinations are both, say, in East US? What I am trying to understand is, does Data Factory do anything clever under the hood to use a Data Movement service in the most appropriate region based on where the data is flowing from and to.
A second abstract example would be data loading from a blob store in Australia to a SQL DB in Australia. I know there are other ways to do this, but say I had to use Data Factory. ADF is not available in Australia, so I would stand it up in somewhere like North Europe, would my data travel from Australia to North Europe and back to Australia? Or would the data movement aspect of ADF be more clever and do that locally?
A further aspect wound be for Integration Runtime - does IR always being data back to the region the ADF is hosted in for processing?
Thanks.