Azure Function
Pow
xxxPower Platform using the built-in service will synchonize data in near real-time. So, it will continuously export data and metadata to Azure Data Lake. All create, update and delete operations will be exported from Dataverse (Power Platform) to a Data Lake. The export could be initial and incremental for table data and metadata.
Azure Function is triggered based on a change in the Data Lake (update, creation, delete) : it’s a blob starter.
The blob starter will call the orchestrator.
The orchestrator will orchestrate several activities, each one will return the needed data.
The orchestrator at the end of the workflow will call the last activity which will push the new data in the Data Lake.
The API Manager will access the Data Lake in order to retrieve the new data and push the latter in SAP.
Azure Data Factory
Info |
---|
Azure Data Factory is too much because the data volume is low. However, we could implement ADF as an orchestrator. |
...