QuestionQ387
Develop integrationsYou plan to integrate Microsoft Dataverse data with a system by using a Microsoft Azure function.
You configure the message that contains the data to be sent asynchronously. Plan for these errors:
- Failure of business logic that uses a synchronous plug-in.
- The Azure function is unreachable.
Determine the behavior when an error occurs. Each retry behavior may be used once, more than once, or not at all.
Drag & Drop
Message is sent and will not retry.
Message is not sent and will not retry.
Message is not sent and will retry continually.
Plug-in failure
Azure Function unreachable
Community Discussion