<?xml version="1.0" encoding="UTF-8"?>
<rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>AzureJournal - Cloud Computing Blog</title>
	
	<link>http://www.azurejournal.com</link>
	<description>A blog about Windows Azure and other cloud technologies</description>
	<pubDate>Fri, 12 Mar 2010 23:08:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/azurejournal2" /><feedburner:info uri="azurejournal2" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>ASP.NET MVC 2 Released!</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/bsUOLs3ss8A/</link>
		<comments>http://www.azurejournal.com/2010/03/aspnet-mvc-2-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 23:05:19 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[azure]]></category>

		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1646</guid>
		<description><![CDATA[The final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations:
Download ASP.NET MVC 2 using the Microsoft Web Platform Installer
Download ASP.NET MVC 2 from the Download Center
The final release of VS 2010 and Visual Web Developer [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/03/wcf-rest-starter-kit-released-source-code-included/' rel='bookmark' title='Permanent Link: WCF REST Starter Kit Released. Source Code Included.'>WCF REST Starter Kit Released. Source Code Included.</a> <small>The WCF REST Starter Kit is a set of .Net...</small></li><li><a href='http://www.azurejournal.com/2009/05/windows-azure-sdk-and-tools-may-2009-ctp-released-today/' rel='bookmark' title='Permanent Link: Windows Azure SDK and Tools May 2009 CTP Released Today'>Windows Azure SDK and Tools May 2009 CTP Released Today</a> <small>New for the May 2009 CTP: Support for Visual Studio...</small></li><li><a href='http://www.azurejournal.com/2009/03/windows-azure-tools-and-sdk-march-2009-ctp-released/' rel='bookmark' title='Permanent Link: Windows Azure Tools and SDK March 2009 CTP Released'>Windows Azure Tools and SDK March 2009 CTP Released</a> <small>Good news! The Azure team at Microsoft Just released the...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1648" href="http://www.azurejournal.com/2010/03/aspnet-mvc-2-released/aspnetlogo-2/"><img class="alignleft size-full wp-image-1648" style="padding-right: 2px;" title="aspnetlogo" src="http://www.azurejournal.com/wp-content/uploads/2010/03/aspnetlogo.png" alt="" width="108" height="44" /></a>The final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations:</p>
<p><a href="http://go.microsoft.com/fwlink/?LinkID=185037">Download ASP.NET MVC 2 using the Microsoft Web Platform Installer</a><br />
<a href="http://go.microsoft.com/fwlink/?LinkID=157074">Download ASP.NET MVC 2 from the Download Center</a></p>
<p>The final release of VS 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in – so you won’t need an additional install in order to use ASP.NET MVC 2 with them.<span id="more-1646"></span></p>
<p>ASP.NET MVC 2 is the next significant update of ASP.NET MVC. It is a compatible update to ASP.NET MVC 1 – so all the knowledge, skills, code, and extensions you already have with ASP.NET MVC continue to work and apply going forward. You can also get the source code for ASP.NET MVC 2 under an OSI-compliant open-source license.</p>
<p>ASP.NET MVC 2 can be installed side-by-side with ASP.NET MVC 1 (meaning you can have some apps built with V1 and others built with V2 on the same machine).  There are instructions on how to update your existing ASP.NET MVC 1 apps to use ASP.NET MVC 2 using VS 2008 <a href="http://www.asp.net/learn/whitepapers/aspnet-mvc2-upgrade-notes/">here</a>.  Note that VS 2010 has an automated upgrade wizard that can automatically migrate your existing ASP.NET MVC 1 applications to ASP.NET MVC 2 for you.</p>
<p>ASP.NET MVC 2 Features</p>
<p>ASP.NET MVC 2 adds a bunch of new capabilities and features. Some of the new features and capabilities include:</p>
<ul>
<li>New Strongly Typed HTML Helpers</li>
<li>Enhanced Model Validation support across both server and client</li>
<li>Auto-Scaffold UI Helpers with Template Customization</li>
<li>Support for splitting up large applications into ‘Areas’</li>
<li>Asynchronous Controllers support that enables long running tasks in parallel</li>
<li>Support for rendering sub-sections of a page/site using Html.RenderAction</li>
<li>Lots of new helper functions, utilities, and API enhancements</li>
<li>Improved Visual Studio tooling support</li>
</ul>
<p>You can learn more about these features in the ‘What’s New in ASP.NET MVC 2’ document on the <a href="http://www.asp.net/mvc/">http://www.asp.net/mvc/</a> web-site.</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/03/wcf-rest-starter-kit-released-source-code-included/' rel='bookmark' title='Permanent Link: WCF REST Starter Kit Released. Source Code Included.'>WCF REST Starter Kit Released. Source Code Included.</a> <small>The WCF REST Starter Kit is a set of .Net...</small></li><li><a href='http://www.azurejournal.com/2009/05/windows-azure-sdk-and-tools-may-2009-ctp-released-today/' rel='bookmark' title='Permanent Link: Windows Azure SDK and Tools May 2009 CTP Released Today'>Windows Azure SDK and Tools May 2009 CTP Released Today</a> <small>New for the May 2009 CTP: Support for Visual Studio...</small></li><li><a href='http://www.azurejournal.com/2009/03/windows-azure-tools-and-sdk-march-2009-ctp-released/' rel='bookmark' title='Permanent Link: Windows Azure Tools and SDK March 2009 CTP Released'>Windows Azure Tools and SDK March 2009 CTP Released</a> <small>Good news! The Azure team at Microsoft Just released the...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/X-aFGTpAbZbq5-_s28t_deR1tYU/0/da"><img src="http://feedads.g.doubleclick.net/~a/X-aFGTpAbZbq5-_s28t_deR1tYU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/X-aFGTpAbZbq5-_s28t_deR1tYU/1/da"><img src="http://feedads.g.doubleclick.net/~a/X-aFGTpAbZbq5-_s28t_deR1tYU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=bsUOLs3ss8A:zaC49ypy8L0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=bsUOLs3ss8A:zaC49ypy8L0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=bsUOLs3ss8A:zaC49ypy8L0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=bsUOLs3ss8A:zaC49ypy8L0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=bsUOLs3ss8A:zaC49ypy8L0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/bsUOLs3ss8A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/03/aspnet-mvc-2-released/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/03/aspnet-mvc-2-released/</feedburner:origLink></item>
		<item>
		<title>SQL Azure Database Size Calculator</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/geUqwkMMLgM/</link>
		<comments>http://www.azurejournal.com/2010/03/sql-azure-database-size-calculator/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 03:01:41 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[SQL azure]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1637</guid>
		<description><![CDATA[Ryan Dunn, the Technical Evangelist for Windows Azure, posted a neat trick on how to measure your database size in SQL Azure.  Here is the exact queries you can run to do it:
select
sum(reserved_page_count) * 8.0 / 1024
from
sys.dm_db_partition_stats
GO
select
sys.objects.name, sum(reserved_page_count) * 8.0 / 1024
from
sys.dm_db_partition_stats, sys.objects
where
sys.dm_db_partition_stats.object_id = sys.objects.object_id
 group by sys.objects.name
The first one will give you the size [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/10/amazons-answer-to-sql-azure-amazon-relational-database-service/' rel='bookmark' title='Permanent Link: Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service'>Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service</a> <small>Today Amazon released its answer to SQL Azure, the hosted...</small></li><li><a href='http://www.azurejournal.com/2009/09/sql-azure-migration-wizard/' rel='bookmark' title='Permanent Link: SQL Azure Migration Wizard'>SQL Azure Migration Wizard</a> <small>SQL Azure Migration Wizard helps you migrate your local SQL...</small></li><li><a href='http://www.azurejournal.com/2009/05/sql-data-services-your-database-in-the-cloud/' rel='bookmark' title='Permanent Link: SQL Data Services. Your Database in the Cloud.'>SQL Data Services. Your Database in the Cloud.</a> <small>One thing in the Microsoft cloud I find really interesting...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p>Ryan Dunn, the Technical Evangelist for Windows Azure, <a href="http://dunnry.com/blog/CalculatingTheSizeOfYourSQLAzureDatabase.aspx">posted</a> a neat trick on how to measure your database size in SQL Azure.  Here is the exact queries you can run to do it:</p>
<p><code>select<br />
sum(reserved_page_count) * 8.0 / 1024<br />
from<br />
sys.dm_db_partition_stats<br />
GO</code></p>
<p><code>select<br />
sys.objects.name, sum(reserved_page_count) * 8.0 / 1024<br />
from<br />
sys.dm_db_partition_stats, sys.objects<br />
where<br />
sys.dm_db_partition_stats.object_id = sys.objects.object_id</code></p>
<p><code> </code><code>group by sys.objects.name</code></p>
<p>The first one will give you the size of your database in MB and the second one will do the same, but break it out for each object in your database.</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/10/amazons-answer-to-sql-azure-amazon-relational-database-service/' rel='bookmark' title='Permanent Link: Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service'>Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service</a> <small>Today Amazon released its answer to SQL Azure, the hosted...</small></li><li><a href='http://www.azurejournal.com/2009/09/sql-azure-migration-wizard/' rel='bookmark' title='Permanent Link: SQL Azure Migration Wizard'>SQL Azure Migration Wizard</a> <small>SQL Azure Migration Wizard helps you migrate your local SQL...</small></li><li><a href='http://www.azurejournal.com/2009/05/sql-data-services-your-database-in-the-cloud/' rel='bookmark' title='Permanent Link: SQL Data Services. Your Database in the Cloud.'>SQL Data Services. Your Database in the Cloud.</a> <small>One thing in the Microsoft cloud I find really interesting...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/F1hiUG7e4_K7jzMUQgNgayaAbkA/0/da"><img src="http://feedads.g.doubleclick.net/~a/F1hiUG7e4_K7jzMUQgNgayaAbkA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/F1hiUG7e4_K7jzMUQgNgayaAbkA/1/da"><img src="http://feedads.g.doubleclick.net/~a/F1hiUG7e4_K7jzMUQgNgayaAbkA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=geUqwkMMLgM:4JQ2ATgWtW4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=geUqwkMMLgM:4JQ2ATgWtW4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=geUqwkMMLgM:4JQ2ATgWtW4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=geUqwkMMLgM:4JQ2ATgWtW4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=geUqwkMMLgM:4JQ2ATgWtW4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/geUqwkMMLgM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/03/sql-azure-database-size-calculator/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/03/sql-azure-database-size-calculator/</feedburner:origLink></item>
		<item>
		<title>Service Bus Connection Pricing</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/1KDqGiME56Q/</link>
		<comments>http://www.azurejournal.com/2010/02/service-bus-connection-pricing/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:25:55 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1632</guid>
		<description><![CDATA[
C – Connection
T – Time is seconds during 5 min interval for which connection is active. Value cannot exceed 300 ( 5*60=300seconds)

 
C1*T1+…+Cn*Tn
TWC =   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
T1+…+Tn
 

Cost = max (TWC1,…, TWCn)/no.of days in month * 3.99






Related posts:Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service Today Amazon released its answer to SQL Azure, [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/10/amazons-answer-to-sql-azure-amazon-relational-database-service/' rel='bookmark' title='Permanent Link: Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service'>Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service</a> <small>Today Amazon released its answer to SQL Azure, the hosted...</small></li><li><a href='http://www.azurejournal.com/2009/08/amazon-releases-virtual-private-cloud-service/' rel='bookmark' title='Permanent Link: Amazon Releases Virtual Private Cloud Service'>Amazon Releases Virtual Private Cloud Service</a> <small>Amazon Web Services announced today a limited public beta of...</small></li><li><a href='http://www.azurejournal.com/2009/04/the-windows-azure-service-package/' rel='bookmark' title='Permanent Link: The Windows Azure Service Package'>The Windows Azure Service Package</a> <small>  Ever wondered what is in a Windows Azure Service Package?...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<div class="alignleft"><a rel="attachment wp-att-1633" href="http://www.azurejournal.com/2010/02/service-bus-connection-pricing/azure-service-bus-pricing/"><img class="alignleft size-full wp-image-1633" style="padding-right: 20px;" title="azure-service-bus-pricing" src="http://www.azurejournal.com/wp-content/uploads/2010/02/azure-service-bus-pricing.png" alt="" width="161" height="195" /></a></div>
<p style="margin:0in 0in 0pt"><span><span><span>C – Connection</span></span></span></p>
<p style="margin:0in 0in 0pt"><span><span><span>T – Time is seconds during 5 min interval for which connection is active. Value cannot exceed 300 ( 5*60=300seconds)</span></span></span></p>
<p style="margin:0in 0in 0pt">
<p style="margin:0in 0in 0pt"><span><span> </span></span></p>
<p style="text-indent:0.5in;margin:0in 0in 0pt"><span><span><span>C1*T1+…+Cn*Tn</span></span></span></p>
<p style="margin:0in 0in 0pt">TWC =   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-indent:0.5in;margin:0in 0in 0pt"><span><span><span>T1+…+Tn</span></span></span></p>
<p style="margin:0in 0in 0pt"><span><span> </span></span></p>
<p style="margin:0in 0in 0pt">
<p style="margin:0in 0in 0pt"><span><span><span>Cost = max (TWC1,…, TWCn)/no.of days in month * 3.99</span></span></span></p>
<p style="margin:0in 0in 0pt">
<p style="margin:0in 0in 0pt">
<p style="margin:0in 0in 0pt">
<p style="margin:0in 0in 0pt">


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/10/amazons-answer-to-sql-azure-amazon-relational-database-service/' rel='bookmark' title='Permanent Link: Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service'>Amazon&#8217;s Answer To SQL Azure - Amazon Relational Database Service</a> <small>Today Amazon released its answer to SQL Azure, the hosted...</small></li><li><a href='http://www.azurejournal.com/2009/08/amazon-releases-virtual-private-cloud-service/' rel='bookmark' title='Permanent Link: Amazon Releases Virtual Private Cloud Service'>Amazon Releases Virtual Private Cloud Service</a> <small>Amazon Web Services announced today a limited public beta of...</small></li><li><a href='http://www.azurejournal.com/2009/04/the-windows-azure-service-package/' rel='bookmark' title='Permanent Link: The Windows Azure Service Package'>The Windows Azure Service Package</a> <small>  Ever wondered what is in a Windows Azure Service Package?...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/-tDyAGyCd4nBR8hNXNU6jjCCpiI/0/da"><img src="http://feedads.g.doubleclick.net/~a/-tDyAGyCd4nBR8hNXNU6jjCCpiI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-tDyAGyCd4nBR8hNXNU6jjCCpiI/1/da"><img src="http://feedads.g.doubleclick.net/~a/-tDyAGyCd4nBR8hNXNU6jjCCpiI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1KDqGiME56Q:8HPTVruyy6A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1KDqGiME56Q:8HPTVruyy6A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1KDqGiME56Q:8HPTVruyy6A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=1KDqGiME56Q:8HPTVruyy6A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1KDqGiME56Q:8HPTVruyy6A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/1KDqGiME56Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/02/service-bus-connection-pricing/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/02/service-bus-connection-pricing/</feedburner:origLink></item>
		<item>
		<title>Windows Azure SDK And Tools February 2010 Release</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/VrobVyNYHSI/</link>
		<comments>http://www.azurejournal.com/2010/02/windows-azure-sdk-and-tools-february-2010-release/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:48:52 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[azure]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[sdk]]></category>

		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1625</guid>
		<description><![CDATA[This release supports VS 2008 and the upcoming VS 2010 RC. For VS 2010 Beta 2 you can use the November 2009 release.
New for version 1.1:

Windows Azure Drive: Enable a Windows Azure application to use existing NTFS APIs to access a durable drive. This allows the Windows Azure application to mount a page blob as [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/11/windows-azure-sdk-tools-november-2009-release/' rel='bookmark' title='Permanent Link: Windows Azure SDK Tools November 2009 Release'>Windows Azure SDK Tools November 2009 Release</a> <small>Microsoft just released several new features for Windows Azure through...</small></li><li><a href='http://www.azurejournal.com/2009/01/windows-azure-updated-sdk-and-tools-for-visual-studio-available-now/' rel='bookmark' title='Permanent Link: Windows Azure Updated SDK and Tools for Visual Studio Available Now'>Windows Azure Updated SDK and Tools for Visual Studio Available Now</a> <small>  Today, in less than three months since its announcement, Microsoft’s Windows...</small></li><li><a href='http://www.azurejournal.com/2009/03/windows-azure-tools-and-sdk-march-2009-ctp-released/' rel='bookmark' title='Permanent Link: Windows Azure Tools and SDK March 2009 CTP Released'>Windows Azure Tools and SDK March 2009 CTP Released</a> <small>Good news! The Azure team at Microsoft Just released the...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1628" href="http://www.azurejournal.com/2010/02/windows-azure-sdk-and-tools-february-2010-release/windows_azure_sepia-2/"><img class="alignleft size-full wp-image-1628" title="windows_azure_sepia" src="http://www.azurejournal.com/wp-content/uploads/2010/02/windows_azure_sepia.png" alt="" width="228" height="43" /></a>This release supports VS 2008 and the upcoming VS 2010 RC. For VS 2010 Beta 2 you can use the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=6967FF37-813E-47C7-B987-889124B43ABD&amp;displaylang=en">November 2009</a> release.</p>
<p>New for version 1.1:</p>
<ul>
<li>Windows Azure Drive: Enable a Windows Azure application to use existing NTFS APIs to access a durable drive. This allows the Windows Azure application to mount a page blob as a drive letter, such as X:, and enables easy migration of existing NTFS applications to the cloud.</li>
<li>OS Version Support: Allows a Windows Azure application to choose the appropriate Guest OS to run on in the cloud.</li>
<li>Bug Fixes
<ul>
<li>StorageClient: Expose account key from storage credentials, expose continuation tokens for pagination, and reduce maximum buffer size for parallel uploads.</li>
<li>Windows Azure Diagnostics: Fix path corruption for crash dumps, OnDemandTransfer now respects LogLevelFilter.</li>
<li>VS 2010: Improved packaging performance.</li>
<li>VS 2010: Support for linked files in Web projects.</li>
<li>VS 2010: Support for ASP.NET web project web.config transformations.</li>
<li>Certificate selection lists certificates from LocalMachine\My instead of CurrentUser\My.</li>
<li>Right click on Role under Roles folder to select whether to launch the browser against HTTP, HTTPS or not at all.</li>
</ul>
</li>
</ul>
<p>Updated and additional samples are available at: <a href="http://code.msdn.microsoft.com/windowsazuresamples">http://code.msdn.microsoft.com/windowsazuresamples</a></p>
<p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9955492" alt="" width="1" height="1" /></p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/11/windows-azure-sdk-tools-november-2009-release/' rel='bookmark' title='Permanent Link: Windows Azure SDK Tools November 2009 Release'>Windows Azure SDK Tools November 2009 Release</a> <small>Microsoft just released several new features for Windows Azure through...</small></li><li><a href='http://www.azurejournal.com/2009/01/windows-azure-updated-sdk-and-tools-for-visual-studio-available-now/' rel='bookmark' title='Permanent Link: Windows Azure Updated SDK and Tools for Visual Studio Available Now'>Windows Azure Updated SDK and Tools for Visual Studio Available Now</a> <small>  Today, in less than three months since its announcement, Microsoft’s Windows...</small></li><li><a href='http://www.azurejournal.com/2009/03/windows-azure-tools-and-sdk-march-2009-ctp-released/' rel='bookmark' title='Permanent Link: Windows Azure Tools and SDK March 2009 CTP Released'>Windows Azure Tools and SDK March 2009 CTP Released</a> <small>Good news! The Azure team at Microsoft Just released the...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/NLbm8jyM3n9F4IfRdy6v1GmI8Bw/0/da"><img src="http://feedads.g.doubleclick.net/~a/NLbm8jyM3n9F4IfRdy6v1GmI8Bw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NLbm8jyM3n9F4IfRdy6v1GmI8Bw/1/da"><img src="http://feedads.g.doubleclick.net/~a/NLbm8jyM3n9F4IfRdy6v1GmI8Bw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=VrobVyNYHSI:TsSLMe0j-Io:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=VrobVyNYHSI:TsSLMe0j-Io:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=VrobVyNYHSI:TsSLMe0j-Io:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=VrobVyNYHSI:TsSLMe0j-Io:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=VrobVyNYHSI:TsSLMe0j-Io:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/VrobVyNYHSI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/02/windows-azure-sdk-and-tools-february-2010-release/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/02/windows-azure-sdk-and-tools-february-2010-release/</feedburner:origLink></item>
		<item>
		<title>Research In The Cloud - Microsoft Teams Up With The National Science Foundation.</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/otsRUVU2OSY/</link>
		<comments>http://www.azurejournal.com/2010/02/research-in-the-cloud-microsoft-teams-up-with-the-national-science-foundation/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:37:27 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[azure]]></category>

		<category><![CDATA[cloud]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[nsf]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1616</guid>
		<description><![CDATA[Microsoft Corp. and the National Science Foundation (NSF) today announced an agreement that will offer individual researchers and research groups selected through NSF’s merit review process free access to advanced cloud computing resources. By extending the capabilities of powerful, easy-to-use PC applications via Microsoft cloud services, the program is designed to help broaden researcher capabilities, [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2008/10/worldwide-telescope-from-ms-research/' rel='bookmark' title='Permanent Link: WorldWide Telescope from MS Research'>WorldWide Telescope from MS Research</a> <small>Microsoft has announced today what is called WorldWide Telescope, a...</small></li><li><a href='http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/' rel='bookmark' title='Permanent Link: Microsoft Brings Cloud Interoperability Down to Earth'>Microsoft Brings Cloud Interoperability Down to Earth</a> <small>An interoperable cloud could help companies cut costs and governments...</small></li><li><a href='http://www.azurejournal.com/2009/11/windows-identity-foundation-release-candidate/' rel='bookmark' title='Permanent Link: Windows Identity Foundation Release Candidate'>Windows Identity Foundation Release Candidate</a> <small>Windows Identity Foundation (formerly called code name Geneva framework) is...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1618" href="http://www.azurejournal.com/2010/02/research-in-the-cloud-microsoft-teams-up-with-the-national-science-foundation/nsf/"><img class="alignleft size-full wp-image-1618" title="nsf" src="http://www.azurejournal.com/wp-content/uploads/2010/02/nsf.gif" alt="" width="81" height="74" /></a>Microsoft Corp. and the National Science Foundation (NSF) today announced an agreement that will offer individual researchers and research groups selected through NSF’s merit review process free access to advanced cloud computing resources. By extending the capabilities of powerful, easy-to-use PC applications via Microsoft cloud services, the program is designed to help broaden researcher capabilities, foster collaborative research communities, and accelerate scientific discovery. Projects will be awarded and managed by NSF. More details about funding opportunities are available <a href="http://www.nsf.gov/dir/index.jsp?org=CISE" target="_blank">here</a>.</p>
<p><span id="more-1616"></span>Microsoft will provide cloud computing research projects identified by NSF with access to Windows Azure for a three-year period, along with a support team to help researchers quickly integrate cloud technology into their research. Windows Azure provides on-demand compute and storage to host, scale and manage Web applications on the Internet through Microsoft data centers. Microsoft researchers and developers will work with grant recipients to equip them with a set of common tools, applications and data collections that can be shared with the broad academic community, and also provide its expertise in research, science and cloud computing.</p>
<p>‘Cloud computing can transform how research is conducted, accelerating scientific exploration, discovery and results,’ said Dan Reed, corporate vice president, Technology Strategy and Policy and eXtreme Computing at Microsoft. ‘These grants will also help researchers explore rich and diverse multidisciplinary data on a large scale.’</p>
<p>Today, scientists are operating in a world dominated by data, thanks to increasingly inexpensive sensors and a growing trend toward collaborative data projects. Analyzing and synthesizing this mass of data remain a challenge. The goal of the new program is to make simple yet powerful tools available that any researcher can use to extract insights by mining and combining diverse data sets.</p>
<p>‘We’ve entered a new era of science — one based on data-driven exploration — and each new generation of computing technology, such as cloud computing, creates unprecedented opportunities for discovery,’ said Jeannette M. Wing, assistant director for the NSF Computer and Information Science directorate. ‘We are working with Microsoft to provide the academic community a novel cloud computing service with which to experiment and explore, with the grander goal of advancing the frontiers of science and engineering as we tackle societal grand challenges.’</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2008/10/worldwide-telescope-from-ms-research/' rel='bookmark' title='Permanent Link: WorldWide Telescope from MS Research'>WorldWide Telescope from MS Research</a> <small>Microsoft has announced today what is called WorldWide Telescope, a...</small></li><li><a href='http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/' rel='bookmark' title='Permanent Link: Microsoft Brings Cloud Interoperability Down to Earth'>Microsoft Brings Cloud Interoperability Down to Earth</a> <small>An interoperable cloud could help companies cut costs and governments...</small></li><li><a href='http://www.azurejournal.com/2009/11/windows-identity-foundation-release-candidate/' rel='bookmark' title='Permanent Link: Windows Identity Foundation Release Candidate'>Windows Identity Foundation Release Candidate</a> <small>Windows Identity Foundation (formerly called code name Geneva framework) is...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/rXh4nk2iLRYHDRfBWIxlvcRL7ak/0/da"><img src="http://feedads.g.doubleclick.net/~a/rXh4nk2iLRYHDRfBWIxlvcRL7ak/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rXh4nk2iLRYHDRfBWIxlvcRL7ak/1/da"><img src="http://feedads.g.doubleclick.net/~a/rXh4nk2iLRYHDRfBWIxlvcRL7ak/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=otsRUVU2OSY:5WMgXreCIgs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=otsRUVU2OSY:5WMgXreCIgs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=otsRUVU2OSY:5WMgXreCIgs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=otsRUVU2OSY:5WMgXreCIgs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=otsRUVU2OSY:5WMgXreCIgs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/otsRUVU2OSY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/02/research-in-the-cloud-microsoft-teams-up-with-the-national-science-foundation/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/02/research-in-the-cloud-microsoft-teams-up-with-the-national-science-foundation/</feedburner:origLink></item>
		<item>
		<title>Microsoft Brings Cloud Interoperability Down to Earth</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/EjmSjTdvsuI/</link>
		<comments>http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:43:51 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[azure]]></category>

		<category><![CDATA[cloud]]></category>

		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1609</guid>
		<description><![CDATA[An interoperable cloud could help companies cut costs and governments connect constituents, say Microsoft executives.
Governments and businesses alike are looking at cloud services as a way to consolidate IT infrastructure, scale their IT systems for the future, and enable innovative services and activities that were not possible before.
To help organizations realize the benefits of cloud [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/04/dmtf-to-develop-standards-for-managing-a-cloud-computing-environment/' rel='bookmark' title='Permanent Link: DMTF to Develop Standards For Managing a Cloud Computing Environment'>DMTF to Develop Standards For Managing a Cloud Computing Environment</a> <small>The Distributed Management Task Force (DMTF), today announced that it has formed...</small></li><li><a href='http://www.azurejournal.com/2010/02/research-in-the-cloud-microsoft-teams-up-with-the-national-science-foundation/' rel='bookmark' title='Permanent Link: Research In The Cloud - Microsoft Teams Up With The National Science Foundation.'>Research In The Cloud - Microsoft Teams Up With The National Science Foundation.</a> <small>Microsoft Corp. and the National Science Foundation (NSF) today announced...</small></li><li><a href='http://www.azurejournal.com/2009/07/microsoft-to-release-on-premises-cloud-computing-in-2010/' rel='bookmark' title='Permanent Link: Microsoft to Release On-Premises Cloud Computing in 2010'>Microsoft to Release On-Premises Cloud Computing in 2010</a> <small>It was inevitable, and I just missed the release by...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1611" href="http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/windows_azure_interopability/"><img class="alignleft size-full wp-image-1611" style="padding-right: 2px;" title="windows_azure_interopability" src="http://www.azurejournal.com/wp-content/uploads/2010/02/windows_azure_interopability.png" alt="" width="139" height="187" /></a>An interoperable cloud could help companies cut costs and governments connect constituents, say Microsoft executives.</p>
<p>Governments and businesses alike are looking at cloud services as a way to consolidate IT infrastructure, scale their IT systems for the future, and enable innovative services and activities that were not possible before.</p>
<p>To help organizations realize the benefits of cloud services, technology vendors are investing in the hard work of identifying and solving the challenges presented by operating in mixed IT environments, and are collaborating to ensure that their products work well together.</p>
<p>In fact, although the industry is still in the early stages of collaborating on cloud interoperability issues, there has already been considerable progress. But what does ‘cloud interoperability’ mean, and how is it benefiting people today?</p>
<p><span id="more-1609"></span></p>
<p>Cloud interoperability is specifically about one cloud solution, such as Windows Azure, being able to work with other platforms and other applications, not just other clouds. Customers also want the flexibility to run applications either locally or in the cloud, or on a combination of the two. Microsoft is collaborating with others in the industry and working hard to ensure that the promise of cloud interoperability becomes a reality.</p>
<p>Leading Microsoft’s interoperability efforts are general managers Craig Shank and Jean Paoli. Shank spearheads the company’s interoperability work on global standards and public policy, while Paoli collaborates with Microsoft’s product teams as they map product strategies to customers’ needs.</p>
<p>Shank says one of the main attractions of the cloud is the degree of flexibility and control it gives customers: ‘There’s a tremendous level of creative energy around cloud services right now — and the industry is exploring new ideas and scenarios together all the time. Our goal is to preserve that flexibility through an open approach to cloud interoperability.’</p>
<p>Adds Paoli, ‘This means continuing to create software that’s more open from the ground up, building products that support the existing standards, helping customers use Microsoft cloud services together with open source technologies such as PHP and Java, and ensuring that our existing products work with the cloud.’</p>
<p>Shank and Paoli firmly believe that welcoming competition and choice will make Microsoft more successful in the future. ‘This may seem surprising,’ notes Paoli, ‘but it creates more opportunities for its customers, partners and developers.’</p>
<p><a rel="attachment wp-att-1612" href="http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/windows_azure_interopability-2/"><img class="aligncenter size-full wp-image-1612" title="windows_azure_interopability-2" src="http://www.azurejournal.com/wp-content/uploads/2010/02/windows_azure_interopability-2.jpg" alt="" width="500" height="323" /></a></p>
<p>With all the excitement around the cloud, Shank says it’s easy to lose sight of the payoff. ‘To be clear, cloud computing has enormous potential to stimulate economic growth and enable governments to reduce costs and expand services to citizens.’</p>
<p>The public sector provides a great example of the real-world benefits of cloud interoperability, and Microsoft is already delivering results in this area through solutions such as the Eye on Earth project. Working with the European Environment Agency, Microsoft is helping the agency simplify the collection and processing of environmental information for use by government officials and the general public. Using a combination of Windows Azure, Microsoft SQL Azure and pre-existing Linux technologies, Eye on Earth pulls data from 22,000 water monitoring points and 1,000 stations that monitor air quality. It then helps synthesize this information and makes it available for people to access in real time in 24 languages.</p>
<p>This level of openness and interoperability doesn’t happen by accident. ‘The technical work of interoperability is challenging, and it requires a commitment to our customers’ needs as well as a concerted effort on multiple fronts and a measured, pragmatic approach in how technology is developed,’ Paoli says. Microsoft’s efforts in this area include designing its cloud services to be interoperable. The Windows Azure platform, for example, supports a variety of standards and protocols. Developers can write applications to Windows Azure using PHP, Java, Ruby or the Microsoft .NET Framework.</p>
<p>Many of these product developments are the result of diverse feedback channels that Microsoft has developed with its partners, customers and other vendors.</p>
<p>For example, in 2006 Microsoft created the Interoperability Executive Customer (IEC) Council, a group of 35 chief technology officers and chief information officers from organizations around the world. They meet twice a year in Redmond to discuss their interoperability issues and provide feedback to Microsoft executives such as Microsoft Server and Tools President Bob Muglia.</p>
<p>In addition, last week Microsoft published a progress report, sharing for the first time operational details and results achieved by the Council across six work streams, or priority areas. And the Council recently commissioned the creation of a seventh work stream for cloud interoperability, aimed at developing various standards related to the cloud, working through business scenarios and priorities such as data portability, and establishing privacy, security, and service policies around cloud computing.</p>
<p>Microsoft also participates in the Open Cloud Standards Incubator, a working group formed by the Distributed Management Task Force (DMTF), a consortium through which more than 200 technology vendors and customers develop new standards for systems management. AMD, Cisco, HP, IBM, Microsoft, Red Hat and VMware are among a handful of IT vendors that lead the Open Cloud Standards Incubator, creating technical specifications and conducting research to expedite adoption of new cloud interoperability standards.</p>
<p>Developers also play a critical role. Microsoft is part of Simple Cloud, an effort it co-founded with Zend Technologies, IBM and Rackspace designed to help developers write basic cloud applications that work on all of the major cloud platforms.</p>
<p>Microsoft is also engaging in the collaborative work of building technical ‘bridges’ between Microsoft and non-Microsoft technologies, such as the recently released Windows Azure Software Development Kits (SDKs) for PHP and Java and tools for Eclipse version 1.0, the new Windows Azure platform AppFabric SDKs for Java, PHP and Ruby, the SQL CRUD Application Wizard for PHP, and the Bing 404 Web Page Error Toolkit for PHP. Each is an example of the Microsoft Interoperability team’s yearlong work with partners to bring core scenarios to life.</p>
<p>Though the industry is still in the early stages of collaborating on cloud interoperability issues, great progress has already been made. The average user may not realize it, but this progress has had a significant positive impact on the way in which we work and live today.</p>
<p>Cloud interoperability requires a broad perspective and creative, collaborative problem-solving. Looking ahead, Microsoft will continue to support an open dialogue among the different stakeholders in the industry and community to define cloud principles and incorporate all points of view to ensure that in this time of change, there is a world of choice.</p>
<p>(via <a href="http://www.microsoft.com/presspass/features/2010/feb10/02-01CloudInterop.mspx?rss_fdn=Top%20Stories" target="_blank">Microsoft Presspass</a>)</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/04/dmtf-to-develop-standards-for-managing-a-cloud-computing-environment/' rel='bookmark' title='Permanent Link: DMTF to Develop Standards For Managing a Cloud Computing Environment'>DMTF to Develop Standards For Managing a Cloud Computing Environment</a> <small>The Distributed Management Task Force (DMTF), today announced that it has formed...</small></li><li><a href='http://www.azurejournal.com/2010/02/research-in-the-cloud-microsoft-teams-up-with-the-national-science-foundation/' rel='bookmark' title='Permanent Link: Research In The Cloud - Microsoft Teams Up With The National Science Foundation.'>Research In The Cloud - Microsoft Teams Up With The National Science Foundation.</a> <small>Microsoft Corp. and the National Science Foundation (NSF) today announced...</small></li><li><a href='http://www.azurejournal.com/2009/07/microsoft-to-release-on-premises-cloud-computing-in-2010/' rel='bookmark' title='Permanent Link: Microsoft to Release On-Premises Cloud Computing in 2010'>Microsoft to Release On-Premises Cloud Computing in 2010</a> <small>It was inevitable, and I just missed the release by...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/CIqxyJX39TJDjFVBe1OPWattyYE/0/da"><img src="http://feedads.g.doubleclick.net/~a/CIqxyJX39TJDjFVBe1OPWattyYE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CIqxyJX39TJDjFVBe1OPWattyYE/1/da"><img src="http://feedads.g.doubleclick.net/~a/CIqxyJX39TJDjFVBe1OPWattyYE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=EjmSjTdvsuI:5AmkJX3TmlY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=EjmSjTdvsuI:5AmkJX3TmlY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=EjmSjTdvsuI:5AmkJX3TmlY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=EjmSjTdvsuI:5AmkJX3TmlY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=EjmSjTdvsuI:5AmkJX3TmlY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/EjmSjTdvsuI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/02/microsoft-brings-cloud-interoperability-down-to-earth/</feedburner:origLink></item>
		<item>
		<title>Data Services Update for .NET 3.5 SP1</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/1o84Af0N9G8/</link>
		<comments>http://www.azurejournal.com/2010/01/data-services-update-for-net-35-sp1/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 18:24:35 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ado .net data services]]></category>

		<category><![CDATA[azure]]></category>

		<category><![CDATA[ctp]]></category>

		<category><![CDATA[data services]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1604</guid>
		<description><![CDATA[Data Services Update for .NET Framework 3.5 SP1 (aka ADO Data Services v1.5) has been re-released and is available for download. If your target is Windows7 or Windows 2008 R2 you can pick it up here.  For all other OS versions you can get the release from here. This release targets the .NET Framework 3.5 [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/09/adonet-data-services-v15-ctp2-released-today/' rel='bookmark' title='Permanent Link: ADO.NET Data Services v1.5 CTP2 Released Today'>ADO.NET Data Services v1.5 CTP2 Released Today</a> <small>CTP2 of ADO.NET Data Services v1.5 release is now available...</small></li><li><a href='http://www.azurejournal.com/2008/10/codename-huron-sync-enabled-cloud-data-hub/' rel='bookmark' title='Permanent Link: Codename &#8220;Huron&#8221; - Sync Enabled Cloud Data Hub'>Codename &#8220;Huron&#8221; - Sync Enabled Cloud Data Hub</a> <small>&#8220;Huron&#8221; provides synchronization capabilities within SQL Data Services to enable...</small></li><li><a href='http://www.azurejournal.com/2009/05/sql-data-services-your-database-in-the-cloud/' rel='bookmark' title='Permanent Link: SQL Data Services. Your Database in the Cloud.'>SQL Data Services. Your Database in the Cloud.</a> <small>One thing in the Microsoft cloud I find really interesting...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1606" href="http://www.azurejournal.com/2010/01/data-services-update-for-net-35-sp1/ado_dot_net_data_services/"><img class="alignleft size-full wp-image-1606" style="padding-right: 2px;" title="ado_dot_net_data_services" src="http://www.azurejournal.com/wp-content/uploads/2010/01/ado_dot_net_data_services.jpg" alt="" width="150" height="113" /></a>Data Services Update for .NET Framework 3.5 SP1 (aka ADO Data Services v1.5) has been re-released and is available for download. If your target is Windows7 or Windows 2008 R2 you can pick it up <a href="http://www.microsoft.com/downloads/details.aspx?familyid=79d7f6f8-d6e9-4b8c-8640-17f89452148e&amp;displaylang=en">here</a>.  For all other OS versions you can get the release from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=4B710B89-8576-46CF-A4BF-331A9306D555&amp;displaylang=en">here</a>. This release targets the .NET Framework 3.5 SP1 platform, provides new client and server side features for data service developers and will enable <a href="http://blogs.msdn.com/astoriateam/archive/2009/11/17/breaking-down-data-silos-the-open-data-protocol-odata.aspx">a number of new integration scenarios</a> such as <a href="http://blogs.msdn.com/astoriateam/archive/2009/10/21/using-data-services-over-sharepoint-2010-part-1-getting-started.aspx">programming against SharePoint Lists</a>.</p>
<p>This release is a redistributable, in-place update to the data services assemblies (System.Data.Services.*.dll) which shipped as part of the .NET Framework 3.5 SP1. Since this is a .NET Framework update, this release does not include an updated Silverlight client libraryAn updated Silverlight client will be available soon.</p>
<p>What’s included in this release?</p>
<p><span id="more-1604"></span>This final release includes all the features that were in the prior <a href="http://blogs.msdn.com/astoriateam/archive/2009/03/16/ado-net-data-services-v1-5-ctp1-now-available-for-download.aspx">CTP1 release</a> and <a href="http://blogs.msdn.com/astoriateam/archive/2009/08/31/ado-net-data-services-v1-5-ctp2-now-available-for-download.aspx">CTP2 releases</a>:</p>
<p><strong><a href="http://blogs.msdn.com/astoriateam/archive/2009/09/01/ado-net-data-services-v1-5-ctp2-projections-overview-server.aspx">Projections</a></strong>: This ADO.NET Data Services URI format has been extended to express projections (i.e. you can now work with a subset of the properties of an entity).  This release includes both server and client library (including LINQ support) support for projections.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ee373844.aspx">Data Binding</a></strong>:  The data services client library for the .NET Framework 3.5 SP1 has been extended to support two-way data binding.</p>
<p><strong><a href="http://blogs.msdn.com/peter_qian/archive/2009/03/18/getting-row-count-in-ado-net-data-services.aspx">Row Count</a></strong>: The data services addressing scheme was extended to allow a client to to determine the total number of entities without having to download all the entities in a set.</p>
<p><strong><a href="http://blogs.msdn.com/astoriateam/archive/2009/09/01/customizable-feed-support-in-ctp2.aspx">Feed Customization (aka &#8216;Web Friendly Feeds&#8217;)</a></strong>: The ability to customize how entities are mapped into the various elements of an AtomPub feed.  This feature does just that by providing a data service author declarative control over how the data service runtime maps the properties of an entity (e.g. a Customer, Order, etc) to the elements of a feed.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ee473424.aspx"><strong>Server Driven Paging (SDP):</strong></a> This feature allows a service author to set per collection limits on the total number of entities returned for each request.</p>
<p><strong>Enhanced BLOB Support</strong>: This feature enhances the BLOB support provided in V1 to enable data services to stream arbitrarily large BLOBs, store binary content separate from its metadata, easily defer the loading of BLOB content when its metadata is requested, etc.</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/ee474212.aspx">Request Pipeline</a></strong>: The goal of exposing the processing pipeline is to allow services further transparency into a data service such that a service author can do things such as setting HTTP response cache headers, wrapping interceptor processing and data service request processing in a single transaction, etc.</p>
<p><strong>New <a href="http://msdn.microsoft.com/en-us/library/system.data.services.providers(VS.100).aspx">&#8216;Data Service Provider&#8217; Interfaces</a> for Custom Provider Writers</strong>: As the data services runtime has evolved, so has the number of ways people want to plug data into the data service framework.  In V1, two methods (Entity Framework and arbitrary .NET classes) were supported to enable a data service to interact with various diverse data sources.  To address another class of environments and data sources another way was introduced to write a &#8216;custom&#8217; provider for <a href="http://blogs.msdn.com/pablo/archive/2008/11/01/ado-net-data-services-in-windows-azure-pushing-scalability-to-the-next-level.aspx">those cases when the previous two provider models don&#8217;t meet your needs</a>.</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/09/adonet-data-services-v15-ctp2-released-today/' rel='bookmark' title='Permanent Link: ADO.NET Data Services v1.5 CTP2 Released Today'>ADO.NET Data Services v1.5 CTP2 Released Today</a> <small>CTP2 of ADO.NET Data Services v1.5 release is now available...</small></li><li><a href='http://www.azurejournal.com/2008/10/codename-huron-sync-enabled-cloud-data-hub/' rel='bookmark' title='Permanent Link: Codename &#8220;Huron&#8221; - Sync Enabled Cloud Data Hub'>Codename &#8220;Huron&#8221; - Sync Enabled Cloud Data Hub</a> <small>&#8220;Huron&#8221; provides synchronization capabilities within SQL Data Services to enable...</small></li><li><a href='http://www.azurejournal.com/2009/05/sql-data-services-your-database-in-the-cloud/' rel='bookmark' title='Permanent Link: SQL Data Services. Your Database in the Cloud.'>SQL Data Services. Your Database in the Cloud.</a> <small>One thing in the Microsoft cloud I find really interesting...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/RYaIzTLBRY7oZ1IXGQfMzY2QsBU/0/da"><img src="http://feedads.g.doubleclick.net/~a/RYaIzTLBRY7oZ1IXGQfMzY2QsBU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RYaIzTLBRY7oZ1IXGQfMzY2QsBU/1/da"><img src="http://feedads.g.doubleclick.net/~a/RYaIzTLBRY7oZ1IXGQfMzY2QsBU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1o84Af0N9G8:OgN3HD2ctQg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1o84Af0N9G8:OgN3HD2ctQg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1o84Af0N9G8:OgN3HD2ctQg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=1o84Af0N9G8:OgN3HD2ctQg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=1o84Af0N9G8:OgN3HD2ctQg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/1o84Af0N9G8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/01/data-services-update-for-net-35-sp1/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/01/data-services-update-for-net-35-sp1/</feedburner:origLink></item>
		<item>
		<title>Windows Azure Data Centers. IP Adress Ranges.</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/X7eCWuE3GGg/</link>
		<comments>http://www.azurejournal.com/2010/01/windows-azure-data-centers-ip-adress-ranges/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:03:49 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[app fabric]]></category>

		<category><![CDATA[ip address]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1599</guid>
		<description><![CDATA[Window Azure platform AppFabric has now been deployed to more data centers around the world. Previously, when you provisioned a service namespace, you were asked to select a region from a list that contained only United States (South/Central). Now, when you provision a service namespace, you have three more regions from which to choose &#8212; [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/04/windows-azure-geo-location/' rel='bookmark' title='Permanent Link: Windows Azure Geo-Location'>Windows Azure Geo-Location</a> <small>As it was announced at MIX this year, Windows Azure Geo...</small></li><li><a href='http://www.azurejournal.com/2009/01/microsoft-data-centers-cloud-azure/' rel='bookmark' title='Permanent Link: Microsoft Data Centers - Video Introduction'>Microsoft Data Centers - Video Introduction</a> <small>Here&#8217;s a cool animated video from Microsoft showing how their...</small></li><li><a href='http://www.azurejournal.com/2008/10/windows-azure-data-storage/' rel='bookmark' title='Permanent Link: Windows Azure - Data Storage'>Windows Azure - Data Storage</a> <small>The goal of Azure storage services is to allow applications...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1601" href="http://www.azurejournal.com/2010/01/windows-azure-data-centers-ip-adress-ranges/appfabric-logo/"><img class="alignleft size-full wp-image-1601" title="App Fabric Windows Azure" src="http://www.azurejournal.com/wp-content/uploads/2010/01/appfabric-logo.jpg" alt="" width="255" height="50" /></a>Window Azure platform AppFabric has now been deployed to more data centers around the world. Previously, when you provisioned a service namespace, you were asked to select a region from a list that contained only United States (South/Central). Now, when you provision a service namespace, you have three more regions from which to choose &#8212; <em>United States</em> (North/Central), <em>Europe</em> (North) and <em>Asia</em> (Southeast). If your <strong>firewall configuration</strong> restricts outbound traffic, you will need to perform the addition step of opening your outbound <strong>TCP port range 9350-9353</strong> to the IP range associated with your selected regional data center. Those IP ranges are listed at the bottom of this article.</p>
<p><span id="more-1599"></span>Note that your existing service namespaces have already been deployed to United States (South/Central) and cannot be relocated to another region. If you like, you may delete a service namespace, and when recreating it, associate it with another region. However, if you do so, data associated with your deleted namespace will be lost.</p>
<p>Windows Azure platform AppFabric plans to deploy to more locations in the months ahead.</p>
<p><strong>IP Ranges </strong></p>
<p>United States (North/Central): 65.52.0.0/21, 65.52.8.0/21, 65.52.16.0/21, 65.52.24.0/21, 207.46.203.64/27, 207.46.203.96/27, 207.46.205.0/24</p>
<p>Europe (North): 94.245.88.0/21, 94.245.104.0/21, 65.52.64.0/21, 65.52.72.0/21, 94.245.114.0/27, 94.245.114.32/27, 94.245.122.0/24</p>
<p>Asia (Southeast): 111.221.80.0/21, 111.221.88.0/21, 207.46.59.64/27, 207.46.59.96/27</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/04/windows-azure-geo-location/' rel='bookmark' title='Permanent Link: Windows Azure Geo-Location'>Windows Azure Geo-Location</a> <small>As it was announced at MIX this year, Windows Azure Geo...</small></li><li><a href='http://www.azurejournal.com/2009/01/microsoft-data-centers-cloud-azure/' rel='bookmark' title='Permanent Link: Microsoft Data Centers - Video Introduction'>Microsoft Data Centers - Video Introduction</a> <small>Here&#8217;s a cool animated video from Microsoft showing how their...</small></li><li><a href='http://www.azurejournal.com/2008/10/windows-azure-data-storage/' rel='bookmark' title='Permanent Link: Windows Azure - Data Storage'>Windows Azure - Data Storage</a> <small>The goal of Azure storage services is to allow applications...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/y_aLI9u7UhufLnJVfrYMZ1H7SMg/0/da"><img src="http://feedads.g.doubleclick.net/~a/y_aLI9u7UhufLnJVfrYMZ1H7SMg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/y_aLI9u7UhufLnJVfrYMZ1H7SMg/1/da"><img src="http://feedads.g.doubleclick.net/~a/y_aLI9u7UhufLnJVfrYMZ1H7SMg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=X7eCWuE3GGg:wUeWeIgCUJs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=X7eCWuE3GGg:wUeWeIgCUJs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=X7eCWuE3GGg:wUeWeIgCUJs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=X7eCWuE3GGg:wUeWeIgCUJs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=X7eCWuE3GGg:wUeWeIgCUJs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/X7eCWuE3GGg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/01/windows-azure-data-centers-ip-adress-ranges/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/01/windows-azure-data-centers-ip-adress-ranges/</feedburner:origLink></item>
		<item>
		<title>Architecting for the Cloud</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/XMe7OpbPHjk/</link>
		<comments>http://www.azurejournal.com/2010/01/architecting-for-the-cloud/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 13:36:11 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[amazon]]></category>

		<category><![CDATA[aws]]></category>

		<category><![CDATA[blob]]></category>

		<category><![CDATA[cloud]]></category>

		<category><![CDATA[ec2]]></category>

		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1596</guid>
		<description><![CDATA[
If you are a software developer and didn&#8217;t read this paper you should. This paper is targeted towards cloud architects who are gearing up to move an enterprise-class application from a fixed physical environment to a virtualized cloud environment. The focus of this paper is to highlight concepts, principles and best practices in creating new cloud applications [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2008/12/i-have-a-bad-feeling-about-windows-azure/' rel='bookmark' title='Permanent Link: I Have A Bad Feeling About Windows Azure'>I Have A Bad Feeling About Windows Azure</a> <small>After more than two &#8220;azure&#8221; months, with lots of new...</small></li><li><a href='http://www.azurejournal.com/2009/10/visual-studio-2010-is-cloud-friendly/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Is Cloud Friendly'>Visual Studio 2010 Is Cloud Friendly</a> <small>Microsoft announced today the immediate availability of Microsoft Visual Studio...</small></li><li><a href='http://www.azurejournal.com/2008/11/cloud-mashups-web-30-or-cloud-20/' rel='bookmark' title='Permanent Link: Cloud Mashups - Web 3.0 or Cloud 2.0 ?'>Cloud Mashups - Web 3.0 or Cloud 2.0 ?</a> <small>There&#8217;s no question: web mashups are integral part of Web...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1597 alignleft" title="aws_logo" src="http://www.azurejournal.com/wp-content/uploads/2010/01/aws_logo.png" alt="Amazon Web Services" width="164" height="60" /></p>
<p>If you are a software developer and didn&#8217;t read this paper you should. This paper is targeted towards <em>cloud architects</em> who are gearing up to move an enterprise-class application from a fixed physical environment to a virtualized cloud environment. The focus of this paper is to highlight concepts, principles and best practices in creating new cloud applications or migrating existing applications to the cloud. Most importantly, the paper discusses some specific strategies on how to architect your application to leverage the benefits of the cloud benefits. Although you&#8217;ll see some specific tactics on how to use different Amazon Web Services features and services (the paper is written by Jinesh Varia, Web Services Evangelist at Amazon), the principles can be applied using any cloud providers (Windows Azure).</p>
<p><span id="more-1596"></span>This paper reinforces and reiterates some of traditional service-oriented architectural concepts and discusses how they may evolve in the context of cloud computing. It will also discuss some unprecedented concepts such as elasticity that have emerged due to the dynamic nature of the cloud.</p>
<p>You can download the paper <a href="http://jineshvaria.s3.amazonaws.com/public/cloudbestpractices-jvaria.pdf" target="_blank">here</a>(pdf).</p>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2008/12/i-have-a-bad-feeling-about-windows-azure/' rel='bookmark' title='Permanent Link: I Have A Bad Feeling About Windows Azure'>I Have A Bad Feeling About Windows Azure</a> <small>After more than two &#8220;azure&#8221; months, with lots of new...</small></li><li><a href='http://www.azurejournal.com/2009/10/visual-studio-2010-is-cloud-friendly/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Is Cloud Friendly'>Visual Studio 2010 Is Cloud Friendly</a> <small>Microsoft announced today the immediate availability of Microsoft Visual Studio...</small></li><li><a href='http://www.azurejournal.com/2008/11/cloud-mashups-web-30-or-cloud-20/' rel='bookmark' title='Permanent Link: Cloud Mashups - Web 3.0 or Cloud 2.0 ?'>Cloud Mashups - Web 3.0 or Cloud 2.0 ?</a> <small>There&#8217;s no question: web mashups are integral part of Web...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/3mfa7VAnF9mVFQR_sf4edS5XFSI/0/da"><img src="http://feedads.g.doubleclick.net/~a/3mfa7VAnF9mVFQR_sf4edS5XFSI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3mfa7VAnF9mVFQR_sf4edS5XFSI/1/da"><img src="http://feedads.g.doubleclick.net/~a/3mfa7VAnF9mVFQR_sf4edS5XFSI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=XMe7OpbPHjk:knDZeYcrt48:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=XMe7OpbPHjk:knDZeYcrt48:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=XMe7OpbPHjk:knDZeYcrt48:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=XMe7OpbPHjk:knDZeYcrt48:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=XMe7OpbPHjk:knDZeYcrt48:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/XMe7OpbPHjk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/01/architecting-for-the-cloud/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/01/architecting-for-the-cloud/</feedburner:origLink></item>
		<item>
		<title>Windows Azure Service Status Dashboard</title>
		<link>http://feedproxy.google.com/~r/azurejournal2/~3/kHZQfpeXgeU/</link>
		<comments>http://www.azurejournal.com/2010/01/windows-azure-service-status-dashboard/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:43:42 +0000</pubDate>
		<dc:creator>Alin Irimie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[azure]]></category>

		<category><![CDATA[dashboard]]></category>

		<category><![CDATA[satus]]></category>

		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.azurejournal.com/?p=1592</guid>
		<description><![CDATA[Current status on the health of the Windows Azure Platform is shown here. If you wish to receive notifications for interruptions to any of the services, you can subscribe to the respective RSS feeds. THey also maintain the history of the health status for each service for the past five weeks in the form of running [...]


Related posts:<ul><li><a href='http://www.azurejournal.com/2009/04/the-windows-azure-service-package/' rel='bookmark' title='Permanent Link: The Windows Azure Service Package'>The Windows Azure Service Package</a> <small>  Ever wondered what is in a Windows Azure Service Package?...</small></li><li><a href='http://www.azurejournal.com/2008/10/windows-azure-was-announced-today-at-pdc/' rel='bookmark' title='Permanent Link: Windows Azure was announced today at PDC'>Windows Azure was announced today at PDC</a> <small>&#8220;Build new applications in the cloud - or use interoperable...</small></li><li><a href='http://www.azurejournal.com/2009/01/weekly-cloud-application-cloud-status/' rel='bookmark' title='Permanent Link: Weekly Cloud Application: Cloud Status'>Weekly Cloud Application: Cloud Status</a> <small>Cloud computing makes it easy to build applications that run...</small></li></ul>]]></description>
			<content:encoded><![CDATA[<p>Current status on the health of the Windows Azure Platform is shown <a title="Windows Azure Service Status Dashboard" href="http://www.microsoft.com/windowsazure/support/status/servicedashboard.aspx" target="_blank">here</a>. If you wish to receive notifications for interruptions to any of the services, you can subscribe to the respective RSS feeds. THey also maintain the history of the health status for each service for the past five weeks in the form of running logs.</p>
<div id="attachment_1593" class="wp-caption aligncenter" style="width: 510px"><a rel="attachment wp-att-1593" href="http://www.azurejournal.com/2010/01/windows-azure-service-status-dashboard/windows_azure_status_dashboard/"><img class="size-full wp-image-1593" title="windows_azure_status_dashboard" src="http://www.azurejournal.com/wp-content/uploads/2010/01/windows_azure_status_dashboard.png" alt="Windows Azure Status Dashboard" width="500" height="140" /></a><p class="wp-caption-text">Windows Azure Status Dashboard</p></div>


<p>Related posts:<ul><li><a href='http://www.azurejournal.com/2009/04/the-windows-azure-service-package/' rel='bookmark' title='Permanent Link: The Windows Azure Service Package'>The Windows Azure Service Package</a> <small>  Ever wondered what is in a Windows Azure Service Package?...</small></li><li><a href='http://www.azurejournal.com/2008/10/windows-azure-was-announced-today-at-pdc/' rel='bookmark' title='Permanent Link: Windows Azure was announced today at PDC'>Windows Azure was announced today at PDC</a> <small>&#8220;Build new applications in the cloud - or use interoperable...</small></li><li><a href='http://www.azurejournal.com/2009/01/weekly-cloud-application-cloud-status/' rel='bookmark' title='Permanent Link: Weekly Cloud Application: Cloud Status'>Weekly Cloud Application: Cloud Status</a> <small>Cloud computing makes it easy to build applications that run...</small></li></ul></p>
<p><a href="http://feedads.g.doubleclick.net/~a/T9_ETzn6O895s1SSqlpavru_P8E/0/da"><img src="http://feedads.g.doubleclick.net/~a/T9_ETzn6O895s1SSqlpavru_P8E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/T9_ETzn6O895s1SSqlpavru_P8E/1/da"><img src="http://feedads.g.doubleclick.net/~a/T9_ETzn6O895s1SSqlpavru_P8E/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/azurejournal2?a=kHZQfpeXgeU:pD7k9xPuu_g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=kHZQfpeXgeU:pD7k9xPuu_g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=kHZQfpeXgeU:pD7k9xPuu_g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/azurejournal2?i=kHZQfpeXgeU:pD7k9xPuu_g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/azurejournal2?a=kHZQfpeXgeU:pD7k9xPuu_g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/azurejournal2?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/azurejournal2/~4/kHZQfpeXgeU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.azurejournal.com/2010/01/windows-azure-service-status-dashboard/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.azurejournal.com/2010/01/windows-azure-service-status-dashboard/</feedburner:origLink></item>
	</channel>
</rss>
