
Node.JS – How-To Patch CosmosDB Collections and Nested Items
This will be a bit of a reference guide to updating a CosmosDB collections and nested items in a nice manner. This thread will not cover how to use the CosmosDB package in Node.JS and it will assume you’ve successfully connected to a database.
I will use the example of updating the signature of a user of a forum where that signature is stored in a collection which is the overall thread and then nested collections which are the individual comments.
Continue reading “Node.JS – How-To Patch CosmosDB Collections and Nested Items”