1,700 questions with Azure Cosmos DB tags

Sort by: Updated
0 answers

Is there a way to make CosmosDB Data Explorer respect ETag when updating a document in the browser?

Hi, I would like to be able to manually update certain things in my CosmosDB container without having to worry about an application potentially overwriting the change/having its change overwritten by me. I tried this with two browsers by opening the…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-12T08:28:26.5133333+00:00
Alfred Kristal 0 Reputation points
edited the question 2024-12-12T08:29:43.9+00:00
Alfred Kristal 0 Reputation points
1 answer

Integer typed column with NULL values in Analytical Store getting converted to 0 in Azure Synapse

I have a container A- container A has a column colA with integer as it's datatype in the AnalyticalStore , how do I know that? When I import the projection for the source it get's imported as integer. But I have overwritten the schema and set colA to…

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.
5,067 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-09T17:02:57.8666667+00:00
Nandu S Raj 40 Reputation points
commented 2024-12-12T02:12:00.93+00:00
Chandra Boorla 4,690 Reputation points Microsoft Vendor
0 answers

How to use System Assigned MI to access Blob Storage and Cosmos DB in Synapse Analytics

Hi, I am trying leverage the default system assigned managed identity a synapse workspace provides to access blob storage and cosmos db. I have already tried the following steps which I saw in various posts: Assign Role to Managed Identity: Navigate…

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.
5,067 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-10T16:23:43.2633333+00:00
Haria, Neel 0 Reputation points
commented 2024-12-11T23:12:27.9233333+00:00
Ganesh Gurram 1,920 Reputation points Microsoft Vendor
1 answer

How is the property stored when it has a different datatype that the base schema?

In this MS Analytical store docs link , it says that the analytical store doesn't "include" a property if it's of a different type than it's base schema. Just out of curiosity , does it mean in the column store it stores null against that…

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.
5,067 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,014 questions
asked 2024-12-09T10:23:31.2566667+00:00
Nandu S Raj 40 Reputation points
commented 2024-12-11T16:52:39.0833333+00:00
Ganesh Gurram 1,920 Reputation points Microsoft Vendor
1 answer

Cosmos db 1RU point read latency never below 20 ms

Hi, so we have several asp net core apis .7 or 8 (app services) where we are seeing average latencies for 1 RU point reads are between 20-25 ms on average in the last 30 days. The lowest registered was 10 ms. Looking at the SLA we should almost…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,684 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-09T15:51:44.4766667+00:00
Erik Eriksson 0 Reputation points
commented 2024-12-11T14:12:08.3133333+00:00
Sai Raghunadh M 1,295 Reputation points Microsoft Vendor
1 answer

Does Azure cosmos DB for Postgresql support oracle_fdw extension?

Can you please confirm if Azure Cosmos DB for Postgresql provides oracle_fdw extension to enable creating foreign tables in Postgresql that connects to the Oracle tables or schemas? I know it's been mentioned that oracle_fdw is available for Azure…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
Azure Database for PostgreSQL
asked 2024-12-06T00:25:57.0433333+00:00
Nick Chuah 0 Reputation points
commented 2024-12-10T19:24:32.4266667+00:00
NIKHILA NETHIKUNTA 3,765 Reputation points Microsoft Vendor
1 answer

IotHub custom endpoints, 9 of 10 used, Azure portal keeps failing to create 10th

Good day, Been trying over and over for quite some time to create the 10th custom endpoint in our IotHub, in the Azure Portal. I keep getting an internal error and told to contact support, but don't have a support plan. We are not on the free tier but…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,218 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-09T09:07:56.65+00:00
Adrian Wreyford 45 Reputation points
answered 2024-12-09T18:45:33.94+00:00
Sander van de Velde | MVP 33,636 Reputation points MVP
0 answers

Azure Data Factory Map Drift generating expressions with functions that don't exist

I'm building a data factory pipeline for my NOSQL cosmos DB. one of my columns is an array of objects. the data preview seems to be able to identify it fine but when I try to derive columns for it using the "Map Drift" button it will try to…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,014 questions
asked 2024-12-04T22:43:31.9066667+00:00
David Petika 0 Reputation points Microsoft Employee
commented 2024-12-09T15:48:25.3166667+00:00
Smaran Thoomu 18,230 Reputation points Microsoft Vendor
3 answers

Can't connect to free tier mongo cluster

I am trying to connect to my Free Tier mongo cluster. Through MongoDB Compass I get this error: Server record does not share hostname with parent URI. It seems like a DNS issue, anyone else who has encountered the same issue?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-08T20:00:41.4566667+00:00
Michael Katsoulakis 0 Reputation points
answered 2024-12-09T12:50:17.7233333+00:00
ShaktiSingh-MSFT 16,001 Reputation points
2 answers One of the answers was accepted by the question author.

Best way to read from MongoDB change streams from within Azure

Hello! We have an application that needs events from our MongoDB change stream and insert the change event into Data Lake storage. We cannot use MongoDB Triggers to call an Azure Function because we have no way of authenticating the Trigger (we have been…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,014 questions
asked 2024-11-21T18:06:15.1766667+00:00
Jaime Becker 20 Reputation points
commented 2024-12-09T11:02:53.64+00:00
Vijayalaxmi Kattimani 575 Reputation points Microsoft Vendor
1 answer

Cosmos DB failover using private endpoints in 2 regions | privateDnsZones/A mismatch

Hello, I cannot find a valid documentation for this setup. Issue: privateDnsZones recordset type "A" do not reflects private endpoints regionality. Initial set up: CosmosAccount georeplicated: read-write=EAST US, read=WEST US --> so…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-06T10:22:51.3266667+00:00
Pasquini, Matteo (Admin) 40 Reputation points
answered 2024-12-06T14:44:38.76+00:00
Mahesh Kurva 1,155 Reputation points Microsoft Vendor
1 answer

Getting "'_FullTextWordCount' is not a recognized built-in function name" while attempting RRF ranking.

I'm attempting to use a hybrid (FullText and Vector) query as prescribed in https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/rrf. The query: SELECT TOP 5 c.content FROM c WHERE c.context="[CONTEXT VALUE]" ORDER BY RANK…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-03T23:06:09.5966667+00:00
Vargas, Justin J 0 Reputation points
commented 2024-12-06T09:44:45.39+00:00
NIKHILA NETHIKUNTA 3,765 Reputation points Microsoft Vendor
0 answers

requests from synapse pipelines blocked by firewall policy of cosmDB.

hello team, the requests are getting originated from synapse analytics pipelines to nosql coosmosDB. the requests are getting blocked by firewall settings of cosmosdb as the request IPs are different one for every run and requesting through public…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
693 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.
5,067 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-04T16:21:38.2566667+00:00
ANKIT GHENGE 40 Reputation points
commented 2024-12-05T13:51:04.2466667+00:00
ANKIT GHENGE 40 Reputation points
0 answers

BCDR for cosmobd: error AZ migration capability is disabled for subscription

I am trying a failover in the cosmodb and I could offline the primary region and now the prefered region is online and able to write and read the data. Now I am trying the fallback to primary region again and tried to make primary region online again but…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-08-02T13:15:16.93+00:00
Polamuri Krishna Chandra 10 Reputation points
commented 2024-12-04T21:45:38.9633333+00:00
Oury Ba-MSFT 19,886 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Serverless Throttling?

Hi. I have written a method using the guidance at https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/tutorial-dotnet-bulk-import. To shorten the code I have removed most logging. It looks something like this (questions follow): public async…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,123 questions
asked 2024-12-02T12:52:10.26+00:00
MikeM-8643 20 Reputation points
accepted 2024-12-04T15:48:06.5233333+00:00
MikeM-8643 20 Reputation points
5 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.
5,206 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2023-08-23T07:28:10.7166667+00:00
Wang Kangli 80 Reputation points
commented 2024-12-04T01:05:40.68+00:00
Sieradzki, Benjamin 0 Reputation points
1 answer One of the answers was accepted by the question author.

Cosmos DB and Container RU Configuration and cost

Hello: qq about Cosmos DB and Container RU Configuration and cost. I know you I set RU on DB or Container Level when I create it or even on both, but wonder how does billing works. For simplicity, let's say I have just one DB and one Container under…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-03T15:43:26.1233333+00:00
Oleg Aronov 131 Reputation points
commented 2024-12-03T21:42:16.69+00:00
Oury Ba-MSFT 19,886 Reputation points Microsoft Employee
1 answer

Cosmos Synapse Link - SQL Serverless Query

Please describe your issue below I have a Cosmos database in Well-Defined schema mode. I have a Synapse Serverless SQL instance. I have documents in Cosmos with objects that contain fields with null values. When I create a View for the Container in SQL…

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.
5,067 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-12-03T09:26:57.8133333+00:00
David Baker 0 Reputation points
answered 2024-12-03T20:51:57.2466667+00:00
phemanth 12,320 Reputation points Microsoft Vendor
1 answer

Data Loading Delay from Azure SQL DB to Cosmos DB Containe

We are experiencing an issue when loading data from Azure SQL to Cosmos DB. The process is extremely slow; for example, loading just 5 million rows takes around 3.5 hours. Additionally, we are unable to load data into a hierarchical partition-enabled…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,014 questions
asked 2024-11-29T02:31:24.8633333+00:00
Mahesh Sanga 0 Reputation points Microsoft Employee
commented 2024-12-03T01:21:39.7033333+00:00
Chandra Boorla 4,690 Reputation points Microsoft Vendor
1 answer

How to change networking to connect IoTHub to CosmosDB in private subnet

Hey community! The question: How do I connect my Azure IoTHub to my CosmosDB in private subnet? How I can change the CosmosDB networking/firewall settings to accept traffic coming from a (public) IoTHub service endpoint? Brief description: I have an…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,218 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,700 questions
asked 2024-11-07T04:48:20.6966667+00:00
Quincy 10 Reputation points
answered 2024-11-30T05:46:08.3666667+00:00
Andriy Bilous 11,536 Reputation points MVP