A company is creating a one-way integration from Microsoft Dataverse 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 B. RemoteExecutionContext in JSON format C. RemoteExecutionContext in XML format D. IPluginExecutionContext in JSON format E. IPluginExecutionContext in XML format  Suggested Answer: B 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 This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer