<?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>James Crisp &#187; Cloud</title>
	<atom:link href="http://jamescrisp.org/category/cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamescrisp.org</link>
	<description>C#, .NET, Ruby, Rails, book reviews, mind hacks, Wing Chun and the occasional personal bit.</description>
	<lastBuildDate>Wed, 28 Sep 2011 04:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Azure Build and Deploy using Powershell</title>
		<link>http://jamescrisp.org/2010/08/15/azure-build-and-deploy-using-powershell/</link>
		<comments>http://jamescrisp.org/2010/08/15/azure-build-and-deploy-using-powershell/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 09:30:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jamescrisp.org/?p=248</guid>
		<description><![CDATA[Started working with Windows Azure? Want to have automated build and deploy, rather than clicking around in a web console or Visual Studio? Check out the AzureBuildDeploy repository on GitHub. I set this up for an Azure proof of concept project. It contains Powershell scripts for simple automated packaging, build and deploy, and a dummy [...]]]></description>
			<content:encoded><![CDATA[<p>Started working with Windows Azure? Want to have automated build and deploy, rather than clicking around in a web console or Visual Studio?</p>
<p>Check out the <a href="http://github.com/jcrisp/AzureBuildDeploy">AzureBuildDeploy repository</a> on GitHub.</p>
<p>I set this up for an Azure proof of concept project. It contains Powershell scripts for simple automated packaging, build and deploy, and a dummy WCF application for deployment to the cloud. The WCF application can however be easily replaced with a web application or what ever other .NET application you would like to host in the cloud.</p>
<p><strong>How to use</strong></p>
<ul>
<li>Clone or download the source from <a href="http://github.com/jcrisp/AzureBuildDeploy">http://github.com/jcrisp/AzureBuildDeploy</a></li>
<li>Update the $serviceName at the top of build-package-deploy.ps1</li>
<li>Update the certificate details, and subscription id at the top of deploy.ps1</li>
<li>If you plan to use SqlAzure (as in my proof of concept), update the connection details in HelloWorldService.svc.cs. If you don't plan to use SqlAzure, just stub out the whole FindFirstGreetingUsingSqlAzure() method by returning a string.
<li>Test out deployment to the cloud (run build-package-deploy.ps1). You can ensure it is working using the sample client in the repository. </li>
<li>Now you've got everything working, replace the dummy WCF application with whatever you want.</li>
</ul>
<p><strong>Notes</strong><br />
In my experience, the deployment of a simple application via these scripts, Visual Studio or the console takes about 16 minutes, from start of deploy to the service able to accept clients. This is extremely slow - I hope it improves!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamescrisp.org/2010/08/15/azure-build-and-deploy-using-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

