Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,008 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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!
@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.