Skip to content

Commit a256019

Browse files
committed
Acrolinx fixes
1 parent 12132f5 commit a256019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/cassandra-introduction.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Cassandra API enables you to interact with data stored in Azure Cosmos DB us
2222

2323
## What is the benefit of using Apache Cassandra API for Azure Cosmos DB?
2424

25-
**No operations management**: As a fully managed cloud service, Azure Cosmos DB Cassandra API removes the overhead of managing and monitoring a myriad of settings across OS, JVM, and yaml files and their interactions. Azure Cosmos DB provides monitoring of throughput, latency, storage, availability and configurable alerts.
25+
**No operations management**: As a fully managed cloud service, Azure Cosmos DB Cassandra API removes the overhead of managing and monitoring a myriad of settings across OS, JVM, and yaml files and their interactions. Azure Cosmos DB provides monitoring of throughput, latency, storage, availability, and configurable alerts.
2626

2727
**Performance management**: Azure Cosmos DB provides guaranteed low latency reads and writes at the 99th percentile, backed up by the SLAs. Users do not have to worry about operational overhead to ensure high performance and low latency reads and writes. This means that users do not need to deal with scheduling compaction, managing tombstones, setting up bloom filters and replicas manually. Azure Cosmos DB removes the overhead to manage these issues and lets you focus on the application logic.
2828

@@ -32,13 +32,13 @@ The Cassandra API enables you to interact with data stored in Azure Cosmos DB us
3232

3333
**Global distribution and availability**: Azure Cosmos DB provides the ability to globally distribute data across all Azure regions and serve the data locally while ensuring low latency data access and high availability. Azure Cosmos DB provides 99.99% high availability within a region and 99.999% read and write availability across multiple regions with no operations overhead. Learn more in [Distribute data globally](distribute-data-globally.md) article.
3434

35-
**Choice of consistency**: Azure Cosmos DB provides the choice of five well-defined consistency levels to achieve optimal tradeoffs between consistency and performance. These consistency levels are strong, bounded-staleness, session, consistent prefix and eventual. These well-defined, practical and intuitive consistency levels allow developers to make precise trade-offs between consistency, availability, and latency. Learn more in [consistency levels](consistency-levels.md) article.
35+
**Choice of consistency**: Azure Cosmos DB provides the choice of five well-defined consistency levels to achieve optimal tradeoffs between consistency and performance. These consistency levels are strong, bounded-staleness, session, consistent prefix and eventual. These well-defined, practical, and intuitive consistency levels allow developers to make precise trade-offs between consistency, availability, and latency. Learn more in [consistency levels](consistency-levels.md) article.
3636

3737
**Enterprise grade**: Azure cosmos DB provides [compliance certifications](https://www.microsoft.com/trustcenter) to ensure users can use the platform securely. Azure Cosmos DB also provides encryption at rest and in motion, IP firewall, and audit logs for control plane activities.
3838

3939
## Next steps
4040

41-
* You can quickly get started with building the following language specific apps to create and manage Cassandra API data:
41+
* You can quickly get started with building the following language-specific apps to create and manage Cassandra API data:
4242
- [Node.js app](create-cassandra-nodejs.md)
4343
- [.NET app](create-cassandra-dotnet.md)
4444
- [Python app](create-cassandra-python.md)

0 commit comments

Comments
 (0)