Showing category results for Azure Cosmos DB for NoSQL

Jul 2, 2024
Post comments count3
Post likes count1

Now use role-based access control in Azure Cosmos DB Data Explorer

Meredith Moore
Meredith Moore

Azure Cosmos DB Data Explorer is a web-based tool that allows you to interact with your data, run queries, and visualize results in Azure Cosmos DB. It is available in the Azure Portal and as a standalone web app. RBAC allows you to use Microsoft Entra ID identities to control data access in Data Explorer, instead of using account keys. This way...

Azure Cosmos DB for NoSQLAnnouncements
Jun 10, 2024
Post comments count0
Post likes count0

Mastering Azure Cosmos DB: A Comprehensive Guide from Prototype to Production

Sandeep S. Nair Saranya Sriram
Sandeep,
Saranya

Over the past couple of years, we have collaborated with numerous customers to tackle performance, scaling, and cost issues that arise when transitioning their Azure Cosmos DB for NoSQL API based applications to production. In many cases, these challenges stem from a lack of understanding of key Azure Cosmos DB concepts. To address this, We tea...

Data ModelingAzure Cosmos DB for NoSQLTips and Tricks
May 21, 2024
Post comments count0
Post likes count1

Announced at Build 2024: DiskANN-powered vector database, cross-region replication in vCore, and a new era of databases

Michal Toiba
Michal Toiba

Microsoft Build 2024 kicked off this week aiming to answer the question “How will AI shape your future?” You’ll find the answer in the incredible lineup of sessions at this year’s event – featuring talks on generative AI, building copilots, cloud platforms, low-code, and much, much more. The power of cloud scale data – the foundation for transforma...

Azure Cosmos DB for NoSQLAnnouncements
May 21, 2024
Post comments count0
Post likes count2

Enhancements in the Kafka Connector for Azure Cosmos DB: A New Era of Scalability and Flexibility

Theo van Kraay
Theo van Kraay

The Azure Fabric team announced Azure Cosmos DB CDC source to an event stream in preview at BUILD 2024. This capability uses a brand new major version of The Azure Cosmos DB Kafka Connector behind the scenes, and we are also excited to introduce version 2.0 in beta preview! This new version brings significant improvements in both the source and ...

Azure Cosmos DB for NoSQLJava SDK
May 21, 2024
Post comments count0
Post likes count8

Introducing vector database capabilities in Azure Cosmos DB for NoSQL (Public Preview)

James Codella
James Codella

 We are excited to announce that native vector indexing and search in Azure Cosmos DB for NoSQL is now available in preview! Azure Cosmos DB is the world’s first full-featured serverless database with vector search and features multiple vector index options from flat (exact), quantized flat, and a new DiskANN-based index. DiskANN is a suite...

Azure Cosmos DB for NoSQLAI
May 21, 2024
Post comments count0
Post likes count2

General Availability: Computed Properties in Azure Cosmos DB for NoSQL

James Codella
James Codella

We’re thrilled to share that Computed Properties have now hit General Availability in Azure Cosmos DB for NoSQL! Computed properties are a Cosmos DB developer’s dream come true! They allow you to write your query logic just once and then reuse it across multiple queries, saving you time and effort in your database operations. Computed Properties ca...

Azure Cosmos DB for NoSQL
May 21, 2024
Post comments count0
Post likes count2

What’s New in vCore-based Azure Cosmos DB for MongoDB

Sudhanshu Vishodia
Sudhanshu Vishodia

We are excited to share some significant enhancements and new features in our vCore-based Azure Cosmos DB for MongoDB. keeping with our commitment to continually improve Azure Cosmos DB. Let’s dive into the details: We are excited to share that we will soon be expanding our support for MongoDB to include Version 7.0! While we currently off...

Azure Cosmos DB for NoSQLAnnouncements
May 21, 2024
Post comments count0
Post likes count2

Simplifying your Azure Cosmos DB migration: From Serverless to Provisioned throughput (preview)

Richa Gaur
Richa Gaur

Azure Cosmos DB offers a range of options to fit the diverse needs of cloud applications, including the choice between serverless and provisioned throughput accounts. The serverless option is ideal for workloads with unpredictable patterns, but there are instances when transitioning to a provisioned throughput account is advantageous for enhanced p...

MigrationAzure Cosmos DB for NoSQLAnnouncements
May 21, 2024
Post comments count0
Post likes count3

General Availability: Index Metrics in Azure Cosmos DB for NoSQL

James Codella
James Codella

You can now use the Azure Cosmos DB index metrics to optimize query performance with Index Advisor! Indexing metrics show two important pieces of information: Enabling indexing metrics: You can enable indexing metrics for a query by setting the PopulateIndexMetrics property to true. When not specified, PopulateIndexMetrics defaults ...

Azure Cosmos DB for NoSQL
May 21, 2024
Post comments count0
Post likes count2

Announcing the stable release of the Azure Cosmos DB client library for Go

Justine Cocchi
Justine Cocchi

We're excited to announce the stable release of the Azure Cosmos DB client library for Go, a native Go library that enables you to interact with Azure Cosmos DB for NoSQL accounts from your Go applications. The Azure Cosmos DB client library for Go provides an idiomatic API for you to perform operations on databases, containers, and items. Learn...

Azure Cosmos DB for NoSQLAnnouncements