Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
The ability to parameterize the connection would enable using separate identities (e.g. separate service principals) for dev/test/prod environments.
Having to use the same SPN in dev/test/prod introduces unnecessary risks, like accidental data modification across environments - a dev workload accidentally writing to production data, or a production workload accidentally connecting to and using data from the dev environment.
This would be solved if we could use variable library to reference the corresponding connection id for dev/test/prod service principal.
This way, we would not need to give the prod SPN access to dev and test environments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.