<?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: Copying CosmosDB JSON data via Data Factory v2 to Fabric in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3704430#M1876</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="451446" data-lia-user-login="BiJoe" class="lia-mention lia-mention-user"&gt;BiJoe&lt;/a&gt;&amp;nbsp;Greetings,&amp;nbsp;&lt;BR /&gt;I have this working in one of my synapse workspaces.&amp;nbsp;&lt;BR /&gt;Both the Cosmos MongoDB &amp;amp; the synapse workspace are in the same region.&amp;nbsp;&lt;BR /&gt;I have both notebook &amp;amp; SQL connectivity.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Our issues were ensuring the Cosmos Mongo DB had the Analytics store enabled.&lt;BR /&gt;Next we have to set up the private access endpoint.&amp;nbsp;&lt;BR /&gt;Finally, I had to get one of our DevOps team to run some powershell to do some dark magic with network isolation.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints#using-synapse-serverless-sql-pools" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints#using-synapse-serverless-sql-pools&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the powershell&amp;nbsp;&lt;BR /&gt;Update-AzCosmosDBAccount -Name &lt;STRONG&gt;&amp;lt;enter cosmosMongoDBName here&amp;gt;&lt;/STRONG&gt; -ResourceGroupName &lt;STRONG&gt;&amp;lt;enter name of resourcegroup where your cosmosMongoDBName here&amp;gt;&lt;/STRONG&gt; -NetworkAclBypass AzureServices&lt;BR /&gt;-NetworkAclBypassResourceId "/subscriptions/&lt;STRONG&gt;&amp;lt;enter subscriptionID here&amp;gt;&lt;/STRONG&gt;/resourceGroups/&lt;STRONG&gt;&amp;lt;enter resourcegroup where synapse is &amp;gt;&lt;/STRONG&gt;/providers/Microsoft.Synapse/workspaces/&lt;STRONG&gt;&amp;lt;enter synapse workspace name here&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this is of use.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000001"&gt;&lt;EM&gt;&lt;STRONG&gt;The Nick&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000001"&gt;&lt;EM&gt;If the post helps please give a thumbs up || If it solves your issue, please accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000001"&gt;&lt;EM&gt;If it's the biggest heap of stinky smelly stuff then I'm sorry .&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 16:11:14 GMT</pubDate>
    <dc:creator>NickA01</dc:creator>
    <dc:date>2024-02-16T16:11:14Z</dc:date>
    <item>
      <title>Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3632894#M1595</link>
      <description>&lt;P&gt;We have a MongoDB database in Azure CosmosDB, and would like to copy that data into a Fabric workspace. However, we have run into trouble with Fabric connectors, which are in preview/ beta. What we do have working, is a linked service to&amp;nbsp;&lt;SPAN&gt;Azure Cosmos DB for MongoDB in our Data Factory v2. What we are considering now, is to make a JSON dataset in DF v2, copy data to that dataset on a schedule. Next to copy that dataset into a Fabric workspace.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As long as we can get raw JSON data to Fabric, we could work it out from there. If we can use DataFlow gen 2 it would be great.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Specific storage options we are seeing when trying to creating the DFv2 dataset, is Fabric Lakehouse file storage, and ADLS gen 2. The first option does not seem to pick up the lakehouses in the workspace, and the latter option needs tenant admin involvement for creating the linked service. Given that we work out those obstacles, what would you choose as the data route?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 09:09:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3632894#M1595</guid>
      <dc:creator>BiJoe</dc:creator>
      <dc:date>2024-01-11T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3635104#M1598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="451446" data-lia-user-login="BiJoe" class="lia-mention lia-mention-user"&gt;BiJoe&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please go ahead and raise a support ticket to reach our support team and they can guide you better.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.fabric.microsoft.com/support" target="_blank" rel="noopener nofollow noreferrer"&gt;https://support.fabric.microsoft.com/support&lt;/A&gt;&lt;BR /&gt;Please provide the ticket number here as we can keep an eye on it.&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 06:47:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3635104#M1598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-12T06:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3642409#M1624</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="451446" data-lia-user-login="BiJoe" class="lia-mention lia-mention-user"&gt;BiJoe&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you got a chance to create a support ticket. If yes please share the details here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 03:44:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3642409#M1624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-17T03:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3642908#M1626</link>
      <description>&lt;P&gt;hi and thanks for caring. We haven't decided yet whether to create a ticket. We have mixed experience with the support process.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 07:53:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3642908#M1626</guid>
      <dc:creator>BiJoe</dc:creator>
      <dc:date>2024-01-17T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3704430#M1876</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="451446" data-lia-user-login="BiJoe" class="lia-mention lia-mention-user"&gt;BiJoe&lt;/a&gt;&amp;nbsp;Greetings,&amp;nbsp;&lt;BR /&gt;I have this working in one of my synapse workspaces.&amp;nbsp;&lt;BR /&gt;Both the Cosmos MongoDB &amp;amp; the synapse workspace are in the same region.&amp;nbsp;&lt;BR /&gt;I have both notebook &amp;amp; SQL connectivity.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Our issues were ensuring the Cosmos Mongo DB had the Analytics store enabled.&lt;BR /&gt;Next we have to set up the private access endpoint.&amp;nbsp;&lt;BR /&gt;Finally, I had to get one of our DevOps team to run some powershell to do some dark magic with network isolation.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints#using-synapse-serverless-sql-pools" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/cosmos-db/analytical-store-private-endpoints#using-synapse-serverless-sql-pools&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the powershell&amp;nbsp;&lt;BR /&gt;Update-AzCosmosDBAccount -Name &lt;STRONG&gt;&amp;lt;enter cosmosMongoDBName here&amp;gt;&lt;/STRONG&gt; -ResourceGroupName &lt;STRONG&gt;&amp;lt;enter name of resourcegroup where your cosmosMongoDBName here&amp;gt;&lt;/STRONG&gt; -NetworkAclBypass AzureServices&lt;BR /&gt;-NetworkAclBypassResourceId "/subscriptions/&lt;STRONG&gt;&amp;lt;enter subscriptionID here&amp;gt;&lt;/STRONG&gt;/resourceGroups/&lt;STRONG&gt;&amp;lt;enter resourcegroup where synapse is &amp;gt;&lt;/STRONG&gt;/providers/Microsoft.Synapse/workspaces/&lt;STRONG&gt;&amp;lt;enter synapse workspace name here&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this is of use.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000001"&gt;&lt;EM&gt;&lt;STRONG&gt;The Nick&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000001"&gt;&lt;EM&gt;If the post helps please give a thumbs up || If it solves your issue, please accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000001"&gt;&lt;EM&gt;If it's the biggest heap of stinky smelly stuff then I'm sorry .&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 16:11:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3704430#M1876</guid>
      <dc:creator>NickA01</dc:creator>
      <dc:date>2024-02-16T16:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3714122#M1926</link>
      <description>&lt;P&gt;Thanks, I will check out your suggestion when I get to prioritize this task. Have you tried the Cosmos DB Beta connector in Data Flow gen 2?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 11:22:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3714122#M1926</guid>
      <dc:creator>BiJoe</dc:creator>
      <dc:date>2024-02-21T11:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copying CosmosDB JSON data via Data Factory v2 to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3716353#M1936</link>
      <description>&lt;P&gt;Unfortunatly, Fabric Dataflow gen 2 has no support for Cosmos Mongo.&amp;nbsp;&lt;BR /&gt;I've raised this on the ideas board --&lt;A href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=95962fdb-e3cf-ee11-92bd-6045bdba0bac" target="_blank"&gt;Microsoft Idea&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best I've been able to do is a nasty have witha gen 1 dataflow that I copied out of Advanced query in a power bi desktop file.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here the start of my M query&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blank Query&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;let&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Source = DocumentDB.Contents("https://&amp;lt;cosmosMongoAccountName&amp;gt;.documents.azure.com:443/", "&amp;lt;cosmosMongo DB Name&amp;gt;", "&amp;lt;collection name&amp;gt;"),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#"Expanded Document" = Table.ExpandRecordColumn(Source, "Document",&amp;lt;list out the fileds here&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 08:02:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-CosmosDB-JSON-data-via-Data-Factory-v2-to-Fabric/m-p/3716353#M1936</guid>
      <dc:creator>NickA01</dc:creator>
      <dc:date>2024-02-22T08:02:56Z</dc:date>
    </item>
  </channel>
</rss>

