Forum Discussion
Fabuser_123
9 months agoFrequent Visitor
Automate the deployment pipelines programmatically(CICD)
I have two envs dev and prod. I am using deployment pipelines to deploy the changes from dev to prod. I want the process to be automated. Also, need to set up the deployment rules to change the vaiab...
tayloramy
9 months agoSuper User
Hi Fabuser_123,
See this blog post about deployment pipelines, Kevin does a great job at explaining them:
Fabricators guide to Microsoft Fabric deployment pipelines - K Chant
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- KevinChant9 months agoSuper User
I do my best. Just to add to this, if you are looking to automate the deployments to different stages in a deployment pipeline you'll probably want to go through this post which covers how to do it in Azure DevOps using the PowerShell script provided by Microsoft: