<?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 Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4829475#M3758</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1351457" data-lia-user-login="NewUser2025" class="lia-mention lia-mention-user"&gt;NewUser2025&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp; for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;please go through with the below documentation hope it may resolve your Issue:&lt;BR /&gt;&lt;A href="https://datakuity.com/2023/11/05/load-data-from-synapse-to-fabric/" target="_blank" rel="noopener"&gt;Load data from Synapse to Fabric - Ben's Blog&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-azure-synapse-analytics-overview" target="_blank" rel="noopener"&gt;Azure Synapse Analytics connector overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps if you have any queries we are&amp;nbsp; happy to assist you further.&lt;BR /&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 08:47:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-09-18T08:47:54Z</dc:date>
    <item>
      <title>How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4821555#M3712</link>
      <description>&lt;P&gt;I need to connect fabric data warehouse from one domain to different domain with service principle using Azure synapse, I need to copy data from&amp;nbsp;fabric data warehouse to sql database, I need proper steps to give what are the required permissions for service principle and I need required permissions in fabric workspace.&lt;BR /&gt;We already created one service principle in &lt;STRONG&gt;Domain-1&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Azure&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;(XYZ.123@xyz.com)&lt;/STRONG&gt; and we are trying to connect in fabric workspace&amp;nbsp; with&lt;STRONG&gt;&amp;nbsp;Domain-2 Fabric&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;(abc.123@abc.com)&amp;nbsp;&lt;/STRONG&gt;using&amp;nbsp;service principle, we are trying to give fabric workspace access to&amp;nbsp;azure&amp;nbsp;service principle&amp;nbsp;&lt;STRONG&gt;(Domain1) &lt;/STRONG&gt;but We are unable to see or connect azure&amp;nbsp;service principle&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 15:46:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4821555#M3712</guid>
      <dc:creator>NewUser2025</dc:creator>
      <dc:date>2025-09-09T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4821576#M3714</link>
      <description>&lt;P&gt;In your case the problem is that the service principal was created in Domain-1 AAD, while the Microsoft Fabric environment belongs to Domain-2 AAD. Fabric can only see service principals that exist in its own tenant, so the Domain-1 service principal must first be registered as an Enterprise Application in Domain-2. Once you do that, Fabric in Domain-2 will be able to recognise and grant permissions to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sequence is as follows:&lt;/P&gt;&lt;P&gt;in Domain-2 AAD, create an Enterprise Application using the client ID of the Domain-1 service principal, then in the Fabric Admin portal make sure that service principal access is enabled, and finally add the service principal as a member of the Fabric workspace with an appropriate role such as Contributor or Viewer. Inside the Fabric data warehouse, create a SQL user for the service principal from external provider and assign it to db\datareader or db\_datawriter roles depending on whether you need read or write.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After these steps, in Synapse you can configure a linked service to the Fabric SQL endpoint using the same service principal credentials and copy data into SQL Database. The key missing piece in your setup is that the Domain-1 service principal must be explicitly brought into Domain-2 as an Enterprise Application before it can be assigned permissions in Fabric.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:18:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4821576#M3714</guid>
      <dc:creator>Vinodh247</dc:creator>
      <dc:date>2025-09-09T16:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4822561#M3717</link>
      <description>&lt;P&gt;We have created&amp;nbsp;&lt;SPAN&gt;Enterprise Application in &lt;STRONG&gt;Domain-2(Fabric)&lt;/STRONG&gt; and where we need to assign &lt;STRONG&gt;Domain -1(Azure)&lt;/STRONG&gt; client id to the&amp;nbsp;Enterprise Application in&amp;nbsp;&lt;STRONG&gt;Domain-2(Fabric),&lt;/STRONG&gt; can you give me the step by step&amp;nbsp;process&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 14:17:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4822561#M3717</guid>
      <dc:creator>NewUser2025</dc:creator>
      <dc:date>2025-09-10T14:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4823257#M3719</link>
      <description>&lt;P&gt;We have created the&amp;nbsp;&lt;SPAN&gt;Enterprise Application in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Domain-2(Fabric) &lt;/STRONG&gt;we followed below steps&amp;nbsp;&lt;BR /&gt;Step -1:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step-2:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step-3:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step-4:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;step-5:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step-6:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step-7: &lt;STRONG&gt;(We are struck in step7,Tell me the following steps)&lt;/STRONG&gt;&lt;BR /&gt;How to assign&amp;nbsp;&lt;STRONG&gt;Domain -1(Azure)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;client id to the&amp;nbsp;Enterprise Application in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Domain-2(Fabric) &lt;/STRONG&gt;which is created above,Tell me the steps&amp;nbsp;to assign client id&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 08:00:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4823257#M3719</guid>
      <dc:creator>NewUser2025</dc:creator>
      <dc:date>2025-09-11T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4829475#M3758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1351457" data-lia-user-login="NewUser2025" class="lia-mention lia-mention-user"&gt;NewUser2025&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp; for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;please go through with the below documentation hope it may resolve your Issue:&lt;BR /&gt;&lt;A href="https://datakuity.com/2023/11/05/load-data-from-synapse-to-fabric/" target="_blank" rel="noopener"&gt;Load data from Synapse to Fabric - Ben's Blog&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-azure-synapse-analytics-overview" target="_blank" rel="noopener"&gt;Azure Synapse Analytics connector overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps if you have any queries we are&amp;nbsp; happy to assist you further.&lt;BR /&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 08:47:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4829475#M3758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-09-18T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4831633#M3775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1351457" data-lia-user-login="NewUser2025" class="lia-mention lia-mention-user"&gt;NewUser2025&lt;/a&gt;,&lt;BR /&gt;I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 04:00:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4831633#M3775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-09-22T04:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4835898#M3797</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1351457" data-lia-user-login="NewUser2025" class="lia-mention lia-mention-user"&gt;NewUser2025&lt;/a&gt;,&lt;BR /&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We are always here to support you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 03:43:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4835898#M3797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-09-26T03:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect Multi Tenant connection in different domain fabric to synapse data pull</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4839514#M3807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1351457" data-lia-user-login="NewUser2025" class="lia-mention lia-mention-user"&gt;NewUser2025&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I wanted to follow up and see if you have had a chance to review the information that was shared. If you have any additional questions or need further clarification, please don’t hesitate to reach out. I am here to assist with any concerns you might have.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harshitha.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 03:28:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/How-to-connect-Multi-Tenant-connection-in-different-domain/m-p/4839514#M3807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-10-01T03:28:24Z</dc:date>
    </item>
  </channel>
</rss>

