Skip to content

Commit dab5e12

Browse files
authored
Update machine-learning-udf.md
Add warning about running the Stream Analytics job when testing the ML Endpoint call from the portal query editor.
1 parent 1f62e4c commit dab5e12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/stream-analytics/machine-learning-udf.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The following table describes each property of Azure Machine Learning Service fu
5454

5555
When your Stream Analytics query invokes an Azure Machine Learning UDF, the job creates a JSON serialized request to the web service. The request is based on a model-specific schema that Stream Analytics infers from the endpoint's swagger.
5656

57+
> [!WARNING]
58+
> Machine Learning endpoints are not called when you're testing with the Azure Portal query editor, this is because the job is not running. For testing the endpoint call from the portal, the Stream Analytics job needs to be running.
59+
5760
The following Stream Analytics query is an example of how to invoke an Azure Machine Learning UDF:
5861

5962
```SQL

0 commit comments

Comments
 (0)