Skip to content

Commit ecded9e

Browse files
authored
Merge pull request #120722 from JordiNeil/patch-3
Update machine-learning-udf.md to add warning about ml endpoint calls from portal query editor
2 parents 63d6dd3 + e40a153 commit ecded9e

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 aren't called when you're testing with the Azure portal query editor because the job isn't running. To test 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)