Forum Discussion
CloudVasu
Helper I
10 months agoNeed help: Dynamically updating parameter values during Fabric CI/CD deployment
Hi everyone, I have multiple environments in Microsoft Fabric, for example Dev, Test, Pre-Prod, and Prod. I’m automating deployments using Azure DevOps YAML pipelines and PowerShell scripts. Right ...
KevinChant
Super User
10 months agoIf you need to do a lot of parameter replacement I strongly recommennd looking to use the fabric-cicd Pythin library as a layer of abstraction instead of working with the API's directly.
https://microsoft.github.io/fabric-cicd/0.1.30/
- CloudVasu10 months ago
Helper I
Thank you, Kevin. When I deploy using a Fabric token, I can successfully deploy both pipelines and notebooks. However, when I use a service principal, I’m only able to deploy notebooks, and pipeline deployment fails with the message: Deployment status: Failed. I’ll focus on resolving this issue first, and then I’ll use the Fabric-CICD Python library as an additional layer, as you suggested.