Skip to content

Commit 37b49de

Browse files
authored
Removed note specific to Azure Service Bus
As per #1509, the note about deserializing the webhook payload to a `RemoteExecutionContext` was specific to Azure Service Bus and not HTTP webhooks.
1 parent b5ab419 commit 37b49de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

powerapps-docs/developer/common-data-service/use-webhooks.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ The body will contain string that represents the JSON value of an instance of th
8888

8989
The service you create must parse this data to extract the relevant items of information for your service to provide its function. How you choose to parse this data depends on the technology you are using and your preferences.
9090

91-
> [!IMPORTANT]
92-
> Due to certain Service Bus optimizations, it is not recommended that .NET developers deserialize the JSON formatted message request body to a <xref:Microsoft.Xrm.Sdk.RemoteExecutionContext> object. Rather, use [JObject](https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_Linq_JObject.htm) to parse the message body.
93-
9491
The following is an example of the serialized JSON data passed for a step registered with the following properties:
9592

9693

0 commit comments

Comments
 (0)