1,440 questions with Azure Cosmos DB tags

Sort by: Updated
1 answer

Azure Cosmos Database and conversations chatbot

We have build a chatbot using Azure Open Ai and chatbot histories are saved in Azure Cosmos Data Base. How can we access these conversation and download them in a report or connect to Power BI ? What is the best way  

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
927 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,141 questions
asked 2024-04-23T14:59:13.33+00:00
Manea, Daniela 0 Reputation points
answered 2024-04-23T15:37:57.8366667+00:00
Dillon Silzer 54,291 Reputation points
1 answer

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,357 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
asked 2024-04-21T12:33:17.8733333+00:00
David Baker 21 Reputation points
edited a comment 2024-04-23T12:33:59.9633333+00:00
Sina Salam 3,476 Reputation points
3 answers

What should I do about the Azure Function Http trigger not connecting to Cosmos DB?

I am learning the module called "Chain Azure Functions together using input and output bindings". The previous modules are learning without any problem and can successfully access the http trigger via url. But in this module, I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
asked 2023-08-23T07:28:10.7166667+00:00
Wang Kangli 75 Reputation points
commented 2024-04-23T03:01:11.0733333+00:00
Abbasi, Safan 0 Reputation points
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,115 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 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
1 answer

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,440 questions
asked 2024-04-18T19:29:26.9366667+00:00
Ankur Gupta 0 Reputation points
commented 2024-04-22T19:46:33.4433333+00:00
Ankur Gupta 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,440 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 27,017 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,440 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 13,271 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,232 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 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 34,766 Reputation points Microsoft Employee
1 answer

Understanding TCP Connection Limits for Azure Container Apps with Cosmos DB

I'm developing an ASP.NET Web API for handling CRUD operations with Cosmos DB and plan to deploy it on Azure Container Apps. My setup involves using multiple CosmosClient instances connected to different accounts, aiming for a multi-tenant architecture.…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
258 questions
asked 2024-04-07T08:45:41.0833333+00:00
Gebriel Tadesse 0 Reputation points
answered 2024-04-21T20:03:27.53+00:00
Amira Bedhiafi 15,046 Reputation points
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,440 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 27,017 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,440 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,566 Reputation points Microsoft Employee
2 answers

While fetching data from cosmos db conatiner and persisting the json file in ADLS Gen 2 through Synapse Pipeline, some objects in my json file are appearing as blank string causing data loss. This is happening in PROD only not in UAT and DEV.

Hi, The issue i am facing is with the Synapse Analytics Service - Pipeline. I have created a dataflow which is pulling data from cosmos db container in json format and storing that json file in ADLS Gen 2. When I check the json file in ADLS I see that…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,337 questions
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,357 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
asked 2024-04-05T13:17:47.2733333+00:00
Vity Pandita 0 Reputation points
commented 2024-04-19T10:34:18.2666667+00:00
Vity Pandita 0 Reputation points
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,440 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,357 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 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.
342 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 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,440 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,076 Reputation points Microsoft Employee
1 answer

Unable to update Cosmos DB documents with Hierarchical partition keys using Azure Stream Analytics job

I have document in Cosmos DB with Hierarchical partition keys. I want to patch certain property value. But while running the job I am getting this error👇 The streaming job failed: Stream Analytics job has validation errors: Error connecting to…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
asked 2024-03-01T13:02:56.9233333+00:00
Subhajit Mondal 10 Reputation points
edited a comment 2024-04-16T17:38:45.9266667+00:00
Krarzia, Mahmoud 0 Reputation points
1 answer

Enforcing RBAC as the only authentication method in Cosmos DB

Hello , How can I enforce Role-Based Access Control (RBAC) as the only authentication method in Cosmos DB? I received this recommendation on one of my Cosmos accounts last year, and I would like to know if there are any Microsoft documentation…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
asked 2024-04-11T12:36:35.89+00:00
Sai Praneeth Eranti 75 Reputation points
commented 2024-04-16T16:57:39.35+00:00
GeethaThatipatri-MSFT 27,017 Reputation points Microsoft Employee
4 answers

In Azure OpenAI Studio, I'm working on Chat Playground, trying to connect to my own Azure Cosmos DB for MongoDB (vCore). I can't select an index name; there's no dropdown. What's the issue?

In Azure OpenAI Studio, I am currently engaged in the Chat Playground project, where I am endeavoring to establish a connection to my personal data source via Azure Cosmos DB for MongoDB (vCore). I have encountered a predicament during the selection of…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,440 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,141 questions
asked 2023-12-18T08:58:05.4833333+00:00
Siravich Piboonworachat 5 Reputation points
answered 2024-04-16T13:59:00.68+00:00
Robert Falcone 0 Reputation points
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,440 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 13,271 Reputation points Microsoft Employee