Skip to content

Commit 877645a

Browse files
Merge pull request #253706 from navba-MSFT/patch-9
{AzureFunctions} The examples for the isolated worker models is incomplete.
2 parents 1450818 + a73e9e0 commit 877645a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-cosmosdb-v2-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Unless otherwise noted, examples in this article target version 3.x of the [Azur
4444

4545
The following code defines a `MyDocument` type:
4646

47-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosDBFunction.cs" range="37-46":::
47+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosDBFunction.cs" range="49-58":::
4848

4949
In the following example, the return type is an [`IReadOnlyList<T>`](/dotnet/api/system.collections.generic.ireadonlylist-1), which is a modified list of documents from trigger binding parameter:
5050

51-
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosDBFunction.cs" range="4-35":::
51+
:::code language="csharp" source="~/azure-functions-dotnet-worker/samples/Extensions/CosmosDB/CosmosDBFunction.cs" range="4-47":::
5252

5353
# [In-process model](#tab/in-process)
5454

0 commit comments

Comments
 (0)