<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jba blog &#187; azure</title>
	<atom:link href="http://jbablog.com/tag/azure/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbablog.com</link>
	<description>the personal blog of John BouAntoun</description>
	<lastBuildDate>Fri, 18 Nov 2011 01:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Codex Space Block &#8211; Easy access to Azure Blob Storage</title>
		<link>http://jbablog.com/2009/10/codex-space-block-easy-access-to-azure-blob-storage/</link>
		<comments>http://jbablog.com/2009/10/codex-space-block-easy-access-to-azure-blob-storage/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 21:02:07 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/2009/10/codex-space-block-easy-access-to-azure-blob-storage/</guid>
		<description><![CDATA[So I’ve been doing a little playing around recently with Azure, looking at pushing some of the more processor intensive worker units out into the cloud. I know there’s been a whole bunch of discussion about whether ‘your data’ belongs out in the cloud and all that, and on that front I’m still undecided, but [...]]]></description>
			<content:encoded><![CDATA[<p>So I’ve been doing a little playing around recently with <a href="http://www.microsoft.com/windowsazure/" target="_blank">Azure</a>, looking at pushing some of the more processor intensive worker units out into the cloud.</p>
<p>I know there’s been a whole bunch of discussion about whether ‘<em>your data’</em> belongs out in the cloud and all that, and on that front I’m still undecided, but pushing processor intensive modules that act on small transient blocks of data sounds like the perfect test case for a cloud app. More on what that app is to be later.</p>
<p>In the mean time I was looking to find an easy way to get my files onto my Azure connected account’s blob storage. Enter <a href="http://spaceblock.codeplex.com/SourceControl/ListDownloadableCommits.aspx" target="_blank">Codeplex Space Block</a>. </p>
<p><a href="http://jbablog.com/wp/wp-content/uploads/2009/10/CodexSpaceBlock.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CodexSpaceBlock" border="0" alt="CodexSpaceBlock" src="http://jbablog.com/wp/wp-content/uploads/2009/10/CodexSpaceBlock_thumb.png" width="441" height="390" /></a> </p>
<p>This app supports a whole bunch of cloud storage systems, but added Azure support after it’s major release. This means you need to use the link I posted above to download the latest commit, not the latest stable rellease (0.0.2.0).</p>
<p>I brought the app down for two reasons, firstly to get my files up onto the blob quickly and secondly to see a non-trivial example of accessing blob storage from C#.</p>
<p>Points to note:</p>
<ul>
<li>In the UI, the Account name is the azure sub-domain you used when creating the blob storage project. In the screenshot above this would have been <em>ninepixels</em>, taken from the URL <a href="http://ninepixels.blob.core.windows.net">http://<strong>ninepixels</strong>.blob.core.windows.net</a>.</li>
<li>The UI works very much like an ftp program, so no windows shell integration for drag and drop.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/10/codex-space-block-easy-access-to-azure-blob-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

