Skip to content

Commit c8c2824

Browse files
authored
minor add and typo fix
1 parent 0c3688d commit c8c2824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Check out created resources in the [Azure Portal](portal.azure.com):
8484

8585
![created resources](./images/created-resources.png)
8686

87-
Alternatively, you can also use a [cleaning pipeline](../environment_setup/iac-remove-environment.yml) that removes resources ctreated for this project or you can just delete a resource group in the [Azure Portal](portal.azure.com).
87+
Alternatively, you can also use a [cleaning pipeline](../environment_setup/iac-remove-environment.yml) that removes resources created for this project or you can just delete a resource group in the [Azure Portal](portal.azure.com).
8888

8989

9090
### 6. Set up Build Pipeline
@@ -131,7 +131,7 @@ docker run -v $(System.DefaultWorkingDirectory)/_ci-build/mlops-pipelines/ml_se
131131
mcr.microsoft.com/mlops/python:latest python run_train_pipeline.py
132132
```
133133

134-
This release pipeline should be triggered whenever a new **ML training pipeline** is published by the **AzDo builder pipeline**. It can also be triggered manually or configured to run on a scheduled basis. Create a new release to trigger the pipeline manually:
134+
This release pipeline should be automatically triggered (continuous deployment) whenever a new **ML training pipeline** is published by the **AzDo builder pipeline**. It can also be triggered manually or configured to run on a scheduled basis. Create a new release to trigger the pipeline manually:
135135

136136
![create release](./images/create-release.png)
137137

0 commit comments

Comments
 (0)