<?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: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage in Eventhouse and KQL</title>
    <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4272245#M258</link>
    <description>&lt;P&gt;let me know whether you are able to take up the skill assessment and get the data loaded from Azure storage in the lab environment set up inside VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 09:10:52 GMT</pubDate>
    <dc:creator>seethalakshmis</dc:creator>
    <dc:date>2024-11-06T09:10:52Z</dc:date>
    <item>
      <title>Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4267820#M251</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a simple CSV file stored in Azure Blob Storage. I'm trying to read this data from my KQL database. I created the table by using the "Get Data" option in the EventHouse ribbon.&lt;/P&gt;&lt;P&gt;Unfortunately, I am unable to connect to the storage account. There are no firewall rules or VNet restrictions in place, yet I’m receiving the following error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error -&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Invalid URL. Either the URL leads to a blob instead of a container, or the permissions are incorrect. If you just granted permission, please wait a couple minutes and try again.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Url -&amp;nbsp;&lt;A href="https://fabconnector.blob.core.windows.net/data" target="_blank"&gt;https://fabconnector.blob.core.windows.net/data&lt;/A&gt;&lt;BR /&gt;container name is "data"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am following this MS wiki for guidence -&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/get-data-azure-storage" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/real-time-intelligence/get-data-azure-storage&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 02 Nov 2024 22:44:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4267820#M251</guid>
      <dc:creator>Surya057</dc:creator>
      <dc:date>2024-11-02T22:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4268319#M252</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="743674" data-lia-user-login="Surya057" class="lia-mention lia-mention-user"&gt;Surya057&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned in the error message, please check the URL and permissions. If you are using a Shared Access Signature (SAS) token, make sure it has the necessary permissions (Read and List) for the container.&amp;nbsp;&lt;SPAN&gt;Add the blob URI for each storage resource. You can add 10 blobs, each blob a max 1 GB uncompressed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Each storage type has a different connection string format. See the following table for connection string templates for each storage type.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;For more details, please refer:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/kusto/api/connection-strings/storage-connection-strings?view=azure-data-explorer&amp;amp;preserve-view=true" target="_blank"&gt;Storage connection strings - Kusto | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 02:03:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4268319#M252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-04T02:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4268836#M253</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just noticed, supported authendication is either SAS token or access token for Microsoft Fabric Kusto to access data from blob storage. After using the SAS token I can access the data in KQL DB in MS Fabric.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 08:50:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4268836#M253</guid>
      <dc:creator>Surya057</dc:creator>
      <dc:date>2024-11-04T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4268839#M254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for your kind reply. I managed to solve this after using the SAS token. I appreciate your support.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 08:52:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4268839#M254</guid>
      <dc:creator>Surya057</dc:creator>
      <dc:date>2024-11-04T08:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4270707#M255</link>
      <description>&lt;P&gt;Is there a way to access Azure blob without any tokens ?&amp;nbsp; when I attempted to access a blob storage to load the data into KQL Database table in Real time intelligence in an Applied skills credential assessment for Real time intelligence I could not. They have not provided any access token or SAS token to access the storage blob.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 12:41:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4270707#M255</guid>
      <dc:creator>seethalakshmis</dc:creator>
      <dc:date>2024-11-05T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4271131#M256</link>
      <description>&lt;P&gt;I faced the same problem with Applied skills but I was able to see the data and it failed in the last stage before completing the ingestion.&amp;nbsp; Next time I am planning to copy paste the blob url in browser and get the SAS token. I will share my results here after completing my next applied skills.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you found a workaround.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 17:27:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4271131#M256</guid>
      <dc:creator>Surya057</dc:creator>
      <dc:date>2024-11-05T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4271489#M257</link>
      <description>&lt;P&gt;It did not happen in my Fabric account. It happened inside a VM during the Applied skills credentials assessment. In the instruction emails, they just provided Blob storage URI and csv file name and not any token details. I was able to see the data preview during the Get Data phase, but could not complete it as in the summary it gave a Red Exclamatory mark and could not finish the process. So my question is " how to get the SAS token in the assessment environment?"&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 23:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4271489#M257</guid>
      <dc:creator>seethalakshmis</dc:creator>
      <dc:date>2024-11-05T23:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4272245#M258</link>
      <description>&lt;P&gt;let me know whether you are able to take up the skill assessment and get the data loaded from Azure storage in the lab environment set up inside VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 09:10:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4272245#M258</guid>
      <dc:creator>seethalakshmis</dc:creator>
      <dc:date>2024-11-06T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4825225#M524</link>
      <description>&lt;P&gt;This was helpul to me today. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 17:19:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4825225#M524</guid>
      <dc:creator>ibraheemolasupo</dc:creator>
      <dc:date>2025-09-13T17:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Intelligence: Unable to Connect KQL Database to Blob Storage</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4870202#M563</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;Big Limos&lt;/STRONG&gt; is a leading manufacturer of luxury stretch limousines and custom vehicles. &lt;A href="https://www.big-limos.com/" target="_self"&gt;Big Limos&lt;/A&gt; combines expert craftsmanship, advanced technology, and elegant design to create premium vehicles that deliver unmatched comfort, performance, and style.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 09 Nov 2025 14:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Real-Time-Intelligence-Unable-to-Connect-KQL-Database-to-Blob/m-p/4870202#M563</guid>
      <dc:creator>biglimos</dc:creator>
      <dc:date>2025-11-09T14:18:11Z</dc:date>
    </item>
  </channel>
</rss>

