<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Windows Azure Storage Overview</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/474108_100x75.jpg</url>
		<title>Channel 9 - Windows Azure Storage Overview</title>
		<link></link>
	</image>
	<description>A key component of any cloud computing offering is durable storage.&amp;nbsp; Windows Azure provides 3 forms of durable storage: tables, blobs, and queues.&amp;nbsp; Join me as we explore the highlights of these 3 important implementations.

Related Videos

How Do I: Store Blobs in Windows Azure Storage?
How Do I:&amp;nbsp;Leverage Queues in Windows Azure?
How Do I:&amp;nbsp;Store Data in&amp;nbsp;Windows Azure Tables?
How Do I: Use Paging in Windows Azure Tables?
How Do I:&amp;nbsp;Leverage Concurrency in Windows Azure Tables?

Related Hands on Labs

Getting Started with Windows Azure Storage
Using Windows Azure Tables

</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 06:34:19 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 06:34:19 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>Nice,&nbsp;&nbsp; .... Lao Jack</p>
<p>posted by jacksun</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633935266180000000</link>
		<pubDate>Wed, 11 Nov 2009 08:56:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633935266180000000</guid>
		<dc:creator>jacksun</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>Clicking the Full Screen button causes the video to crash.</p>
<p>&nbsp;</p>
<p>I'm using Internet Explorer 8.</p>
<p>&nbsp;</p>
<p>Shane.</p>
<p>posted by Shanester</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633948000910000000</link>
		<pubDate>Thu, 26 Nov 2009 02:41:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633948000910000000</guid>
		<dc:creator>Shanester</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>How do i set the storage and bandwidth limit on Azure for deployed application?</p>
<p>posted by jigneshpandya</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633957794290000000</link>
		<pubDate>Mon, 07 Dec 2009 10:43:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633957794290000000</guid>
		<dc:creator>jigneshpandya</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>@jigneshpandya - In general, you don't set limits.&nbsp; That is, you have some limits like 100TB of total storage (blobs, tables, queues) per storage account (up to 5 accounts by default).&nbsp; Are you asking something else?</p>
<p>posted by dunnry</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633965930180000000</link>
		<pubDate>Wed, 16 Dec 2009 20:43:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633965930180000000</guid>
		<dc:creator>dunnry</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>I just viewed the video on concurrency, and I was puzzled by the &quot;golden ticket&quot; approach to avoiding concurrency issues. If obtaining the golden ticket from the golden ticket queue&nbsp;is a requirement to process the messages in the request queue, then what
 is the point of having multiple instances of the worker role other than for fault tolerance? It seem as though this paradigm ensures that only one worker role is processing something at any given time, so in terms of processing time for all messages in the
 queue, this would be far less efficient than having just one instance of the worker role process.</p>
<p>posted by cbae</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633972685750000000</link>
		<pubDate>Thu, 24 Dec 2009 16:22:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633972685750000000</guid>
		<dc:creator>cbae</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>The whole issue with concurrency is to make sure that only one instance is processing the work.&nbsp; The 'golden ticket' approach does not apply to work that can be done in parallel.&nbsp; You would only use that approach when you wanted to ensure that something
 was done once and only once in an otherwise parallel environment.&nbsp; Make sense?</p>
<p>posted by dunnry</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633988359720000000</link>
		<pubDate>Mon, 11 Jan 2010 19:46:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c633988359720000000</guid>
		<dc:creator>dunnry</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>Good video by the sound is just too quiet even when speaker sound it up all the way.</p>
<p>posted by jayce007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634015016360000000</link>
		<pubDate>Thu, 11 Feb 2010 16:13:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634015016360000000</guid>
		<dc:creator>jayce007</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[ <p>&nbsp;</p><p><span id="result_box" class="short_text"><span>Good description, </span></span>Thank you</p><p>&nbsp;</p><p><a href="http://computerslookup.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="computerslookup"></a><a href="http://itcomputerzone.com/hardware/best-laptop-video-card.html"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="laptop video card"></a></p><p>&nbsp;</p><p>posted by petersan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634157884090000000</link>
		<pubDate>Tue, 27 Jul 2010 00:46:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634157884090000000</guid>
		<dc:creator>petersan</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[
<p>Hi there, anyone know if it's even worth contemplating writing a layer for Umbraco which will support Windows Azure Storage? &nbsp;</p>
<p>&nbsp;</p>
<p>I don't suppose there's some &quot;Storage Provider&quot; that i can override?! &nbsp;I know it's a long shot, but my goal is to utilise Umbraco inside a .NET 4 application in the Azure cloud.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>thanks,</p>
<p>&nbsp;</p>
<p><a href="http://computerslookup.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt=""></a><a href="http://mycomputersland.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="computersland"></a><a href="http://itcomputerzone.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="itcomputer"></a>
<a href="http://computerslookup.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="computerslookup"></a>
<a href="http://itcomputerzone.com/hardware/best-laptop-video-card.html"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="laptop video card"></a></p>
<p>posted by scottz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634157949150000000</link>
		<pubDate>Tue, 27 Jul 2010 02:35:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634157949150000000</guid>
		<dc:creator>scottz</dc:creator>
	</item>
	<item>
		<title>Re: Windows Azure Storage Overview</title>
		<description>
			<![CDATA[I'm use Chrome, the best video resolutions <p>posted by edd</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634313016560000000</link>
		<pubDate>Sat, 22 Jan 2011 14:00:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/dunnry/Windows-Azure-Storage-Overview#c634313016560000000</guid>
		<dc:creator>edd</dc:creator>
	</item>
</channel>
</rss>