ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 172 - PL-400 discussion

Report
Export

A company is creating a one-way integration from the Common Data Service to an external system. Data will be sent from a webhook to an Azure Function.

You need to configure the Azure Function to handle data from the webhook.

Which class and data type must the Azure Function handle?

A.

RemoteExecutionContext in .NET binary format

Answers
A.

RemoteExecutionContext in .NET binary format

B.

RemoteExecutionContext in JSON format

Answers
B.

RemoteExecutionContext in JSON format

C.

RemoteExecutionContext in XML format

Answers
C.

RemoteExecutionContext in XML format

D.

IPluginExecutionContext in JSON format

Answers
D.

IPluginExecutionContext in JSON format

E.

IPluginExecutionContext in XML format

Answers
E.

IPluginExecutionContext in XML format

Suggested answer: B

Explanation:

The body will contain string that represents the JSON value of an instance of the RemoteExecutionContext class.

Reference: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks

asked 05/10/2024
Echo Wind
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first