python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
"Invalid Message Size" connecting Cosmos DB to Node JS
I am trying to connect Cosmos DB database using Mongoose to my Node JS web app with this code
const express = require('express')
const path = require('path')
const bodyParser = require('body-parser')
...
Alessio
Votes: 0
Answers: 1
Which is better for building API that access Cosmos DB using Azure Function, using Binding or SDK?
I'm trying to create a backend API using Azure Function that reads & writes to a Cosmos DB database. After some reading, I found these two documentations:
Binding
SDK
For my purpose, I think both ...

ingmar ramzan shidqi
Votes: 0
Answers: 1
Writing to Cosmos DB very slow (using .Net SDK)
I am writing a console app (eventually to be an Azure Function) to retrieve some data, and write it to a container in Cosmos DB (currently using SQL version, but could use table storage as instead).
M...
Saqib
Votes: 0
Answers: 0
Cosmos DB: how to project properties into array and group them?
Using this sample data consisting of 3 separate documents in the same container:
{
"id" : "doc1",
"manager" : "John",
"country": "Germany&q...
Krumelur
Votes: 0
Answers: 0