We are working on an integration between 2 systems where data needs to move between the two systems and to do this, we have opted to include Azure Data Factory. Is it possible that these systems query ADF and get the data from ADF (not ADF querying the systems to get the data)? Example below;
- ADF gets data from System 1 via an API call - at this point the data is sitting in ADF.
- System 2 creates a request to GET the data from ADF (not ADF pushing data to system 2).
Is step 2 above possible? Does ADF have some specific API endpoints that can be queried to get the data from them?
Thanks in advance!