Skip to content

Commit 209e954

Browse files
authored
Merge pull request #270161 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 149a2c3 + ecded9e commit 209e954

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)