Skip to content

Commit 5bb3e9a

Browse files
authored
Merge pull request #58140 from paulth1/cosmos-db-broken-bookmarks2
fixing broken bookmarks
2 parents a45d0d9 + d9b19b8 commit 5bb3e9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/cosmos-db/consistency-levels-choosing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You may get stronger consistency guarantees in practice. Consistency guarantees
4949

5050
* For the remaining three consistency levels, the staleness window is largely dependent on your workload. For example, if there are no write operations on the database, a read operation with **eventual**, **session**, or **consistent prefix** consistency levels is likely to yield the same results as a read operation with strong consistency level.
5151

52-
If your Cosmos DB account is configured with a consistency level other than the strong consistency, you can find out the probability that your clients may get strong and consistent reads for your workloads by looking at the Probabilistic Bounded Staleness (PBS) metric. This metric is exposed in the Azure portal, to learn more, see [Monitor the probabilistically bounded staleness metric](how-to-manage-consistency.md#monitor-probabilistically-bounded-staleness-pbs-metric).
52+
If your Cosmos DB account is configured with a consistency level other than the strong consistency, you can find out the probability that your clients may get strong and consistent reads for your workloads by looking at the Probabilistic Bounded Staleness (PBS) metric. This metric is exposed in the Azure portal, to learn more, see [Monitor Probabilistically Bounded Staleness (PBS) metric](how-to-manage-consistency.md#monitor-probabilistically-bounded-staleness-pbs-metric).
5353

5454
Probabilistic bounded staleness shows how eventual is your eventual consistency. This metric provides an insight into how often you can get a stronger consistency than the consistency level that you have currently configured on your Cosmos DB account. In other words, you can see the probability (measured in milliseconds) of getting strongly consistent reads for a combination of write and read regions.
5555

@@ -60,4 +60,4 @@ Read more about the consistency levels in the following articles:
6060
* [Consistency level mapping across Cosmos DB APIs](consistency-levels-across-apis.md)
6161
* [Availability and performance tradeoffs for various consistency levels](consistency-levels-tradeoffs.md)
6262
* [How to manage the session token for your application](how-to-manage-consistency.md#utilize-session-tokens)
63-
* [Monitor the probabilistically bounded staleness metric](how-to-manage-consistency.md#monitor-probabilistically-bounded-staleness-pbs-metric)
63+
* [Monitor Probabilistically Bounded Staleness (PBS) metric](how-to-manage-consistency.md#monitor-probabilistically-bounded-staleness-pbs-metric)

articles/cosmos-db/global-dist-under-the-hood.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ The semantics of the five consistency models in Cosmos DB are described [here](c
7878
Next learn how to configure global distribution by using the following articles:
7979

8080
* [How to configure clients for multi-homing](how-to-manage-database-account.md#configure-clients-for-multi-homing)
81-
* [Add or remove regions from your Azure Cosmos DB account](how-to-manage-database-account.md#addremove-regions-from-your-database-account)
81+
* [Add/remove regions from your database account](how-to-manage-database-account.md#addremove-regions-from-your-database-account)
8282
* [How to create a custom conflict resolution policy for SQL API accounts](how-to-manage-conflicts.md#create-a-custom-conflict-resolution-policy)

articles/cosmos-db/scaling-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In Azure Cosmos DB, provisioned throughput is represented as request units/secon
2020

2121
You can provision RUs on a Cosmos container or a Cosmos database. RUs provisioned on a container are exclusively available for operations performed on that container. RUs provisioned on a database are shared among all the containers within that database (except for any containers with exclusively assigned RUs).
2222

23-
For elastically scaling throughput, you can increase or decrease the provisioned RU/s at any time. For more information, see [How-to provision throughput](set-throughput.md) and elastically scale Cosmos containers and databases. For globally scaling throughput, you can add or remove regions on your Cosmos account at any time. For more information, see [Add or remove regions from your Azure Cosmos DB account](how-to-manage-database-account.md#addremove-regions-from-your-database-account). Associating multiple regions with a Cosmos account is important in many scenarios to achieve low latency and [high availability](high-availability.md) around the world.
23+
For elastically scaling throughput, you can increase or decrease the provisioned RU/s at any time. For more information, see [How-to provision throughput](set-throughput.md) and elastically scale Cosmos containers and databases. For globally scaling throughput, you can add or remove regions on your Cosmos account at any time. For more information, see [Add/remove regions from your database account](how-to-manage-database-account.md#addremove-regions-from-your-database-account). Associating multiple regions with a Cosmos account is important in many scenarios to achieve low latency and [high availability](high-availability.md) around the world.
2424

2525
## how provisioned throughput is distributed across regions
2626

0 commit comments

Comments
 (0)