ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 206 - PL-400 discussion

Report
Export

You are designing a one-way integration fromMicrosoft 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 where 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: Register a service endpoint in the Dataverse instance that connects to an Azure Service Bus queue.

Register a step at the endpoint which runs asynchronously on the record's Create message and in the post-operation stage.

Configure the Azure Function to process records as they are added to the queue.

Does the solution meet the goal?

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: B
asked 05/10/2024
Mehr Khan
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first