Tú Nguyễn Greetings!
Is there a way in AzureML to enforce the execution of a flow only after it has been approved? I need this feature as it is essential in MLOps to have a workflow that includes production deployment following an approval process.
I didn't find a direct way to achieve this.
However, have a look at these documentations and see if it helps.
Trigger applications, processes, or CI/CD workflows based on Azure Machine Learning events and MLflow operations
Also, see if you can integrate this into your solution Create approval-based workflows using Azure Logic Apps
Do let me know if that helps.