Skip to content

Commit 8c924bd

Browse files
authored
Update machine-learning-udf.md
1 parent 6786897 commit 8c924bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Complete the following steps before you add a machine learning model as a functi
2525

2626
3. Make sure your web service accepts and returns JSON serialized data.
2727

28-
4. Deploy your model on [Azure Kubernetes Service](../machine-learning/how-to-deploy-and-where.md#choose-a-compute-target) for high-scale production deployments. If the web service is not able to handle the number of requests coming from your job, the performance of your Stream Analytics job will be degraded, which impacts latency.
28+
4. Deploy your model on [Azure Kubernetes Service](../machine-learning/how-to-deploy-and-where.md#choose-a-compute-target) for high-scale production deployments. If the web service is not able to handle the number of requests coming from your job, the performance of your Stream Analytics job will be degraded, which impacts latency. Models deployed on Azure Container Instances are not supported today but will become available in the coming months.
2929

3030
## Add a machine learning model to your job
3131

0 commit comments

Comments
 (0)