Forum Discussion
Deploying Microsoft Fabric items via CI/CD Using Python Libraries
- 7 months ago
For question one, I suiggest you look at dynamic replacements.
For questions two and three, my advice is to use a combination of the parameter file and variable libraries.
For question four, I tend to use notebooks instead. However, others I know tend to use parameter-driven approach from pipelines.
For five, it depends what you mean by parameter file structure.
One other thing, you migfht want to look into the config file functionality.
If you find this answer useful please give kudos and/or mark as a solution.
Note, this response was generated by an actual human being and not AI...
CloudVasu The responses given by the other folks are exactly on point so I won't repeat them.
It seems you want to learn more about how parameterization is supported and its capabilities in the fabric-cicd Python library. You can find the documentation here.
You can read all about the supported parameterization features, see examples of parameter file setup, and view real parameterization use cases by item type for deployment. If you have any specific questions related to fabric-cicd I would recommend raising a GitHub issue here.
Hope this helps!