An Azure NoSQL database service for app development.
COSMOS DB Connection not working for other ips except for Azure websites
I got the cosmosdb setup and then create an azure website. Things work pretty good in saving data. However, when you install the same website on any external server, the data is not being saved. Looks the Cosmosdb firewall is only allowing…
Azure Cosmos DB
Querying tags with Cosmos DB with EF Core
Hi all, I have a domain model that is persisted with EF Core and the Cosmos DB provider. The problem is, I would like to add to it tags, which I would like to query, e.g., return all entries that have this tag. Unfortunately, Cosmos DB does not support…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure data factory Cosmos Db delete record
hello After run an ETl process through ADF I need to run a bluk delete on cosmos DB . I know that ADf doesn't suppor this feature but it could be possible to do it through an azure function. I don't know how to deal with a bulk delete(based on a…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
connect heroku to cosmosdb
I'm trying to get a MERN application moved to azure and need to temporarily let the express app use the cosmosDB I've set up. what do I need to do to allow this? even setting the firewall to allow all doesn't let the connection go through.
Azure Cosmos DB
An Azure NoSQL database service for app development.
Where did the Shell go that CosmosDB made available?
I think this is more of a support issue but was directed here. In CosmosDB there is the ability to access a Shell specific to the database you are looking at in the Azure Portal. This has apparently gone missing and now results in a 404 Not Found…
Azure Cosmos DB
An Azure NoSQL database service for app development.
What is the default value for Cosmos DB paging size?
I know we can set the page size in MaxItemCount, but I don't know the default value for Cosmos DB paging size. What is the default value for Cosmos DB paging size?
Azure Cosmos DB
An Azure NoSQL database service for app development.
Viewing activity in Cosmos DB (core api)
Hello, I'm fairly new to using Cosmos DB (core api) and one of the things I'm trying to figure out is how to view the current activities that the db is performing. In my case I bulk load data a couple of times a day. When I perform this update the db…
Azure Cosmos DB
An Azure NoSQL database service for app development.
CosmosDB migration MERN-Can't read collections
I'm exporting a database from mlabs to CosmosDb. after failing with other methods, I finally exported via mongodump and imported into CosmosDb. I can read the collections in studio 3t. but when connecting in Express/mongoose via the connectionString, the…
Azure Cosmos DB
An Azure NoSQL database service for app development.
About etcd support in Azure Cosmos DB
Hey there, It is not clear if etcd API in Azure Cosmos DB is supported or not. I can find some announcements but otherwise some dead links. Could you confirm the status of etcd API support in Cosmos DB ? Cordially,
Azure Cosmos DB
An Azure NoSQL database service for app development.
Updating RU value of a container in Cosmos DB from ADF pipeline
Hi, I'm just curious to know whether anyone has tried updating the RU value of a container in Cosmos DB account using ADF pipeline. If yes, please share the details.
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
ADF - cosmos upsert question
Hi I have a file that has a million rows - which i upload into cosmos db, I let cosmos db generate the id as a guid next day i get a new complete file which has some deltas and new records - there are two fields I can check to see if the record…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
Azure Mobile App
When our mobile app (running on iOS or Android etc) is in offline mode (no wifi and roams out of service area), our customers still need to be able to create and modify data and save to a local store (like indexed DB etc..) When the device is back…
Azure Cosmos DB
An Azure NoSQL database service for app development.
CosmosDB SQL where clause with numerical or boolean values giving weird results
Hi, I have a weird issue with a very simple CosmosBD query. See the below query. Basically, I have a simple query as follows: select * from c where c.redeemed=1 This query for some reason returns results with items with redeemed as 0. …
Azure Cosmos DB
An Azure NoSQL database service for app development.
Objects and arrays defined in outer scopes are currently not supported inside sortBy predicate
This problem was raised in 2018 and it's still not fixed:…
Azure Cosmos DB
An Azure NoSQL database service for app development.
To get all CosmosDB Mongo API collection using foreach and copy Activity
I have 10 collection in CosmosDB with Mongo API and load in BLOB storage , I can able to do for 1 collection using copy activity but cant do for all collection as I have used for each activity but not able to get all collection name in for each…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
Cassandra 3.11.3
I'm currently trying to connect an application (Zipkin) to Cosmos with the Cassandra API however it is complaining because the required minimum supported version is 3.11.3 while its indicating is running 3.11.0. Are there any plans to update Cosmos to…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Deleting documents from Mongo API Collection on Azure Cosmos DB
We have a Mongo API Collection implemented on Azure Cosmos DB. I am presently creating a pipeline in Azure Data Factory to implement the following process. Delete all the existing documents in the target Mongo API Collection on Azure Cosmos DB Read…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
QnA Maker Bot with CosmosDB for storage
Within the Microsoft Learn, it states I should not create a CosmosDB container, however the next section requires that I populate a container-id. "CosmosDbEndpoint": "<your-cosmosdb-uri>", "CosmosDbAuthKey":…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
Data migration from Oracle to Cosmos-gremlin API
I have one requirement. transfer on-premise data in Oracle to Azure Cosmos -Gremlin API. Data is huge and need to transfer data on daily basis. I read on docs that azure doesn't provides the support for gremlin API. Any idea how I can achieve it. Or if I…
Azure Cosmos DB
An Azure NoSQL database service for app development.
Unable to call Cosmos db table in the azure function
Below is the code where I am trying to get the Cosmos Db table Api to do some manipulation. code is triggered in an Azure Function . I am not sure what is wrong but it gives the error "Microsoft.Azure.WebJobs.Host: Can't bind CosmosDB to type…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Cosmos DB
An Azure NoSQL database service for app development.