Skip to content

Commit 6e847f7

Browse files
committed
edit 2
1 parent 61a9f03 commit 6e847f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Similar to pre-triggers, post-triggers, are also associated with an operation on
9797
9898
## <a id="udfs"></a>User-defined functions
9999

100-
[User-defined functions](query/udfs.md) (UDFs) are used to extend the API for NoSQL query language syntax and implement custom business logic easily. They can be called only within queries. UDFs do not have access to the context object and are meant to be used as compute only JavaScript. Therefore, UDFs can be run on secondary replicas.
100+
User-defined functions (UDFs) are used to extend the API for NoSQL query language syntax and implement custom business logic easily. They can be called only within queries. UDFs do not have access to the context object and are meant to be used as compute only JavaScript. Therefore, UDFs can be run on secondary replicas.
101101

102102
## <a id="jsqueryapi"></a>JavaScript language-integrated query API
103103

0 commit comments

Comments
 (0)