<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Azure on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/azure/</link>
    <description>Recent content in Azure on dev notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 13 Dec 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://juhanakristianblog.netlify.app/tags/azure/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to search files from Azure Blob Storage using Python</title>
      <link>https://juhanakristianblog.netlify.app/posts/how-to-search-files-from-azure-blob-storage-using-python/</link>
      <pubDate>Tue, 13 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/how-to-search-files-from-azure-blob-storage-using-python/</guid>
      <description>&lt;p&gt;Searching for files using &lt;a href=&#34;https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-index-how-to?tabs=azure-portal&#34;&gt;index tags&lt;/a&gt; is a common use case but the Azure documentation can be quite hard to grasp.&lt;/p&gt;&#xA;&lt;p&gt;To search for blobs with specific tags in Azure Blob Storage using Python, you can use the &lt;code&gt;find_blobs_by_tags&lt;/code&gt; method from the Azure Storage SDK. It takes as a single parameter &lt;code&gt;filter_expression&lt;/code&gt; which can be used to query blobs with specific tags, container or name.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s an example of how to use &lt;code&gt;find_blobs_by_tags&lt;/code&gt; to search for blobs with specific tags&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
