Skip to content

Commit 3a0c00c

Browse files
Update articles/azure-functions/functions-run-local.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent dfcd715 commit 3a0c00c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,8 @@ The following considerations apply when using the administrator endpoint for loc
347347

348348
+ Calling an administrator endpoint and passing test data is similar to using the **Test** tab in the Azure portal.
349349

350-
> [!Note]
351-
> When supplying complex JSON objects, the following considerations should be taken into account:
352-
> + JSON data must be escaped properly.
353-
> + The escaped JSON string must include `"SystemProperties":{}`
354-
> For example, `'{"input": "{\"SystemProperties\":{},\"testData\":{\"testid\":\"123\"}"}'`
355-
350+
+ When supplying complex JSON objects, the data must be escaped properly, and the JSON-formatted string must include a `SystemProperties` element. This example shows a properly escaped JSON string with both a `testData` object and `SystemProperties`:
351+
`'{"input": "{\"SystemProperties\":{},\"testData\":{\"testid\":\"123\"}"}'`
356352
### [Event Grid trigger](#tab/event-grid-trigger)
357353

358354
Event Grid triggers have specific requirements to enable local testing. For more information, see [Local testing with viewer web app](event-grid-how-tos.md#local-testing-with-viewer-web-app).

0 commit comments

Comments
 (0)