We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b37370 + 0fdcd94 commit 5c1893eCopy full SHA for 5c1893e
articles/azure-functions/functions-bindings-event-grid-output.md
@@ -119,7 +119,7 @@ public static async Task Run(
119
120
The following example shows how the custom type is used in both the trigger and an Event Grid output binding:
121
122
-:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="12-23":::
+:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/EventGrid/EventGridFunction.cs" range="4-49":::
123
124
# [C# Script](#tab/csharp-script)
125
0 commit comments