Azure-cosmosdb Questions
Ad
SQL query for grouping by (project, environment) and finding the newest entry for each combination?
I have a table with data that looks like the following project | environment | timestamp ----------------------------------------
How is relation between question and answer in CosmosDB
I am trying to do a basic question-answer web app without authentication by using asp.net5 mvc and cosmos db. i am able to do crud on question
SQLQuery not returning document queried
Azure function app with cosmos db + nodejs not working with sqlquery (input). no document returned. i have successfully gotten an
How to do a transaction with two collections on Azure CosmosDB
I have a question about transaction on azure cosmosdb (with sql api) where i have to edit two items on collection a and create other item on
Cannot call toArray() on QueryIterator using @azure/cosmos NPM
I'm querying a local emulated cosmos db instance using the js
CosmosDB MongoDB adapter projection not working
I'm making request to cosmosdb database via mongodb adapter from hapijs server. my request looks like so: dbo
IOTHubMessage.forEach is not a function?
Can anyone tell me how to parse this problem? i have an thrown error message that when i create azure cosmossdb, my cosmosdb output
Error while trying to pull azure key vault from azure function - Value cannot be null. Parameter name: authKeyOrResourceToken
I want to integrate my azure functions app with the key vault. i followed the steps shown here
Cosmos SQL find items which has a string in array
I'm trying to write a query in cosmosdb using sql for the following scenario. let say i have a collection with items as follows {
Fastest way to insert and read 50,000+ records into Azure CosmosDB with Node
As the title suggests i need to insert 50,000+ records into azure cosmosdb running sql mode and read them later on again programatically with
Ad
Problem using Azure Functions and Azure Cosmos DB, returning "down for maintenance"
I am following this tutorial that creates an azure function trigged by http with output to cosmosdb.
Azure Function Javascript (NodeJS) CosmosDB query
Very straightforward question. i have the following function inside my index.js file. const
Can't fetching all documents from my mongodb on Azure Cosmos DB
I am trying to get all documents from a collection in my cosmos db i have on azure. the collection contains approx 50.000 documents. i get
Delete a document from CosmosDB collection with no partition key using NodeJS
Here is the code i use to delete a document: const cosmosdbclient = require('documentdb').documentclient let client = new
How to use DocumentDB's Pre-Trigger on insert operation to approve/disapprove the insertion
I need to create a condition when insert into documentdb table. i'm using .net sdk. when i use the insert operation i would like to
ReactiveCosmosRepository is not being invoked with webFlux and netty
I have the following reactive repository: @repository public interface foocosmosrepository extends reactivecosmosrepository<foo,
How can I download .Net application after creating items container?
I'm following an azure cloud course in linkedin learning and i'm trying to get the example application from azure cosmos db, after clicking on
ReactiveMongoTemplate does not return number of documents removed
I have this implementation to remove documents based on some id using reactivemongotemplate. i'm trying to get the size of the the list of
azure function http trigger inputting cosmos db document
Referring to this
Output Java Function to DocumentDB
I'm working on a java function that has a timer trigger and try to insert a simple record in a documentdb collection. the java code is the
Ad
Blog Categories
Ad