Forum Discussion
Issue with Deployment movement from QA to Prod
- 7 months ago
Hello JacobJoo
The challenges you’re encountering with deployment on Fabric are quite typical. While your current approach is effective, it does involve additional manual effort.
I suggest implementing GIT integration for your workspaces, with only the Dev environment set to writable and QA and Prod configured as read-only from their respective GIT branches.
Additionally, be sure to parameterise all environment-specific variables and references, such as Lakehouse names, Warehouses, and SQL endpoints.
For promoting to higher environments, it is preferable to use Pull Requests rather than deployment pipelines.
Hello JacobJoo
The challenges you’re encountering with deployment on Fabric are quite typical. While your current approach is effective, it does involve additional manual effort.
I suggest implementing GIT integration for your workspaces, with only the Dev environment set to writable and QA and Prod configured as read-only from their respective GIT branches.
Additionally, be sure to parameterise all environment-specific variables and references, such as Lakehouse names, Warehouses, and SQL endpoints.
For promoting to higher environments, it is preferable to use Pull Requests rather than deployment pipelines.