Integrate Logic Apps with Machine Learning

Michalis Papallis 6 Reputation points
2021-06-25T09:10:38.463+00:00

Hello everyone,

Is it possible to integrate Logic Apps with Machine Learning so that i can trigger the Logic App and then the Logic App starts a ML model training automatically?

Thank you!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,729 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2021-06-28T11:28:51.723+00:00

    @MichalisPapallis-0974 With respect to Azure Machine learning you can create trigger for HTTP action to run published ML pipelines, these are basically endpoints that are published of the pipeline. So, if you have setup your pipeline using the SDK then you can use that endpoint with a trigger to run the pipeline.

    1 person found this answer helpful.
    0 comments No comments