Skip to content

Commit c12530d

Browse files
Update articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Co-authored-by: Mary McCready <[email protected]>
1 parent f1a07b8 commit c12530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Expand the **User-Defined Code Configuration** section, and fill out the configu
137137
|Custom Code Assembly Source|UserCustomCode.zip|
138138

139139
## User logging
140-
The logging mechanism allow users to capture custom information during job run. Log data can be used to debug or assess the correctness of the custom code at real time.
140+
The logging mechanism allows you to capture custom information while a job is running. You can use log data to debug or assess the correctness of the custom code in real-time.
141141

142142
The `StreamingContext` class provides a mechanism for publishing diagnostics information using the `StreamingDiagnostics.WriteError` function. The code below shows the interface exposed by Azure Stream Analytics.
143143

0 commit comments

Comments
 (0)