<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An introduction to Windows Azure (for Busy People)</title>
	<atom:link href="http://blog.richard.parker.name/2010/06/30/an-introduction-to-windows-azure-for-busy-people/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.richard.parker.name/2010/06/30/an-introduction-to-windows-azure-for-busy-people/</link>
	<description>C#, Cloud Computing and Tech-miscellany</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:20:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: John Dennehy</title>
		<link>http://blog.richard.parker.name/2010/06/30/an-introduction-to-windows-azure-for-busy-people/#comment-505</link>
		<dc:creator><![CDATA[John Dennehy]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">https://brainthings.wordpress.com/?p=450#comment-505</guid>
		<description><![CDATA[Hi,

Thanks for providing a good brief summary of Azure. One thing that might be worth mentioning is that you can provision your Web role and SQL Azure dbase in any of Microosoft&#039;s datacentres very easily. We hadn&#039;t really thought about this much before we launched on Azure. On a recent trip to China it was clear the speed of data transfer from the European data centre to Northern China was prohibitively slow. Luckily, we were able to provision a new instance of our app in the Hong Kong datacentre in less than hour. That wouldn&#039;t really have been possible so easily with any other hosting option that I know of. 

There are]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for providing a good brief summary of Azure. One thing that might be worth mentioning is that you can provision your Web role and SQL Azure dbase in any of Microosoft&#8217;s datacentres very easily. We hadn&#8217;t really thought about this much before we launched on Azure. On a recent trip to China it was clear the speed of data transfer from the European data centre to Northern China was prohibitively slow. Luckily, we were able to provision a new instance of our app in the Hong Kong datacentre in less than hour. That wouldn&#8217;t really have been possible so easily with any other hosting option that I know of. </p>
<p>There are</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blog.richard.parker.name/2010/06/30/an-introduction-to-windows-azure-for-busy-people/#comment-446</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Thu, 01 Jul 2010 20:00:24 +0000</pubDate>
		<guid isPermaLink="false">https://brainthings.wordpress.com/?p=450#comment-446</guid>
		<description><![CDATA[Hi Neil, those are great comments, thank you! I&#039;ve changed the title, though so as to not to be too specific I&#039;ve gone for &quot;An introduction to Windows Azure (for Busy People)&quot;. As per your suggestion, I have also updated the article to expand upon the storage to provide a bit more of an explanation between block and page blobs and given some typical usages. As the article is aimed primarily at the non-programming audience, explaining the differences between the two is actually a little tricky to pull-off without indulging my tech side!

With regards to some typical billing scenarios, I think I&#039;ll address them in a subsequent post since the billing can be a little tricky to get used to, too.

Thanks for taking the time to read this article and for your suggestions. Keep them coming!]]></description>
		<content:encoded><![CDATA[<p>Hi Neil, those are great comments, thank you! I&#8217;ve changed the title, though so as to not to be too specific I&#8217;ve gone for &#8220;An introduction to Windows Azure (for Busy People)&#8221;. As per your suggestion, I have also updated the article to expand upon the storage to provide a bit more of an explanation between block and page blobs and given some typical usages. As the article is aimed primarily at the non-programming audience, explaining the differences between the two is actually a little tricky to pull-off without indulging my tech side!</p>
<p>With regards to some typical billing scenarios, I think I&#8217;ll address them in a subsequent post since the billing can be a little tricky to get used to, too.</p>
<p>Thanks for taking the time to read this article and for your suggestions. Keep them coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://blog.richard.parker.name/2010/06/30/an-introduction-to-windows-azure-for-busy-people/#comment-444</link>
		<dc:creator><![CDATA[Neil]]></dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:01:39 +0000</pubDate>
		<guid isPermaLink="false">https://brainthings.wordpress.com/?p=450#comment-444</guid>
		<description><![CDATA[First - nice article! Nice to get a practical view of using Azure

I suggest a new title :)
An introduction to Windows Azure for  Project Managers

And following on from that - some example costs of using the Web Roles and Sql Azure services.  I&#039;ve only ever briefly looked at Azure, but find the pricing difficult to relate to physical server / bandwidth packages that you get on typical &quot;old fashioned&quot; hosting.

Also, the data storage section that describes Blobs, Blocks, Pages... this stuff is a little abstract to me, even as a programmer.  Maybe you can elaborate a little on why I care about anything more granular than a blob? I normally read files off a hard drive in their entirety, so I&#039;m just assuming the more granular stuff is for those who want to only access sections of a file at a time (for whatever reason, eg. database file)

... and lastly: nice article!]]></description>
		<content:encoded><![CDATA[<p>First &#8211; nice article! Nice to get a practical view of using Azure</p>
<p>I suggest a new title <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
An introduction to Windows Azure for  Project Managers</p>
<p>And following on from that &#8211; some example costs of using the Web Roles and Sql Azure services.  I&#8217;ve only ever briefly looked at Azure, but find the pricing difficult to relate to physical server / bandwidth packages that you get on typical &#8220;old fashioned&#8221; hosting.</p>
<p>Also, the data storage section that describes Blobs, Blocks, Pages&#8230; this stuff is a little abstract to me, even as a programmer.  Maybe you can elaborate a little on why I care about anything more granular than a blob? I normally read files off a hard drive in their entirety, so I&#8217;m just assuming the more granular stuff is for those who want to only access sections of a file at a time (for whatever reason, eg. database file)</p>
<p>&#8230; and lastly: nice article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

