Writing raw JSON to CosmosDB and an Azure Function
I want to take the raw JSON body from an HTTP post and write it directly into my CosmosDB. Let's say the data looks like this: { "id": "123456", "storeName": "City Bar and Grille", "invoiceTotal": 65 } However, the documentsOut.AddAsync…