You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/continuous-integration-deployment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ For a nine-minute introduction to this feature and a demonstration, watch this v
31
31
32
32
## Continuous integration and delivery lifecycle
33
33
34
-
Following is a sample overview of the continuous integration and delivery lifecycle in an Azure data factory that's configured with Azure Repos Git. For more information on how to configure a Git repository, see [Source control in Azure Data Factory](source-control.md).
34
+
Below is a sample overview of the continuous integration and delivery lifecycle in an Azure data factory that's configured with Azure Repos Git. For more information on how to configure a Git repository, see [Source control in Azure Data Factory](source-control.md).
35
35
36
-
1. A development data factory is created and configured with Azure Repos Git. All developers have permission to author Data Factory resources like pipelines and datasets.
36
+
1. A development data factory is created and configured with Azure Repos Git. All developers should have permission to author Data Factory resources like pipelines and datasets.
37
37
38
38
1. As the developers make changes in their feature branches, they debug their pipeline runs with their most recent changes. For more information on how to debug a pipeline run, see [Iterative development and debugging with Azure Data Factory](iterative-development-debugging.md).
39
39
40
40
1. After the developers are satisfied with their changes, they create a pull request from their feature branch to the master or collaboration branch to get their changes reviewed by peers.
41
41
42
-
1. After a pull request is approved and changes are merged in the master branch, they can be published to the development factory.
42
+
1. After a pull request is approved and changes are merged in the master branch, the changes can be published to the development factory.
43
43
44
-
1. When team members are ready to deploy the changes to the test factory and then to the production factory, they export the Resource Manager template from the master branch.
44
+
1. When the team is ready to deploy the changes to the test factory and then to the production factory, the team exports the Resource Manager template from the master branch.
45
45
46
46
1. The exported Resource Manager template is deployed with different parameter files to the test factory and the production factory.
47
47
@@ -77,7 +77,7 @@ Following is a guide for setting up an Azure Pipelines release, which automates
77
77
78
78
### Requirements
79
79
80
-
- An Azure subscription linked to Visual Studio Team Foundation Server or Azure Repos that use the [Azure Resource Manager service endpoint](https://docs.microsoft.com/azure/devops/pipelines/library/service-endpoints#sep-azure-rm).
80
+
- An Azure subscription linked to Visual Studio Team Foundation Server or Azure Repos that uses the [Azure Resource Manager service endpoint](https://docs.microsoft.com/azure/devops/pipelines/library/service-endpoints#sep-azure-rm).
81
81
82
82
- A data factory configured with Azure Repos Git integration.
0 commit comments