Azure Cosmos DB - Build Node.js application by using SQL API

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Very nice tutorial! I appreciate your editing skills.

LukeAvedon
Автор

Hi Simona, I am trying to create new documents each time my azure function runs but getting the following error: {"code":"Conflict", "message":"Message: {\\"Errors\\":[\\"Resource with specified id or name already exists.\\"]}
Could you please help?
my code to create document into cosmosdb is somewhat like this:
client.CreateDocument(getCollectionLink(), usersOfDevice, (err, created) => {
if (err)
console.log(err);
else
console.log('created');
});

SouravKhan-lbho
Автор

This looks pretty cool but I still don't know what I am doing

sseebass
join shbcf.ru