<?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>TechBubble &#187; Azure</title>
	<atom:link href="http://www.kalyani.com/tag/azure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalyani.com</link>
	<description>Nik Kalyani&#039;s Irrationally Exuberant Musings on Technology</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hands On Windows Azure:  Building A Twitter Clone</title>
		<link>http://www.kalyani.com/2009/10/hands-on-windows-azure-building-a-twitter-clone/</link>
		<comments>http://www.kalyani.com/2009/10/hands-on-windows-azure-building-a-twitter-clone/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 06:47:39 +0000</pubDate>
		<dc:creator>nik</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Azure]]></category>

		<guid isPermaLink="false">http://kalyani.com/?p=935</guid>
		<description><![CDATA[This is the slide deck from my talk at SDN Europe (Amsterdam). Hands On Windows Azure Building A Twitter Clone View more presentations from Nik Kalyani.]]></description>
			<content:encoded><![CDATA[<p>This is the slide deck from my talk at SDN Europe (Amsterdam).</p>
<div id="__ss_2782775" style="width: 425px; text-align: left;"><a style="font: 14px Helvetica,Arial,Sans-serif; display: block; margin: 12px 0 3px 0; text-decoration: underline;" title="Hands On Windows Azure  Building A Twitter Clone" href="http://www.slideshare.net/techbubble/ne09-hands-on-windows-azure-building-a-twitter-clone">Hands On Windows Azure  Building A Twitter Clone</a><object style="margin: 0px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=ne-09hands-onwindowsazure-buildingatwitterclone-091228004028-phpapp02&amp;stripped_title=ne09-hands-on-windows-azure-building-a-twitter-clone" /><param name="allowfullscreen" value="true" /><embed style="margin: 0px;" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=ne-09hands-onwindowsazure-buildingatwitterclone-091228004028-phpapp02&amp;stripped_title=ne09-hands-on-windows-azure-building-a-twitter-clone" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration: underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration: underline;" href="http://www.slideshare.net/techbubble">Nik Kalyani</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kalyani.com/2009/10/hands-on-windows-azure-building-a-twitter-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling a Pre-existing Project as a WebRole in Azure Solution</title>
		<link>http://www.kalyani.com/2008/11/enabling-a-pre-existing-project-as-a-webrole-in-azure-solution/</link>
		<comments>http://www.kalyani.com/2008/11/enabling-a-pre-existing-project-as-a-webrole-in-azure-solution/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 08:00:00 +0000</pubDate>
		<dc:creator>nik</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Azure]]></category>

		<guid isPermaLink="false">http://www.techbubble.net/Blog/tabid/57/EntryId/213/Enabling-a-Pre-existing-Project-as-a-WebRole-in-Azure-Solution.aspx</guid>
		<description><![CDATA[In trying to use an existing VS2008 Project as a WebRole in a Windows Azure Solution, I discovered that the project did not appear as a candidate for selection from the Roles &#62; Add &#62; Web Role Project in solution menu. All the Azure documentation indicates that there is no special requirement for a web <a href='http://www.kalyani.com/2008/11/enabling-a-pre-existing-project-as-a-webrole-in-azure-solution/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In trying to use an existing VS2008 Project as a WebRole in a Windows Azure Solution, I discovered that the project did not appear as a candidate for selection from the Roles &gt; Add &gt; Web Role Project in solution menu. All the Azure documentation indicates that there is no special requirement for a web project to be a candidate for Azure, so I found this to be odd. The solution, as it turns out, is pretty simple:</p>
<p>1) Open the existing project&#8217;s .csproj file in a text editor.</p>
<p>2) Add the following two lines of code anywhere within the first  element:</p>
<p><span style="font-family: Courier New; color: #0000ff;"> Web<br />
$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\<cite>Microsoft</cite> SDKs\ServiceHosting\v1.0@InstallPath)</span></p>
<p>Reload the project and it now becomes available as a WebRole.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalyani.com/2008/11/enabling-a-pre-existing-project-as-a-webrole-in-azure-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

