Skip to content

Commit feffabe

Browse files
author
Thomas Weiss
committed
Integrated comments from Sneha
1 parent 9b6482a commit feffabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/set-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can combine the two models. Provisioning throughput on both the database and
6969
* You can create an Azure Cosmos database named *Z* with provisioned throughput of *"K"* RUs.
7070
* Next, create five containers named *A*, *B*, *C*, *D*, and *E* within the database. When creating container B, make sure to enable **Provision dedicated throughput for this container** option and explicitly configure *"P"* RUs of provisioned throughput on this container. Note that you can configure shared and dedicated throughput only when creating the database and container.
7171

72-
![Setting the throughput at the container-level](./media/set-throughput/coll-level-throughput.png)
72+
![Setting the throughput at the container-level](./media/set-throughput/coll-level-throughput.png)
7373

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.

articles/cosmos-db/stored-procedures-triggers-udfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Azure Cosmos DB provides triggers that can be invoked by performing an operation
8282
Similar to pre-triggers, post-triggers, are also associated with an operation on an Azure Cosmos DB item and they don’t require any input parameters. They run *after* the operation has completed and have access to the response message that is sent to the client. For examples, see [How to write triggers](how-to-write-stored-procedures-triggers-udfs.md#triggers) article.
8383

8484
> [!NOTE]
85-
> Registered triggers don't run automatically when their corresponding operations (create / delete / replace / update) happen. They have to be explicitly called when executing these operations. See [this section](how-to-use-stored-procedures-triggers-udfs.md#pre-triggers) to learn how to run triggers.
85+
> Registered triggers don't run automatically when their corresponding operations (create / delete / replace / update) happen. They have to be explicitly called when executing these operations. To learn more, see [how to run triggers](how-to-use-stored-procedures-triggers-udfs.md#pre-triggers) article.
8686
8787
## <a id="udfs"></a>User-defined functions
8888

0 commit comments

Comments
 (0)