Skip to content

Commit a9fda35

Browse files
authored
punctuation fix and note syntax
1 parent 345aa7d commit a9fda35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cosmos-db/set-throughput.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ All containers created inside a database with provisioned throughput must be cre
5656

5757
If the workload on a logical partition consumes more than the throughput that's allocated to a specific logical partition, your operations are rate-limited. When rate-limiting occurs, you can either increase the throughput for the entire database or retry the operations. For more information on partitioning, see [Logical partitions](partition-data.md).
5858

59-
The shards of shared database containers are co-located, and up to 25 containers can potentially use the provisioned throughput. Beyond 25 containers, for every additional 25 containers added throughput accessible for all the containers reduces linearly
59+
The shards of shared database containers are co-located, and up to 25 containers can potentially use the provisioned throughput. Beyond 25 containers, for every additional 25 containers added throughput accessible for all the containers reduces linearly.
6060

6161
The following image shows how a physical partition can host one or more logical partitions that belong to different containers within a database:
6262

@@ -74,7 +74,8 @@ You can combine the two models. Provisioning throughput on both the database and
7474
* The *"K"* RUs throughput is shared across the four containers *A*, *C*, *D*, and *E*. The exact amount of throughput available to *A*, *C*, *D*, or *E* varies. There are no SLAs for each individual container’s throughput.
7575
* The container named *B* is guaranteed to get the *"P"* RUs throughput all the time. It's backed by SLAs.
7676

77-
**NOTE: A container with provisioned throughput cannot be converted to shared database container. Conversely a shared database container cannot be converted to have a dedicated throughput**
77+
> [!NOTE]
78+
> A container with provisioned throughput cannot be converted to shared database container. Conversely a shared database container cannot be converted to have a dedicated throughput.
7879
7980
## Update throughput on a database or a container
8081

0 commit comments

Comments
 (0)