Skip to content

Commit 0fdcd94

Browse files
(AzureCXP) fixed Isolated process code.
The sample code is referred from here: https://github.com/Azure/azure-functions-dotnet-worker/blob/main/samples/Extensions/EventGrid/EventGridFunction.cs Updated the same in the document. resolves MicrosoftDocs/azure-docs#90125
1 parent 8e62c3d commit 0fdcd94

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)