Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam PL-400 Topic 4 Question 2 Discussion

Actual exam question for Microsoft's PL-400 exam
Question #: 2
Topic #: 4
[All PL-400 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question inthe series contains a unique solution that might meet the stated goals. Some question sets might havemore than once correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, thesequestions will not appear in the review screen.

You are designing a one-way integration from the Common Data Service to another system.

You must use an Azure Function to update the other system. The integration must send only newly createdrecords to the other system. The solution must support scenarios where a component of the integration isunavailable for more than a few seconds to avoid data loss.

You need to design the integration solution.

Solution: Register a service endpoint in the Common Data Service that connects to an Azure Service Busqueue.

Register a step at the endpoint which runs asynchronously on the record's Create message and in the portoperationstage.

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

Does the solution meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: A

Microsoft Dataverse supports integration with Azure.

For the Dataverse and Azure connection to work, there must be at least one solution in an Azure Service Bussolution account, where the solution contains one or more service endpoints.

For a queue endpoint contract, a listener doesn't have to be actively listening.


https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/azure-integration

Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel