I’m working on a Microsoft Fabric setup where I have:
- ~400 notebooks attached to 25 lakehouses, 15 warehouses, and 20 semantic models.
- Deployment pipelines automated via Azure DevOps PowerShell scripting.
The challenge: After deploying from Dev → Test, my Test lakehouse still references the Dev stage.
I’d like to fully automate deployment rules using parameters, so the stage references update automatically.
Question: Is there a way in Fabric to automate deployment rules in this scenario, or a recommended approach?