Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
502 stars 248 forks source link

run the model-deploy-pipeline github action workflow automatically on completion of model-training-pipeline gha workflow #105

Open amardeep-jaiman-bh opened 1 year ago

amardeep-jaiman-bh commented 1 year ago

Describe the bug or the issue that you are facing

The sample code provided , only support manual trigger of model deployment pipeline workflow but if this workflow needs to be automatically run after completion of mode training pipeline workflow, then how it can it be automatically triggered ?

Steps/Code to Reproduce

applicable for all type of projects

Expected Output

provide suggestions to automatically run the deployment pipeline.

Versions

latest

Which platform are you using for deploying your infrastrucutre?

GitHub Actions (GitHub)

If you mentioned Others, please mention which platformm are you using?

No response

What are you using for deploying your infrastrucutre?

Bicep

Are you using Azure ML CLI v2 or Azure ML Python SDK v2

Azure ML CLI v2

Describe the example that you are trying to run?

Applicable for all