Skip to content

Commit 322dc57

Browse files
authored
Update README.md
1 parent 51dba61 commit 322dc57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ This reference architecture shows how to implement continuous integration (CI),
3030
## Architecture Flow
3131

3232
1. Data Scientist writes/updates the code and push it to git repo. This triggers the Azure DevOps build pipeline (continuous integration).
33-
2. Once the Azure DevOps build pipeline is triggered, it runs following type of tasks:
34-
- Run for new code: Every time new code is committed to the repo, build pipeline performs data sanity test and unit tests the new code.
33+
2. Once the Azure DevOps build pipeline is triggered, it runs following types of tasks:
34+
- Run for new code: Every time new code is committed to the repo, the build pipeline performs data sanity tests and unit tests on the new code.
3535

36-
- One-time run: These tasks run only for the first time that the build pipeline runs. They will programatically create an [Azure ML Service Workspace](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-azure-machine-learning-architecture#workspace), provision [Azure ML Compute](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-set-up-training-targets#amlcompute) (used for model training compute), and publish an [Azure ML Pipeline](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-ml-pipelines). This published Azure ML pipeline is the model training/retraining pipeline.
36+
- One-time run: These tasks runs only for the first time the build pipeline runs. It will programatically create an [Azure ML Service Workspace](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-azure-machine-learning-architecture#workspace), provision [Azure ML Compute](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-set-up-training-targets#amlcompute) (used for model training compute), and publish an [Azure ML Pipeline](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-ml-pipelines). This published Azure ML pipeline is the model training/retraining pipeline.
3737

38-
> Note: The task Publish Azure ML pipeline currently runs for every code change`
38+
> Note: The Publish Azure ML pipeline task currently runs for every code change
3939
4040
3. The Azure ML Retraining pipeline is triggered once the Azure DevOps build pipeline completes. All the tasks in this pipeline runs on Azure ML Compute created earlier. Following are the tasks in this pipeline:
4141

0 commit comments

Comments
 (0)