Forum Discussion
How to test fabric CI/CD Azure DEV ops ?
- Anonymous11 months ago
Hi kkoc3 ,
Thanks for reaching out to the Microsoft fabric community forum.For disaster recovery testing in Fabric with Azure DevOps, it’s best to avoid running tests in your Dev or Prod environments. Instead, create a dedicated sandbox workspace for example, DR-Validation-Workspace and target your pipeline deployments there. This isolated environment allows you to validate the full recovery process end-to-end without risking disruption to active workloads.
I hope this information helps. Please do let us know if you have any further queries.
Thank you
Hi kkoc3 ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you.
Hi
yes but it doesnt answer my question .
- tayloramy11 months ago
Super User
Hi kkoc3,
There are also CI/CD accelerators:
https://github.com/microsoft/fabric-toolbox/tree/main/accelerators/CICDThe way my organization does CI/CD is as follows:
We have a dev, test, and prod workspace. Our dev workspace is git enabled and we use feature branching out to new workspaces to do feature development, and then merge back to main once the feature is complete. Main is the branch in the dev workspace.Our test and prod workspaces are not git enabled, instead we use deployment pipelines to move from dev to test and then to prod.
For DR and failure recovery, there is no built in fucntionality. This is why I linked the BCDR accelerator, that is the best starting point right now.
Note these accelerators are not an official product and don't have support, but rather they are a starting point for you to build a full solution.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.