1,478 questions with Azure Cosmos DB tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Azure Cosmos DB Data Explorer

Hello! I'm looking for the "Data Explorer" in Azure Cosmos DB (MongoDB Atlas), I cannot find it anywhere on my view. Is it because I am still on the Free subscription? Or has this feature been removed? TIA

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-24T23:01:15.1633333+00:00
Ross 20 Reputation points
commented 2024-04-24T23:45:00.9+00:00
Marcin Policht 14,580 Reputation points MVP
2 answers

golang sample to connect to cosmosdb-gremlin

Hi, need a golang sample to connect to cosmosdb-gremlin over wss, preferably using Primary key or connection string? So far I have tried gremlingo, gramess etc but nothing resulted in successful connection. Thanks on advance for any pointers. So far I…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-18T19:29:26.9366667+00:00
Ankur Gupta 0 Reputation points
answered 2024-04-24T18:20:46.14+00:00
Ankur Gupta 0 Reputation points
2 answers

Cosmos Synapse link SQL query error

Hi, we have a Synapse SQL View onto a Cosmos container (using Synapse link). When we run a SELECT * on the view we sometimes get this error: Resolving CosmosDB path has failed with error 'CosmosDB request failed with status code '449';…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,504 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-21T12:33:17.8733333+00:00
David Baker 21 Reputation points
answered 2024-04-24T10:34:11.61+00:00
Smaran Thoomu 11,045 Reputation points Microsoft Vendor
2 answers

How do you set up a Cosmos DB custom endpoint in IoT Hubs?

Saving messages from the IoT Hub directly into Cosmos DB via a custom endpoint is a new feature currently in preview. I'm following the official instructions located here:…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,137 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2023-02-25T17:04:15.59+00:00
Meghan Clark 10 Reputation points
commented 2024-04-23T01:29:33.6033333+00:00
Adrien Bourdeaux 0 Reputation points
3 answers

I already created an Index for MongoDB vCore, but when I query that database, I get the error 'Similarity index was not found for a vector similarity search query'

Here is my code for creating the collection. When I run it, I see that an index was created. However, when I try to query the database using a vector, it says that there is no index, as in the error above: import pymongo import openai from openai…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-01T16:43:18.56+00:00
Tyler Suard 55 Reputation points
answered 2024-04-22T18:09:20.0033333+00:00
GeethaThatipatri-MSFT 28,142 Reputation points Microsoft Employee
1 answer

Postgres Parameter Missing from Parameter List.

I am using Cosmos DB for Postgresql, with 2 worker node + 1 coordinator node. I want to set max_locks_per_transaction parameter for postgresql. I have a partioned table which I then sharded with Citus command, but I am unable to unshard, because I am…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
Azure Database for PostgreSQL
asked 2024-04-18T10:33:49.4066667+00:00
Vishnu Agarwal 0 Reputation points
commented 2024-04-22T03:44:40.38+00:00
ShaktiSingh-MSFT 14,081 Reputation points Microsoft Employee
1 answer

Azure Functions HTTP Trigger Not Updating Cosmos DB Visitor Count on Live Website

I'm working on a serverless resume website using Azure Functions with an HTTP trigger to increment a visitor count stored in Azure Cosmos DB. The functionality was working perfectly during development, but after deploying to the live website, the visitor…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,511 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-21T04:20:30.79+00:00
Mohammadfaizan Shaikh 0 Reputation points
edited the question 2024-04-22T03:39:17.3733333+00:00
KapilAnanth-MSFT 37,646 Reputation points Microsoft Employee
1 answer

Need Consistency levels in Azure Cosmos DB for Postgresql (like in NoSQL)

Hi, I came across with a data inconsistency in my Citus cluster, when I did classic money transfer test: init.sql: create table mytbl (id serial primary key, amount int); insert into mytbl(amount) select 0 from generate_series(1, 1234567); select…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
Azure Database for PostgreSQL
asked 2024-04-17T14:14:28.9133333+00:00
Konstantin Morozov 0 Reputation points
edited the question 2024-04-21T00:28:08.8466667+00:00
GeethaThatipatri-MSFT 28,142 Reputation points Microsoft Employee
1 answer

Azure cosmos DB is not scaling

Hi team, I have a timeseries data that I want to store in azure cosmos db. I have a very simple document consisting of name, price, date, create_time, update_time. I have about 15 million entries in my collection though. This is a provisioned server with…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-11T10:49:29.4866667+00:00
hexawealth 0 Reputation points
answered 2024-04-20T15:45:11.01+00:00
Sajeetharan 1,646 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Is it possible and how to identify Rate Limit Exceedance in CosmosDB for MongoDB Using the Standard MongoDB SDK

Hi There, We are using standard mongodb SDK to access CosmosDB for MongoDB. Sometimes it reaches the rate limit and reject many requests. We need to identify this scenario and stop sending documents for a while. Could you please how to achieve it through…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-14T05:06:23.5533333+00:00
Aaron Tan 20 Reputation points
accepted 2024-04-18T01:29:09.37+00:00
Aaron Tan 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to pass a custom query to CosmosDB's Synapse Link & Does Synapse Link support predicate pushdown?

Hello! I have been trying to connect Synapse Notebook to Cosmos DB via Synapse Link, and I have a couple of questions regarding optimizations: If I want to process one day of data, I managed to find two ways of doing it: Pass a custom query with…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,504 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-10T16:48:47.57+00:00
Alibek Cholponbaev 20 Reputation points
accepted 2024-04-17T08:42:49.9866667+00:00
Alibek Cholponbaev 20 Reputation points
2 answers One of the answers was accepted by the question author.

I want to store data from IoT Central to CosmosDB in real time.

Hello. I monitor telemetry data with IoT Central. I want to flow the telemetry data I am receiving in IoT Central to Cosmos DB in real time. Is there any way to do this? Thanks in advance.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
355 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-16T04:44:49.7733333+00:00
Hinata Katsunori 536 Reputation points
accepted 2024-04-17T06:17:24.5633333+00:00
Hinata Katsunori 536 Reputation points
2 answers

Does CosmosDB for MongoDB honour the ordered writes parameter for inserts during bulk write operations?

I'm using the MongoDB Java Driver version 4.8.2 to insert around 10000 documents with upsert enabled using bulk write operations. I've enabled ordered writes and disabled the Server Side Retry feature. My MongoDB server version is 4.2. However, I'm…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2023-07-31T07:37:43.27+00:00
Kiruphasankaran Nataraj 0 Reputation points
commented 2024-04-16T18:49:14.4066667+00:00
Oury Ba-MSFT 16,901 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to limit an Authorized user, using Entra Id, to only retrieve records that the user owns, while using a Static Web App, Data API builder for ComosDB, and ownership is determined by a deviceID (a mac address) in the Body (IoT) data.

I have created a Static Web App, that is up and running, with a Database Connection to a Cosmos DB database. I have the necessary schema.gql, and config.json set up. The user needs to be able to connect to the Database using the /data-api/graphql…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-13T15:28:24.48+00:00
Adrian Wreyford 45 Reputation points
edited the question 2024-04-16T04:16:49.3366667+00:00
ShaktiSingh-MSFT 14,081 Reputation points Microsoft Employee
1 answer

Azure Cosmos DB with mongo don't support .sort operation ?

Hi, after trying to query data from cosmos db (configured for mongo), but I got error on .sort({"at": -1}) Everything works on localhost mongo db very well, but not in azure. Trace back from python is: 2024-04-09T13:02:08.1267872Z Traceback…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-09T13:10:56.72+00:00
Erik Palenčík 0 Reputation points
commented 2024-04-16T03:41:19.2466667+00:00
ShaktiSingh-MSFT 14,081 Reputation points Microsoft Employee
2 answers

Azure CosmosDb for MongoDb - vCore // manage users

Hi Does anyone know when support for managing users in CosmosDb for MongoDb vCore will become available ? We are not really happy with giving admin credentials to users and RU model is way too expensive at the moment. thanks AndyB

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2023-09-22T13:19:33.5+00:00
Andy Buckley - CAI 5 Reputation points
answered 2024-04-14T18:16:28.6066667+00:00
Sajeetharan 1,646 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Why has my Azure subscription been disabled?

Why has my Azure subscription been disabled? If I use the MongoDB free tier, why would it incur any charges?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,150 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-09T14:51:46.86+00:00
Artur Shahbazyan 25 Reputation points
accepted 2024-04-11T17:17:59.6066667+00:00
Artur Shahbazyan 25 Reputation points
1 answer One of the answers was accepted by the question author.

exception System.OutOfMemoryException

While querying data from cosmos db, getting Inner exception System.OutOfMemoryException intermittently at System.Threading.Tasks.Task.ScheduleAndStart _container.ReadItemAsync <GetItemAsync>d__3.MoveNext

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-03-13T09:32:54.15+00:00
Y-3370 20 Reputation points
accepted 2024-04-11T12:35:15.5566667+00:00
Y-3370 20 Reputation points
2 answers One of the answers was accepted by the question author.

CosmosDB Mongo vCore: cannot scale the cluster down to the M25 tier

Hi all, I'm trying to scale down a CosmosDB Mongo vCore cluster currently in the M30 tier, to the M25 (burstable) tier. The operation quickly flashes the screen without any message or warning. Checking the activity logs I can see that the operation…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-02T10:54:44.8+00:00
Alexandre Silva 20 Reputation points
commented 2024-04-10T22:01:44.9966667+00:00
Jack Award 0 Reputation points
1 answer

cosmos db Hierarchical partition keys usage

Hi all, Would like to check on how is this feature can be integrated with the python sdk for below cases when quering from cosmos container how we define the partition_key. eg my Hierarchical 1 value is '123' and Hierarchical 2 value is 'ABC'. How…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
asked 2024-04-10T08:38:08.4033333+00:00
Yang Chow Mun 101 Reputation points
commented 2024-04-10T20:19:09.04+00:00
Amira Bedhiafi 17,201 Reputation points