Forum Discussion
Create a fabric deployment pipeline using rest API call
- 1 year ago
My bad , I was reading a wrong article ( the things which I have mentioned will eventually be available ).
There is currently no direct API method to create a Fabric Deployment Pipeline programmatically.
Microsoft has announced plans to finalize public APIs for Deployment pipelines on the Fabric platform. The estimated release timeline for these enhancements is Q1 2025
. These upcoming APIs are expected to include:
- Create Deployment Pipeline
- Delete Deployment Pipeline
- Update Deployment Pipeline
- Assign Workspace To Stage
- Unassign Workspace From Stage
https://learn.microsoft.com/en-us/fabric/release-plan/shared-experiences
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Anonymous
- 1 year ago
Hi Anonymous
I think I have found the right resources
https://learn.microsoft.com/he-il/fabric/cicd/deployment-pipelines/pipeline-automation-fabric
please check this GitHub repo:
there are other repo link as well on learn page I have shared .
Please see if this helps
Thanks a lot for the update.
Just wanted to know we cannot create the deployment pipeline from Rest API call, but can we trigger or run the deployment pipeline using any API call?
Would like to know do we have any such solution available for deploying artifacts from one workspace to another using the deployment pipeline using API call while doing the authentication using service principle, also let me know the necessary permissions required for same.
Thanks a lot!
Anonymous
https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/pipeline-automation-fabric
In this MS link its clearly mentioned that we can schedule the pipeline using API, but I am unable to find the endpoint. I will keep you posted here. Please give kudos and accept the solution if it is useful.