Skip to content

Commit 2feb770

Browse files
authored
Merge pull request MicrosoftDocs#1521 from MarkMpn/patch-5
Removed note specific to Azure Service Bus
2 parents 1e682ea + 83fd78c commit 2feb770

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)