exam questions

Exam MB-400 All Questions

View all questions & answers for the MB-400 exam

Exam MB-400 topic 7 question 5 discussion

Actual exam question from Microsoft's MB-400
Question #: 5
Topic #: 7
[All MB-400 Questions]

DRAG DROP -
A company uses Dynamics 365 Sales.
Sales commission must be calculated when an order is placed. You create an Azure Function to perform the calculation. The Azure Function has an HTTP trigger.
You need to configure the Plug-in Registration tool to send data to the Azure Function when an order is placed. You open the Plug-in Registration tool and connect to Dynamics 365 Sales.
Which five actions should you perform? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: Select Register New Web Hook
You can register a Webhook that will trigger on Account Name update to fire off the Function App.
In Plugin Registration Tool, register a new Webhook.

Step 2: Set authentication to WebhookKey
Enter Webhook Details. Select Authentication type as WebhookKey.


Step 3: Enter the endpoint URL -
Step 4: Add the API Key Value of the Azure Function
Now, to get the key, go to the Function App in portal, and look </> Get function URL link.

Copy the same and paste in Notepad, separate the code part from the main URL


Paste the URL part in Endpoint URL and key in the Value field. Click Save.

Step 5: Register a New Step for Create of SalesOrder
Now, add a Step to the Webhook.

And Register it.

Reference:
https://d365demystified.com/2020/03/19/call-azure-function-from-dynamics-365-crm-using-webhooks/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mgharably
Highly Voted 4 years, 11 months ago
the answer is Correct
upvoted 7 times
...
ExamFever
Most Recent 4 years, 6 months ago
Correct
upvoted 1 times
...
TaiH
4 years, 11 months ago
the answer key should be both (doesn't matter if we swap between 2. and 3.) are correct since these two steps are on the same window when we register the web hook.
upvoted 3 times
KenCraw
4 years ago
It comes down to how technical they want to be ... technically, anything above comes "first" (top-bottom, left-right is the norm usually). If it is displayed on the same page, but above another param, test could decide it comes "first"
upvoted 1 times
...
...
TaiH
4 years, 11 months ago
Maybe a bit better solution is: - ... - enter the endpoint url - set authentication to WebhookKey. - ... (the same) Ref: https://microsoftlearning.github.io/MB-400-Microsoft-PowerApps-Dynamics-365/Instructions/Labs/LAB%5BMB-400%5D_M03Lab01_Publishing_events.html
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...