Skip to content

Commit 51504c6

Browse files
committed
Wording changes for ADF CICD
1 parent de78e1d commit 51504c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/data-factory/continuous-integration-deployment.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ If you don’t have Git configured, the linked templates are accessible via the
664664

665665
## Hot-fix production branch
666666

667-
This approach is as known as QFE, Quick Fixing Engineering. If you deploy a factory to production and realize there's a bug that needs to be fixed right away, but you can't deploy the current collaboration branch, you may need to deploy a hot-fix.
667+
If you deploy a factory to production and realize there's a bug that needs to be fixed right away, but you can't deploy the current collaboration branch, you may need to deploy a hot-fix. This approach is as known as quick-fix engineering or QFE.
668668

669669
1. In Azure DevOps, go to the release that was deployed to production and find the last commit that was deployed.
670670

@@ -700,12 +700,10 @@ If you're using Git integration with your data factory, and you have a CI/CD pip
700700

701701
## Unsupported features
702702

703-
- You cannot selectively publish individual resources. Publish actions will reflect **all** changes made in the data factory
703+
- By design, ADF does _not_ allow cherry-picking commits or selective publishing of resources. Publishes will include **all** changes made in the data factory
704704

705-
- Data factory entities depend on each other. For instance triggers depend on pipelines, pipelines depend on datasets and other pipelines, etc.
706-
- Selective publishing of a subset of resources _may_ lead to certain errors and unexpected behaviors.
707-
- By design, ADF does not allow cherry-picking commits or selective publishing of resources. Publishes will include **all** changes made in the data factory
708-
- On rare occasions where selective publishing is required, please consider the Hot-fix route (see [Hot-Fix Production Branch](#hot-fix-production-branch))
705+
- Data factory entities depend on each other, for instance, triggers depend on pipelines, pipelines depend on datasets and other pipelines, etc. Selective publishing of a subset of resources _may_ lead to unexpected behaviors and errors
706+
- On rare occasions where selective publishing is required, you consider consider a hot-fix. For more information, see [Hot-Fix Production Branch](#hot-fix-production-branch)
709707

710708
- You cannot publish from private branches
711709

0 commit comments

Comments
 (0)