Skip to content

Commit 5c1893e

Browse files
authored
Merge pull request #192252 from MayankBargali-MSFT/patch-64
(AzureCXP) fixed Isolated process code
2 parents 4b37370 + 0fdcd94 commit 5c1893e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-event-grid-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static async Task Run(
119119

120120
The following example shows how the custom type is used in both the trigger and an Event Grid output binding:
121121

122-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="12-23":::
122+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="4-49":::
123123

124124
# [C# Script](#tab/csharp-script)
125125

0 commit comments

Comments
 (0)