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
503 stars 248 forks source link

outer-loop-deploying-infrastructure-via-azure-devops fails becuase prod env is not available #39

Open ManojBableshwar opened 2 years ago

ManojBableshwar commented 2 years ago

These steps: https://github.com/Azure/mlops-v2/blob/main/QUICKSTART.md#outer-loop-deploying-infrastructure-via-azure-devops fail with the following error:

image

I had to manually create the prod env to get this pipeline to run

image

BoskarimEid commented 1 year ago

I am getting the same error. How did you create the prod env manually?

cindyweng commented 1 year ago

@sdonohoo we should add this to the revised documentation, that Bicep requires the envs to be created manually in ADO

sdonohoo commented 1 year ago

@cindyweng @setuc Creating prod env manually and documenting that works around the issue but why is the dev env created automatically but not prod?