Hi!
I am learning Azure ML Ops and using the Getting Started template to understand how ML models can be deployed through CI/CD pipelines.
The build pipeline runs fine and a pkl file and model artifacts are generated as expected. However, when I run the release deployment pipleline, it fails with the error below -
/.pipelines/diabetes_regression-cd.yml (Line: 19, Col: 15): Pipeline Resource model-train-ci Input Must be Valid.
I did rename the build pipeline to Model-Train-Register-CI before running it.
I've failed to figure out what might be causing this! Could someone please help?
Hi! I am learning Azure ML Ops and using the Getting Started template to understand how ML models can be deployed through CI/CD pipelines. The build pipeline runs fine and a pkl file and model artifacts are generated as expected. However, when I run the release deployment pipleline, it fails with the error below -
/.pipelines/diabetes_regression-cd.yml (Line: 19, Col: 15): Pipeline Resource model-train-ci Input Must be Valid.
I did rename the build pipeline to Model-Train-Register-CI before running it.
I've failed to figure out what might be causing this! Could someone please help?
Thanks
Suchitra