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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -664,7 +664,7 @@ If you don’t have Git configured, the linked templates are accessible via the
664
664
665
665
## Hot-fix production branch
666
666
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.
668
668
669
669
1. In Azure DevOps, go to the release that was deployed to production and find the last commit that was deployed.
670
670
@@ -700,8 +700,11 @@ If you're using Git integration with your data factory, and you have a CI/CD pip
700
700
701
701
## Unsupported features
702
702
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
704
704
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)
706
707
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