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.
Hi JacobJoo
I wanted to check if you had the opportunity to review the valuable information provided by AntoineW , chetanhiwale , deborshi_nag . Please feel free to contact us if you have any further questions.
Thank you.