Forum Discussion
Changing the source connection info
Hi,
in order to maintenance a Fabric data platform solution I need to change some source connection info, f.e. connection type and/or the server for some on-premises connections. I've noticed that it isn't possibile applying such changes and so I need to recreate the connection with the right info.
As a feature It could be useful it can changes the server info at least without recreating the entire connection.
Any alternative solutions, please? Thanks
Hi pmscorca,
I'd recommend posting an idea for this: Fabric Ideas - Microsoft Fabric Community
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
5 Replies
- MJParikhSuper User
For on-premises connections in Fabric, items like connection type, server name, and authentication mode are fixed at creation time. Fabric treats these as immutable. This design keeps lineage, security, and gateway bindings consistent. Because of this, editing the server or connection type in place is not supported.
What you can do instead.
Recreate the connection
This is the supported path today. Create a new connection with the updated server or connection type, then rebind your Lakehouse, Warehouse, Dataflow Gen2, or pipeline to the new connection. This feels heavy, but it avoids hidden breakages.Use DNS or aliases for future changes
If the change is server-related, use a DNS alias or SQL Server alias. Point Fabric to the alias once, then handle server changes at the network or database layer. This reduces future reconnection work.Centralize gateway connections
If you are using an on-premises data gateway, manage connection definitions centrally and keep naming stable. This helps limit downstream updates when environments change.Parameterize at the data layer, not the connection
You cannot parameterize the Fabric connection itself, but you can parameterize database names, schemas, or queries inside Dataflows Gen2 or notebooks. This gives some flexibility without touching the connection.
- tayloramySuper User
Hi pmscorca,
I'd recommend posting an idea for this: Fabric Ideas - Microsoft Fabric Community
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- v-karpurapudCommunity Support
Hi pmscorca
Thank you for reaching out to the Microsoft Fabric community forum.
I would also like to thank you MJParikh and tayloramy for your active participation and for sharing solutions within the community forum.
I hope the information provided helps resolve your issue. If you have any further questions or need additional assistance, please feel free to contact us. We are always here to help.
Best regards,
Community Support Team. - v-karpurapudCommunity Support
Hi pmscorca
We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank You.
- pmscorcaKudo Kingpin
Hi, thanks for your reply.
I'm thinking to post an idea.