Skip to content

Commit f180bfb

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

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
@@ -171,7 +171,7 @@ The `StreamingContext` value doesn't need to be passed in by the SQL query. Azur
171171
SELECT udf.MyUdfMethod(input.value) as udfValue FROM input
172172
```
173173

174-
Log messages can be accessed through the [Diagnostic Logs](data-errors.md).
174+
You can access log messages through the [diagnostic logs](data-errors.md).
175175

176176
## Limitations
177177
The UDF preview currently has the following limitations:

0 commit comments

Comments
 (0)