<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Using Logic Apps to delete files older than X number of days from Azure Blob Storage	</title>
	<atom:link href="https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/feed/" rel="self" type="application/rss+xml" />
	<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage</link>
	<description>A blog about Azure Kubernetes Service (AKS) and more...</description>
	<lastBuildDate>Thu, 23 Nov 2023 10:20:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Shaakir		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-559</link>

		<dc:creator><![CDATA[Shaakir]]></dc:creator>
		<pubDate>Thu, 23 Nov 2023 10:20:36 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-559</guid>

					<description><![CDATA[Hi,
That is brilliant. I am actually looking for similar kind of Powershell script or Logic apps logic which can delete files from specific folder of a Azure Storage account file share after XX amount of days.
Can you help with that pleaase?]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
That is brilliant. I am actually looking for similar kind of Powershell script or Logic apps logic which can delete files from specific folder of a Azure Storage account file share after XX amount of days.<br />
Can you help with that pleaase?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lilian Aduku		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-520</link>

		<dc:creator><![CDATA[Lilian Aduku]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 12:16:31 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-520</guid>

					<description><![CDATA[Thank you this was really useful]]></description>
			<content:encoded><![CDATA[<p>Thank you this was really useful</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-485</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Fri, 12 Mar 2021 13:43:26 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-485</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-484&quot;&gt;Fabio Aldana&lt;/a&gt;.

For that I would look at using this cool newish feature. https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts?tabs=azure-portal]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-484">Fabio Aldana</a>.</p>
<p>For that I would look at using this cool newish feature. <a href="https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts?tabs=azure-portal" rel="nofollow ugc">https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts?tabs=azure-portal</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fabio Aldana		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-484</link>

		<dc:creator><![CDATA[Fabio Aldana]]></dc:creator>
		<pubDate>Fri, 12 Mar 2021 05:38:12 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-484</guid>

					<description><![CDATA[Hi Richard Hooper.
How can we manage when we have more than 5000 blobs to be deleted?
I saw there is a limitation up to 5000 per execution.]]></description>
			<content:encoded><![CDATA[<p>Hi Richard Hooper.<br />
How can we manage when we have more than 5000 blobs to be deleted?<br />
I saw there is a limitation up to 5000 per execution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Danilo		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-378</link>

		<dc:creator><![CDATA[Danilo]]></dc:creator>
		<pubDate>Wed, 03 Jul 2019 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-378</guid>

					<description><![CDATA[Hi everything worked fine except for the files which are leased. To test the logic,  I needed to break the lease before running it. 
Is there any way to do it before deleting the file?

thanks]]></description>
			<content:encoded><![CDATA[<p>Hi everything worked fine except for the files which are leased. To test the logic,  I needed to break the lease before running it.<br />
Is there any way to do it before deleting the file?</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naga		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-358</link>

		<dc:creator><![CDATA[Naga]]></dc:creator>
		<pubDate>Mon, 06 May 2019 16:50:54 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-358</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-357&quot;&gt;Pixel Robots.&lt;/a&gt;.

The filter itself , it is not getting the proper data in LogicaApps.  using &quot; @less(item()?[&#039;LastModified&#039;], addDays(utcNow(), -31))&quot;   , it was able to fetch only 2 records.  Actually there were 29.  I have written Powershell script which will cleanup but want to automate in Azure.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-357">Pixel Robots.</a>.</p>
<p>The filter itself , it is not getting the proper data in LogicaApps.  using &#8221; @less(item()?[&#8216;LastModified&#8217;], addDays(utcNow(), -31))&#8221;   , it was able to fetch only 2 records.  Actually there were 29.  I have written Powershell script which will cleanup but want to automate in Azure.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pixel Robots.		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-357</link>

		<dc:creator><![CDATA[Pixel Robots.]]></dc:creator>
		<pubDate>Sun, 05 May 2019 07:39:05 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-357</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-353&quot;&gt;Naga&lt;/a&gt;.

Are you able to show your logic app settings and the details of the files?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-353">Naga</a>.</p>
<p>Are you able to show your logic app settings and the details of the files?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naga		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-353</link>

		<dc:creator><![CDATA[Naga]]></dc:creator>
		<pubDate>Fri, 03 May 2019 18:26:36 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-353</guid>

					<description><![CDATA[I tried this but the files are not deleting with my criteria.  I can see the files with my Powershell script and storage explorer.  Any pointers how to validate whether i am getting output.]]></description>
			<content:encoded><![CDATA[<p>I tried this but the files are not deleting with my criteria.  I can see the files with my Powershell script and storage explorer.  Any pointers how to validate whether i am getting output.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian		</title>
		<link>https://pixelrobots.co.uk/2018/10/using-logic-apps-to-delete-files-older-than-x-number-of-days-from-azure-blob-storage/#comment-268</link>

		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Thu, 13 Dec 2018 01:20:54 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=31730#comment-268</guid>

					<description><![CDATA[Brilliant! A guide to exactly what I am trying to do. I thought I&#039;d have to piece things together between several articles, Stack Overflow questions, and documentation. Thanks for the super clear instructions and screenshots!]]></description>
			<content:encoded><![CDATA[<p>Brilliant! A guide to exactly what I am trying to do. I thought I&#8217;d have to piece things together between several articles, Stack Overflow questions, and documentation. Thanks for the super clear instructions and screenshots!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
