Skip to content

Commit e44c233

Browse files
Merge pull request #280491 from ealsur/users/ealsur/funcdoc
Cosmos DB Functions migration: Adding JsonNode mention
2 parents 8ea289a + d916578 commit e44c233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/migrate-cosmos-db-version-3-version-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article shows you how to upgrade your existing function apps u
44
ms.service: azure-functions
55
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
66
ms.topic: how-to
7-
ms.date: 05/07/2024
7+
ms.date: 07/10/2024
88
zone_pivot_groups: programming-languages-set-functions-lang-workers
99
---
1010

@@ -210,7 +210,7 @@ namespace CosmosDBSamples
210210
```
211211

212212
> [!NOTE]
213-
> If your scenario relied on the dynamic nature of the `Document` type to identify different schemas and types of events, you can use a base abstract type with the common properties across your types or dynamic types like `JObject` that allow to access properties like `Document` did.
213+
> If your scenario relied on the dynamic nature of the `Document` type to identify different schemas and types of events, you can use a base abstract type with the common properties across your types or dynamic types like `JObject` (when using `Microsoft.Azure.WebJobs.Extensions.CosmosDB`) and `JsonNode` (when using `Microsoft.Azure.Functions.Worker.Extensions.CosmosDB`) that allow to access properties like `Document` did.
214214
215215
Additionally, if you are using the Output Binding, please review the [change in item ID generation](#changes-to-item-id-generation) to verify if you need additional code changes.
216216

0 commit comments

Comments
 (0)