1,447 questions with Azure Cosmos DB tags

Sort by: Updated
1 answer

Logic App Twitter Connector and Multiple User Names with CosmosDB

Is there a way to have a Logic App or something similar trigger when a tweet is posted by a list of users from Cosmos DB? So many choices and articles, they all show hardcoded search terms. I need some guidance :-)

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,855 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-07-25T16:50:16.433+00:00
David McCarter 1 Reputation point MVP
answered 2020-07-27T09:57:25.517+00:00
Anurag Sharma 17,571 Reputation points
1 answer One of the answers was accepted by the question author.

Cosmos DB. Why it is getting stuck?

Hi there In my Blazor Server the following code line just get stuck: container = await database.CreateContainerIfNotExistsAsync(typeof(T).Name, partitionId); T is my business class, partitionId is "/FacilityId". It just release the main…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-07-17T18:15:05.86+00:00
Nikolay Renziglov 21 Reputation points
accepted 2020-07-23T14:08:51.02+00:00
Nikolay Renziglov 21 Reputation points
1 answer

How to write a Json file from a csv file

Hello I have got a csv file with an array inside, I need to create a sink data file(json) to be loaded within Cosmos DB, any idea about how to do it? With the csv files i dont have any problem to upload within cosmosDb because I didn't have any…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,596 questions
asked 2020-07-06T21:52:20.84+00:00
CORONADO GRANADOS Diana Milena 126 Reputation points
answered 2020-07-16T14:18:35.47+00:00
CORONADO GRANADOS Diana Milena 126 Reputation points
1 answer One of the answers was accepted by the question author.

Azure portal cosmos db page layout problem

Hello, this morning i have gone into the azure portal for viewing the contents of cosmos db containers. There now appears to be a large blank panel on the right of the screen which means that the area for viewing the data is now squashed to a few…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-07-16T04:15:06.27+00:00
AJG 436 Reputation points
accepted 2020-07-16T05:55:14.56+00:00
AJG 436 Reputation points
1 answer

Cosmos DB Migration Tool - SQL Database to Cosmos DB

Hi there, I have data saved in SQL Database, which I'm migrating. I used to save Lat and Lon into a separate column, but for the new implementation, I'm saving lat and lon as GeoJSON point. While migration, I want to save Lat and Lon as GeoJSON on…

Azure Database Migration service
Azure SQL Database
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-07-04T04:50:15.533+00:00
Tahmid Eshayat 286 Reputation points
commented 2020-07-15T20:08:05.06+00:00
Mike Ubezzi 2,776 Reputation points
1 answer

Can't connect to CosmosDB using Cqlsh

Following is the configuration I have In cassandra.yml file content client_encryption_options: require_client_auth: false protocol: TLSv1.2 cqlshrc.sample.ssl file content [authentication] username = username password = password …

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-07-06T04:31:22.7+00:00
Pushkal Sharma 1 Reputation point
commented 2020-07-09T02:25:18.237+00:00
Mike Ubezzi 2,776 Reputation points
1 answer One of the answers was accepted by the question author.

Is Apply Free Tier Discount valid when creating an Azure Cosmos DB account with the Azure CLI?

I would like to create an Azure Cosmos DB account with Apply Free Tier Discount enabled using the Azure CLI. However, I didn't find any information that could be set as a parameter, even when I looked at the latest Azure CLI documentation. Is Apply…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-07-07T15:00:13.537+00:00
Yuji Masaoka 56 Reputation points
accepted 2020-07-08T09:09:01.827+00:00
Yuji Masaoka 56 Reputation points
1 answer

CosmoDB Handling Request Throttling

Hi there, I'm wondering, how can I properly handle a throttled request, I have forever tried in my Polly, But I'm still getting throttled requests. https://pasteboard.co/Jev0xcQ.jpg Thanks

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-24T01:39:54.057+00:00
Tahmid Eshayat 286 Reputation points
commented 2020-07-04T04:44:22.72+00:00
Tahmid Eshayat 286 Reputation points
1 answer One of the answers was accepted by the question author.

Cosmos DB Group By

Hi there, We have a requirement, where each of our equipment are sending data and we have to get the first data point of each day and we have to compare it with some other data. So when we are calling the SDK for data I want group the all the equipment…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-22T03:13:16.6+00:00
Tahmid Eshayat 286 Reputation points
commented 2020-07-04T04:40:05.493+00:00
Tahmid Eshayat 286 Reputation points
0 answers

CosmosDB NodeJS SDK query Timeout

Hello, I am having an issue with a timeout using the Cosmos NodeJS SDK within an async Azure function (HTTP Trigger). I followed the tutorial found here to build the same example. Is this an issue with the async flow or the Cosmos connection? My code…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,293 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-24T19:49:01.583+00:00
Jason Ortiz 1 Reputation point
commented 2020-07-01T20:13:53.207+00:00
Jason Ortiz 1 Reputation point
1 answer

List Usage API for DB Account is not working Properly

Hi Team , I was using below API to fetch the usages of the DB Account, I was not really successful for fetching the Document Count and other custom filter parameters (Index Size,Storage Capacity)... It is working only for Storage Metric which is…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-23T12:43:35.147+00:00
Ravi Teja Manchikanti 46 Reputation points
commented 2020-07-01T01:32:25.4+00:00
Mike Ubezzi 2,776 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Data Factory Data Copy from Cosmos

We have one scenario, where we have to transfer/copy newly added/updated data from cosmos dB to a SQL Server every 2 hours. Currently, data copy copies all the files, can I configure to only copy the newly added/updated ? Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,293 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,596 questions
asked 2020-06-26T03:57:27.08+00:00
Tahmid Eshayat 286 Reputation points
commented 2020-06-27T13:57:22.137+00:00
Tahmid Eshayat 286 Reputation points
1 answer One of the answers was accepted by the question author.

Logic Apps and CosmosDB - Partition Key Troubles

Hello and thanks for reading! I am trying to migrate from an Azure Table Storage instance to CosmosDB as the backing store for my logic app. The logic app is a webhook from Azure DevOps that records selected release information into a table. I've…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,855 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-17T16:09:14.903+00:00
David Leek 21 Reputation points
accepted 2020-06-26T20:11:18.19+00:00
David Leek 21 Reputation points
1 answer

Composite index on nested field

I'm having an issue creating a composite index on a nested field in our collection. Is this even possible? { "indexingMode": "consistent", "automatic": true, "includedPaths": [ { "path":…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-23T21:11:53.85+00:00
kevin eckart 26 Reputation points
commented 2020-06-26T02:31:17.663+00:00
Navtej Singh Saini 4,216 Reputation points Microsoft Employee
0 answers

Status code 449 on read-only workload

I am running a batch process using version 3.8 of the .Net core client SDK to access Cosmos DB with an entirely read-only workload; no write operations are occurring on the cosmos account at the time this process is running. In the metrics reports in…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-03T22:03:47.083+00:00
Paul Hickman 1 Reputation point
commented 2020-06-25T18:50:02.047+00:00
Mike Ubezzi 2,776 Reputation points
2 answers

Unable to peroform Patch operation on DB Account

Hello , Im trying to update Virtual network on Cosmos DB Account, though I dont see any activity on that particular Account I see below error while using Patch Rest API There is already an operation in progress which requires exlusive lock on this…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-10T14:22:04.23+00:00
Ravi Teja Manchikanti 46 Reputation points
commented 2020-06-23T05:54:55.51+00:00
Ravi Teja Manchikanti 46 Reputation points
3 answers One of the answers was accepted by the question author.

CosmoDB Mongo Firewall not blocking unauthenticated connections

I've set up Firewall CIDRs in my-mongodb -> Firewall and virtual networks, as per https://learn.microsoft.com/en-us/azure/cosmos-db/firewall-support However, I'm seeing very strange behaviour: If I try to connect from a whitelisted IP, the…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-18T21:24:37.203+00:00
cpollfh 26 Reputation points
commented 2020-06-20T04:01:33.503+00:00
cpollfh 26 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to connect to Cosmos DB through Cassandra API(gocql)

I have provisioned a Cosmos DB (Cassandra API) instance on Azure. I'm able to connect to it through cqlsh. But, getting different errors when trying to connect to it through gocql. The following code generates this error: gocql: unable to…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-17T12:16:19.217+00:00
Velvaluri, Vivek 41 Reputation points
accepted 2020-06-18T16:35:10.157+00:00
Velvaluri, Vivek 41 Reputation points
1 answer One of the answers was accepted by the question author.

Does azure cosmos db cassandra api support compound primary key?

Referring to https://docs.datastax.com/en/cql-oss/3.3/cql/cql_using/useCompoundPrimaryKeyConcept.html. I have a schema in which I have multiple primary keys which is something similar to this: CREATE TABLE cyclist_category ( category text, points…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-12T09:43:03.237+00:00
Bhat, Vivek (NonEmp) 21 Reputation points
accepted 2020-06-17T13:12:15.367+00:00
Bhat, Vivek (NonEmp) 21 Reputation points
2 answers

Cant we use Key Valut URI from an API to create cosmos DB Account ?

When I invoke the api with the payload containing keyvaulturi parameter I get the status failed. Failed to refresh the collection list. Please try again later. Can any one help please

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,447 questions
asked 2020-06-11T08:10:28.313+00:00
Ravi Teja Manchikanti 46 Reputation points
commented 2020-06-16T09:20:22.947+00:00
KalyanChanumolu-MSFT 8,316 Reputation points