ある企業は、Common Data Service から外部システムへの一方向の統合を作成しています。データは Webhook から Azure Function に送信されます。 Webhook からのデータを処理するには、Azure Function を構成する必要があります。 Azure Function で処理する必要があるクラスとデータ型はどれですか?
正解: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