Skip to content

Commit eb9c3f8

Browse files
authored
Merge pull request #89508 from chez-charlie/release-branch-1
Fix wording issue in ADF-CICD
2 parents 7bf44e1 + 284ce4f commit eb9c3f8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 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+
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,8 +700,11 @@ 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+
- 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-
- 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. Selective publishing of a subset of resources _may_ lead to unexpected behaviors and errors
706+
- On rare occasions where selective publishing is required, you may consider a hot-fix. For more information, see [Hot-Fix Production Branch](#hot-fix-production-branch)
706707

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

0 commit comments

Comments
 (0)