Skip to content

Commit 7bf4973

Browse files
authored
Modification to existing PR
Modifying PR with desired verbiage.
1 parent 92201d1 commit 7bf4973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In Azure Cosmos DB, JavaScript runtime is hosted inside the database engine. Hen
5151

5252
### Scope of a transaction
5353

54-
Stored procedures are associated with exactly one Azure Cosmos container and are therfore scoped to exactly one logical partition key. Each stored procedure execution must include a logical partition key value that corresponds to the scope of the transaction. Items that have a different partition key value (and items in different containers) will not be visible to the stored procedure. No mechanism currently exists to perform cross-partition (or cross-container) transactions. For more information, see [Azure Cosmos DB partitioning](partition-data.md) article.
54+
Stored procedures are associated with an Azure Cosmos container and stored procedure execution is scoped to a logical partition key. Stored procedures must include a logical partition key value during execution that defines the logical partition for the scope of the transaction. For more information, see [Azure Cosmos DB partitioning](partition-data.md) article.
5555

5656
### Commit and rollback
5757

0 commit comments

Comments
 (0)