Skip to content

Commit 501e2ed

Browse files
authored
Merge pull request #98019 from hyoshioka0128/patch-570
Typo "Azure Pipeline"→"Azure Pipelines"
2 parents e3295df + dd91476 commit 501e2ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/v1/how-to-cicd-data-ingestion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ steps:
106106
artifact: di-notebooks
107107
```
108108
109-
The pipeline uses [flake8](https://pypi.org/project/flake8/) to do the Python code linting. It runs the unit tests defined in the source code and publishes the linting and test results so they're available in the Azure Pipeline execution screen.
109+
The pipeline uses [flake8](https://pypi.org/project/flake8/) to do the Python code linting. It runs the unit tests defined in the source code and publishes the linting and test results so they're available in the Azure Pipelines execution screen.
110110
111111
If the linting and unit testing is successful, the pipeline will copy the source code to the artifact repository to be used by the subsequent deployment steps.
112112
@@ -209,7 +209,7 @@ The values in the JSON file are default values configured in the pipeline defini
209209

210210
The Continuous Delivery process takes the artifacts and deploys them to the first target environment. It makes sure that the solution works by running tests. If successful, it continues to the next environment.
211211

212-
The CD Azure Pipeline consists of multiple stages representing the environments. Each stage contains [deployments](/azure/devops/pipelines/process/deployment-jobs) and [jobs](/azure/devops/pipelines/process/phases?tabs=yaml) that perform the following steps:
212+
The CD Azure Pipelines consists of multiple stages representing the environments. Each stage contains [deployments](/azure/devops/pipelines/process/deployment-jobs) and [jobs](/azure/devops/pipelines/process/phases?tabs=yaml) that perform the following steps:
213213

214214
* Deploy a Python Notebook to Azure Databricks workspace
215215
* Deploy an Azure Data Factory pipeline
@@ -479,4 +479,4 @@ stages:
479479

480480
* [Source Control in Azure Data Factory](/azure/data-factory/source-control)
481481
* [Continuous integration and delivery in Azure Data Factory](/azure/data-factory/continuous-integration-delivery)
482-
* [DevOps for Azure Databricks](https://marketplace.visualstudio.com/items?itemName=riserrad.azdo-databricks)
482+
* [DevOps for Azure Databricks](https://marketplace.visualstudio.com/items?itemName=riserrad.azdo-databricks)

0 commit comments

Comments
 (0)