<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5256961#M17003</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Migrating an ADF ingestion factory (~219 pipelines, 36 linked services) to Fabric Data Factory programmatically via the REST API. Three connection issues I can't resolve through the API — looking for the supported path or confirmation they're UI/manual-only:&lt;BR /&gt;whats is the best apprach to migrate adf pipleins with having parametarized linked services call&amp;nbsp;&lt;BR /&gt;1. Connector types not creatable via the Connections REST API. POST /v1/connections returns "Kind: AzureDatabricks is not supported" and "Kind: Ftp is not supported." Which connector kinds does the public Connections API support, and for the rest (Databricks, FTP, …) is the UI the only option, or is there an automation/API path?&lt;/P&gt;&lt;P&gt;2. ADLS Gen2 + Workspace Identity → DMTS_UntrustedEndpointForWorkspaceIdentity. Creating an AzureDataLakeStorage connection with Workspace Identity fails as an untrusted endpoint. What's required to create it via API end-to-end — does the storage account need trusted-workspace-access / the workspace identity pre-granted? Is there an API to establish that trust?&lt;/P&gt;&lt;P&gt;3. Parameterized linked services with per-call dynamic endpoints. Several ADF REST linked services use url = @{linkedService().absolute_url} — the URL is passed by each dataset at runtime, so one linked service calls many URLs. Fabric connections need a fixed endpoint. What's the recommended pattern — one connection per host + dynamic relative URL? Parameterize the connection field by GUID via a Variable Library? Any way to represent a fully dynamic-URL connection?&lt;/P&gt;&lt;P&gt;Environment: Fabric Trial capacity; connections created via a Service Principal. Official docs/links appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2026 11:23:22 GMT</pubDate>
    <dc:creator>dataengineerv2</dc:creator>
    <dc:date>2026-06-30T11:23:22Z</dc:date>
    <item>
      <title>Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5256961#M17003</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Migrating an ADF ingestion factory (~219 pipelines, 36 linked services) to Fabric Data Factory programmatically via the REST API. Three connection issues I can't resolve through the API — looking for the supported path or confirmation they're UI/manual-only:&lt;BR /&gt;whats is the best apprach to migrate adf pipleins with having parametarized linked services call&amp;nbsp;&lt;BR /&gt;1. Connector types not creatable via the Connections REST API. POST /v1/connections returns "Kind: AzureDatabricks is not supported" and "Kind: Ftp is not supported." Which connector kinds does the public Connections API support, and for the rest (Databricks, FTP, …) is the UI the only option, or is there an automation/API path?&lt;/P&gt;&lt;P&gt;2. ADLS Gen2 + Workspace Identity → DMTS_UntrustedEndpointForWorkspaceIdentity. Creating an AzureDataLakeStorage connection with Workspace Identity fails as an untrusted endpoint. What's required to create it via API end-to-end — does the storage account need trusted-workspace-access / the workspace identity pre-granted? Is there an API to establish that trust?&lt;/P&gt;&lt;P&gt;3. Parameterized linked services with per-call dynamic endpoints. Several ADF REST linked services use url = @{linkedService().absolute_url} — the URL is passed by each dataset at runtime, so one linked service calls many URLs. Fabric connections need a fixed endpoint. What's the recommended pattern — one connection per host + dynamic relative URL? Parameterize the connection field by GUID via a Variable Library? Any way to represent a fully dynamic-URL connection?&lt;/P&gt;&lt;P&gt;Environment: Fabric Trial capacity; connections created via a Service Principal. Official docs/links appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 11:23:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5256961#M17003</guid>
      <dc:creator>dataengineerv2</dc:creator>
      <dc:date>2026-06-30T11:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5260666#M17025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1604035"&gt;@dataengineerv2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Microsoft's migration guidance says that moving Azure Data Factory to Fabric Data Factory involves adjusting some ADF concepts because the architectures differ. Before you call Create Connection, use the List Supported Connection Types API to see which connector types and creation methods are supported. For ADLS Gen2 with Workspace Identity, set up the workspace identity, grant the required Azure RBAC permissions, and, for firewall-enabled storage accounts, configure Trusted Workspace Access (Microsoft notes that Trusted Workspace Access isn't supported on Trial capacities). For Web/WebHook activities that use dynamic URLs, Fabric uses a connection plus a relative URL (for example through UrlHostToConnectionId) instead of ADF-style dynamic connection endpoints such as @{linkedService().absolute_url}.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/migrate-planning-azure-data-factory#critical-architectural-differences" target="_blank"&gt;Migration Planning for Azure Data Factory to Fabric Data Factory - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/migrate-pipelines-how-to-add-connections-to-resolutions-file" target="_blank"&gt;How to Add Connections to Your Resolutions File - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/connections/list-supported-connection-types?tabs=HTTP" target="_blank"&gt;Connections - List Supported Connection Types - REST API (Core) | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/core/connections/create-connection?tabs=HTTP" target="_blank"&gt;Connections - Create Connection - REST API (Core) | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/workspace-identity-authenticate#step-1-create-the-workspace-identity" target="_blank"&gt;Authenticate with Microsoft Fabric workspace identity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/security-trusted-workspace-access" target="_blank"&gt;Trusted workspace access in Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 10:00:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5260666#M17025</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-07-01T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5272612#M17090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1604035"&gt;@dataengineerv2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 04:03:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5272612#M17090</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-07-06T04:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5280553#M17167</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1604035"&gt;@dataengineerv2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 04:51:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5280553#M17167</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-07-09T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5281075#M17176</link>
      <description>&lt;P&gt;just this 2 things getting porblems , the parameterized lnked services and dynamic urls endpoints, i mean the alternatives like varibles which is in preview but can i use that in my migration tool ? i mean that is only useful when you have already created connections , in my tool i just gettging all this thigs&amp;nbsp; from arm template and calling that api to create connections , but due to this dynamic names dont know how i can handle this ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 08:06:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5281075#M17176</guid>
      <dc:creator>dataengineerv2</dc:creator>
      <dc:date>2026-07-09T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5296292#M17253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1604035"&gt;@dataengineerv2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;According to the current documentation, Variable Library and Connection Reference variables only work with existing Fabric connections; they do not create connections from ARM metadata. Fabric connections also do not support parameter expressions the same way as ADF, so dynamic connection definitions (for example, @{linkedService().absolute_url}) have to be manually re-authored. For Web/WebHook activities, Fabric expects a fixed Web v2 connection (host) mapped through UrlHostToConnectionId.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/migrate-pipelines-how-to-add-connections-to-resolutions-file" target="_blank"&gt;How to Add Connections to Your Resolutions File - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/convert-global-parameters-to-variable-libraries#current-limitations" target="_blank"&gt;Convert Azure Data Factory Global Parameters to Fabric Variable Libraries - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/cicd/variable-library/connection-reference-variable-type#how-it-works" target="_blank"&gt;Variable library connection reference - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 08:00:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5296292#M17253</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-07-15T08:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Data Factory (REST API): 3 connection blockers migrating a parameterized ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5307207#M17306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1604035"&gt;@dataengineerv2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 04:17:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Data-Factory-REST-API-3-connection-blockers-migrating-a/m-p/5307207#M17306</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-07-20T04:17:33Z</dc:date>
    </item>
  </channel>
</rss>

