Showing results for July 2022 - Azure Cosmos DB Blog

Jul 28, 2022
0
3

Explore Azure Managed Instance for Apache Cassandra’s new features

Theo van Kraay
Theo van Kraay

At Microsoft Ignite last November, we announced the general availability of Azure Managed Instance for Apache Cassandra, an Azure service that hosts open-source Apache Cassandra clusters, with automated deployment, scaling, and management operations all built into the service. In this blog, we give a quick recap of what this service has to offer (c...

Azure Cosmos DB for Apache CassandraAnnouncements
Jul 21, 2022
1
1

Monitor Azure Managed Instance for Apache Cassandra using Dynatrace

Dileep Rao
Dileep Rao

There is now a new extension from Dynatrace that provides fully app-centric Cassandra performance monitoring for Azure Managed Instance for Apache Cassandra. Monitor your clusters with Dynatrace Prometheus Extension Dynatrace Prometheus Extension allows you to monitor and analyze the activity of your Azure Managed Instance for Apache Cassandra cl...

Managed Instance Apache CassandraAzure Cosmos DB for Apache Cassandra
Jul 19, 2022
1
1

Role-based access control in Azure Cosmos DB API for MongoDB: Now in preview

Richa Gaur
Richa Gaur

Role based access control (RBAC) is a much-needed capability in any database for enterprises. It lets you simplify your access control mechanism without added management. We have introduced RBAC in Azure Cosmos DB API for MongoDB, which allows you to: How does it work? API for MongoDB RBAC is built on concepts that are commonly found ...

Azure Cosmos DB for MongoDBSecurity
Jul 12, 2022
2
0

Run parallel CRUD operations with Python Async IO for Azure Cosmos DB

Khelan Modi
Khelan Modi

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now generally available (GA) for Python developers, data scientists, and any other professional that uses our Azure Cosmos DB Python SDK. Benefits Async IO support makes it easier to run multiple IO operations in parallel. The main advantage of Asy...

Azure Cosmos DB for NoSQLPython SDK