<?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>t h e D a v i d A i k e n &#187; Busy</title>
	<atom:link href="http://www.davidaiken.com/tag/busy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidaiken.com</link>
	<description>Not Statistically Significant</description>
	<lastBuildDate>Wed, 16 Nov 2011 04:04:31 +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>Remember to update your DiagnosticsConnectionString before deploying</title>
		<link>http://www.davidaiken.com/2010/05/28/remember-to-update-your-diagnosticsconnectionstring-before-deploying/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.davidaiken.com/2010/05/28/remember-to-update-your-diagnosticsconnectionstring-before-deploying/#comments</comments>
		<pubDate>Fri, 28 May 2010 22:47:03 +0000</pubDate>
		<dc:creator>theDavidAiken</dc:creator>
				<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Busy]]></category>

		<guid isPermaLink="false">http://www.davidaiken.com/2010/05/28/remember-to-update-your-diagnosticsconnectionstring-before-deploying/</guid>
		<description><![CDATA[In the ServiceConfiguration.cscfg file, you have a DiagnosticsConnectionString which as a default is linked to local storage.
&#160;&#160;&#160; &#60;Setting name=&#34;DiagnosticsConnectionString&#34; value=&#34;UseDevelopmentStorage=true&#34; /&#62;     
When you deploy your package it will never start correctly (stuck in  [...]]]></description>
			<content:encoded><![CDATA[<p>In the ServiceConfiguration.cscfg file, you have a DiagnosticsConnectionString which as a default is linked to local storage.</p>
<p>&#160;&#160;&#160; &lt;Setting name=&quot;DiagnosticsConnectionString&quot; value=&quot;UseDevelopmentStorage=true&quot; /&gt;     </p>
<p>When you deploy your package it will never start correctly (stuck in Busy/Initializing), because you could will be trying to log to the local storage, which doesn’t exist in the cloud.</p>
<p>Fixing this is easy:</p>
<ol>
<li>Create a storage account if you don’t already have one. </li>
<li>In Visual Studio, bring up the properties of your project, then click settings. </li>
<li>Click on the … next to the DiagnosticsConnectionString.<a href="http://www.davidaiken.com/wp-content/uploads/2010/05/image3.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.davidaiken.com/wp-content/uploads/2010/05/image3_thumb.png" width="565" height="125" /></a> </li>
<li>Enter your storage details in the dialog.<a href="http://www.davidaiken.com/wp-content/uploads/2010/05/image8.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.davidaiken.com/wp-content/uploads/2010/05/image8_thumb.png" width="566" height="351" /></a> </li>
<li>Save then deploy. </li>
</ol>
<p>THIS POSTING IS PROVIDED “AS IS” WITH NO WARRANTIES, AND CONFERS NO RIGHTS</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidaiken.com/2010/05/28/remember-to-update-your-diagnosticsconnectionstring-before-deploying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

