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
+4-6Lines changed: 4 additions & 6 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
-
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.
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,12 +700,10 @@ 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 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
704
704
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)
0 commit comments