<?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/"
		>
<channel>
	<title>Comments on: Windows Azure: Why is my service not starting?</title>
	<atom:link href="http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/feed/" rel="self" type="application/rss+xml" />
	<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/</link>
	<description>The Wise Guy</description>
	<lastBuildDate>Wed, 07 Dec 2011 08:16:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SLT-A65</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-557</link>
		<dc:creator>SLT-A65</dc:creator>
		<pubDate>Thu, 17 Nov 2011 22:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-557</guid>
		<description>it will be the perfect blog page for anyone who wants to know about this subject. You know a lot its practically difficult to argue with you (not that I really would want…HaHa). You absolutely set a whole new spin on a topic thats been written about for years. Fantastic things, just excellent!</description>
		<content:encoded><![CDATA[<p>it will be the perfect blog page for anyone who wants to know about this subject. You know a lot its practically difficult to argue with you (not that I really would want…HaHa). You absolutely set a whole new spin on a topic thats been written about for years. Fantastic things, just excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Shahine</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-489</link>
		<dc:creator>Guy Shahine</dc:creator>
		<pubDate>Mon, 23 May 2011 21:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-489</guid>
		<description>Unfotunately you cannot use multiple configuration files and publish within visual studio today. I recommend that you use the configuration file that&#039;s associated to your service within your service for local deployment and testing. And maintain different configuration files for different environments (this would prevent you from publishing from Visual Studio). I know that it&#039;s not too convenient and that every time you need to add or remove a config setting, you&#039;d have to update multiple files, that&#039;s true and I wish there was a better support out of the box.</description>
		<content:encoded><![CDATA[<p>Unfotunately you cannot use multiple configuration files and publish within visual studio today. I recommend that you use the configuration file that&#8217;s associated to your service within your service for local deployment and testing. And maintain different configuration files for different environments (this would prevent you from publishing from Visual Studio). I know that it&#8217;s not too convenient and that every time you need to add or remove a config setting, you&#8217;d have to update multiple files, that&#8217;s true and I wish there was a better support out of the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeGrue</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-488</link>
		<dc:creator>CodeGrue</dc:creator>
		<pubDate>Mon, 16 May 2011 12:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-488</guid>
		<description>Can you elaborate on how to have separate configuration files? When I add the -local, -staging, -production and build, I her the error &quot;Only one service configuration file per Windows Azure application project&quot;.</description>
		<content:encoded><![CDATA[<p>Can you elaborate on how to have separate configuration files? When I add the -local, -staging, -production and build, I her the error &#8220;Only one service configuration file per Windows Azure application project&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Shahine</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-226</link>
		<dc:creator>Guy Shahine</dc:creator>
		<pubDate>Fri, 04 Jun 2010 00:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-226</guid>
		<description>A nice post on troubleshooting deployments from the Windows Azure team is posted on the MSDN forum, found here: http://bit.ly/cc1yaw</description>
		<content:encoded><![CDATA[<p>A nice post on troubleshooting deployments from the Windows Azure team is posted on the MSDN forum, found here: <a href="http://bit.ly/cc1yaw" rel="nofollow">http://bit.ly/cc1yaw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Shahine</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-32</link>
		<dc:creator>Guy Shahine</dc:creator>
		<pubDate>Thu, 15 Apr 2010 23:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-32</guid>
		<description>Axel, Thanks for pointing that out. A well formed connection string should look like: 

    Setting name=&quot;MyCloudStorageAccount&quot; value=&quot;DefaultEndpointsProtocol=https;AccountName=mystorage;AccountKey=[mystorage key]&quot;

NOTE: You cannot use HTTP as your default endpoint protocol for pushing diagnostics.

If you&#039;re using Visual Studio then the Windows Azure tools have a nice UI to populate the connection string.

For more detailed example, take a look at the Windows Azure Storage team blog post: http://bit.ly/alZuji</description>
		<content:encoded><![CDATA[<p>Axel, Thanks for pointing that out. A well formed connection string should look like: </p>
<p>    Setting name=&#8221;MyCloudStorageAccount&#8221; value=&#8221;DefaultEndpointsProtocol=https;AccountName=mystorage;AccountKey=[mystorage key]&#8221;</p>
<p>NOTE: You cannot use HTTP as your default endpoint protocol for pushing diagnostics.</p>
<p>If you&#8217;re using Visual Studio then the Windows Azure tools have a nice UI to populate the connection string.</p>
<p>For more detailed example, take a look at the Windows Azure Storage team blog post: <a href="http://bit.ly/alZuji" rel="nofollow">http://bit.ly/alZuji</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-31</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-31</guid>
		<description>What about posting a screenshot of an actual populated .cscfg config file that actually works, instead of showing us the wizard-generated one that does not? 

After 4 hours of investigations, I still don&#039;t know how my configuration file is supposed to look, and how a well formed diagnostic and storage connection string should look...

Thanks</description>
		<content:encoded><![CDATA[<p>What about posting a screenshot of an actual populated .cscfg config file that actually works, instead of showing us the wizard-generated one that does not? </p>
<p>After 4 hours of investigations, I still don&#8217;t know how my configuration file is supposed to look, and how a well formed diagnostic and storage connection string should look&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gshahine</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-12</link>
		<dc:creator>gshahine</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-12</guid>
		<description>My pleasure Steve :)</description>
		<content:encoded><![CDATA[<p>My pleasure Steve <img src='http://gshahine.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Woods</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-9</link>
		<dc:creator>Steve Woods</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-9</guid>
		<description>Guy,
thanks for solving *endless* frustration for me on this one.  There are about 30 other posts on the topic that I went through prior to yours, and it turned out my mistake was using the wrong storage account name (used the storage service name not the account name).  Thanks for clarifying, very helpful!
Steve</description>
		<content:encoded><![CDATA[<p>Guy,<br />
thanks for solving *endless* frustration for me on this one.  There are about 30 other posts on the topic that I went through prior to yours, and it turned out my mistake was using the wrong storage account name (used the storage service name not the account name).  Thanks for clarifying, very helpful!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Zack</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-5</link>
		<dc:creator>Bill Zack</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-5</guid>
		<description>This could be the beginning of an Azure debugging FAQ.</description>
		<content:encoded><![CDATA[<p>This could be the beginning of an Azure debugging FAQ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Huna</title>
		<link>http://gshahine.com/blog/archives/2010/01/18/windows-azure-why-is-my-service-not-starting/comment-page-1/#comment-3</link>
		<dc:creator>Emmanuel Huna</dc:creator>
		<pubDate>Wed, 20 Jan 2010 06:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://gshahine.com/blog/?p=8#comment-3</guid>
		<description>Nice posts, great tips.</description>
		<content:encoded><![CDATA[<p>Nice posts, great tips.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
