Microsoft has added dynamic connection-name support for built-in connectors in Azure Logic Apps Standard, which means a single workflow can now decide at runtime which SFTP server, database, or service bus namespace it talks to. Instead of maintaining one workflow per team or environment, you can pass the connection name in through a trigger input, header, parameter, or conditional expression. The runtime resolves the named connection from connections.json when the workflow executes.
How we are responding
We are testing this against the multi-brand and multi-entity patterns we often see in NZ businesses: one organisation running several Shopify brands, warehouses, or entities that all need the same logic but point at different back-end systems. Where it fits, we will start designing Logic Apps Standard flows with a single workflow definition and dynamic routing rather than duplicating flows across tenants or teams. Because the feature is code-view only today, we are also updating our runbooks and review checklists to make sure dynamic connection names are named, documented, and guarded as carefully as any hardcoded credential.
What it means for you
If your integrations run on Azure Logic Apps Standard, this gives you a cleaner way to scale one integration pattern across multiple endpoints. You define every permitted connection up front in connections.json (credentials referenced from app settings or Key Vault), then let the workflow pick the right one based on the data it receives.
There are a few limits worth noting. It only works with built-in (service provider) connectors, not managed API connections, and it currently has no designer support: you edit the workflow in code view. The connection must already exist in connections.json; the workflow cannot create new connections on the fly, and the resolved name must match exactly.
If your Logic Apps setup has you copying the same flow once per brand, warehouse, or region, ask us whether dynamic connections can simplify it. Book a free systems call and we will map where it fits.

