PL-400 · Question #439
A company uses a plug-in within Dataverse to perform complex calculations of data in near real time. The calculations often run longer than five minutes, which causes the plug-in to time out. You…
The correct answer is C. Azure Functions. To replace a long-running Dataverse plug-in, you can use Azure Functions to execute the heavy calculations asynchronously. The plug-in would trigger the Azure Function, and once the calculation is complete, the Azure Function can use a Dataverse connector or the Dataverse API…
Question
Options
- AAzure Event Hub
- BAzure Data Factory
- CAzure Functions
- DAzure Databricks
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C82% (18)
- D9% (2)
Explanation
To replace a long-running Dataverse plug-in, you can use Azure Functions to execute the heavy calculations asynchronously. The plug-in would trigger the Azure Function, and once the calculation is complete, the Azure Function can use a Dataverse connector or the Dataverse API to update the results back in Dataverse. This moves the long-running process out of the synchronous plug-in's 2-minute execution limit. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/asynchronous-service
Community Discussion
No community discussion yet for this question.