QuestionQ205
Develop integrationsYou are designing a one-way integration from Microsoft Dataverse to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios in which a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Set up the Azure Function with a timer trigger that executes every five minutes. The function will query the Dataverse instance and process records that were created during the previous five minutes.
Does this solution meet the goal?
- A Yes
- B No
Community Discussion