MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

MLOps using Azure ML Services and Azure DevOps

Results 82 MLOpsPython issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, since about two weeks, we are trying to use our own custom image within this framework. We therefore updated the .pipelines/diabetes_regression-ci.yml but found out, that it does not influence...

Hi, I followed your templates to setup the CI/CD for Azure ML with Azure DevOps. However, I receive the following error. It seems to be related to the update of...

Hi, I am running the following task according to the template. However, I get the following error: `ERROR: {'Azure-cli-ml Version': '1.5.0', 'Error': TypeError("__init__() got an unexpected keyword argument 'async_persist'",)}` Do...

Hi, Want to understand how and when **/usr/local/envs/mlopspython_ci** CI environment is created. I am trying to put some new dependencies in **ci_dependencies.yml** to install some new dependencies. But the CI...

Currently service principal image build will stack: error in jsmin setup command: use_2to3 is invalid. one way to fix is to update azure-cli ./diabetes_regression/ci_dependencies.yml with - azure-cli==2.28.1 Remember, not fixing...

I am working on the CI step of the pipeline. It consist of three main steps: Get Pipeline ID, Trigger ML Training Pipeline, and Publish artifact. The first steps always...

ARM-based IaC resources deployment to an existing resource group produces error code DeploymentFailed. The desired resources are, however, created in the resource group, namely - AML-AI - AML-KV - amlcr...

![Error](https://user-images.githubusercontent.com/32242760/128421111-e50c432c-faad-463c-8cc4-a252e986bafe.png) When I am running the CD pipeline in this repo, I am getting this error: "Provisioning request delayed or failed to send 5 time(s). This is over the limit...

I'm quite new to azure, so maybe I just don't understand something, but the first thing I did trying to understand this template was to track what calls what and...

Thank you for providing these examples. They have been helpful when setting up a pipeline to train on an existing `FileDataset`. There are some differences between the [usage examples for...