Skip to content

Commit de78e1d

Browse files
committed
Fix wording issue in ADF-CICD
1 parent 8e9879a commit de78e1d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 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-
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+
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.
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,8 +700,13 @@ If you're using Git integration with your data factory, and you have a CI/CD pip
700700

701701
## Unsupported features
702702

703-
- You can't publish individual resources. Data factory entities depend on each other and tracking changing dependencies can be difficult and lead to unexpected behavior. For example, triggers depend on pipelines, pipelines depend on datasets and other pipelines, an so on. If it was possible to publish only a subset of the entire change-set, certain unforeseen errors could occur.
703+
- You cannot selectively publish individual resources. Publish actions will reflect **all** changes made in the data factory
704704

705-
- You can't publish from private branches.
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))
706709

707-
- You can't host projects on Bitbucket.
710+
- You cannot publish from private branches
711+
712+
- As of now, you cannot host projects on Bitbucket

0 commit comments

Comments
 (0)