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

[Quickstart.md] Deploying Infrastructure via Azure DevOps #72

Closed saiham6 closed 1 year ago

saiham6 commented 1 year ago

Hi, I am facing an issue with the deployment via Azure Pipeline. When I run the pipeline, the following error is thrown.

Screenshot_20221130_192350

It seemed like I had to change the resource repositories and connections. So, I tried changing it to the following and another error is thrown.

Screenshot_20221130_192212

Can anyone help me with the issue?

Thanks, Saiham

cindyweng commented 1 year ago

you need the terraform extension (it's at the top of the quickstart)

setuc commented 1 year ago

I am assuming that this issue has been resolved succesfully.

corticalstack commented 1 year ago

@saiham6 Grateful for feedback on how you resolved as I have same (and have DevOps terraform extension installed). Thanks!