Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: "Code which demonstrates how to set up and operationalize an MLOps
# MLOps with Azure ML


[![Build Status](https://dev.azure.com/customai/DevopsForAI-AML/_apis/build/status/Microsoft.MLOpsPython?branchName=master)](https://dev.azure.com/customai/DevopsForAI-AML/_build/latest?definitionId=25&branchName=master)
[![Build Status](https://dev.azure.com/customai/DevopsForAI-AML/_apis/build/status/Build%20%26%20Train?branchName=master)](https://dev.azure.com/customai/DevopsForAI-AML/_build/latest?definitionId=34&branchName=master)


MLOps will help you to understand how to build the Continuous Integration and Continuous Delivery pipeline for a ML/AI project. We will be using the Azure DevOps Project for build and release/deployment pipelines along with Azure ML services for model retraining pipeline, model management and operationalization.
Expand Down
2 changes: 1 addition & 1 deletion environment_setup/docker-image-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:

paths:
include:
- environment_setup/*
- environment_setup/Dockerfile

variables:
containerRegistry: $[coalesce(variables['acrServiceConnection'], 'acrconnection')]
Expand Down
7 changes: 7 additions & 0 deletions environment_setup/iac-create-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ trigger:
paths:
include:
- environment_setup/arm-templates/*
pr:
branches:
include:
- master
paths:
include:
- environment_setup/arm-templates/*

pool:
vmImage: 'ubuntu-latest'
Expand Down