What is the role of pretriggers in Azure Cosmos DB?
Pretriggers are executed before modifying a database item and must be specified for each database operation where you want them to execute.
Pretriggers are used to execute operations after modifying a database item.
Pretriggers are automatically executed for each database operation.
Pretriggers in Azure Cosmos DB are executed before modifying a database item and they need to be specified for each database operation where they should execute.