<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Windows Azure Developer Tools Team</title><subtitle type="html" /><id>http://blogs.msdn.com/b/cloud/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/cloud/atom.aspx" /><generator uri="http://telligent.com" version="5.6.583.14036">Community Server</generator><updated>2009-03-18T14:44:00Z</updated><entry><title>Enabling Web Deploy for Windows Azure Web Roles with Visual Studio</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2011/04/19/enabling-web-deploy-for-windows-azure-web-roles-with-visual-studio.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2011/04/19/enabling-web-deploy-for-windows-azure-web-roles-with-visual-studio.aspx</id><published>2011-04-18T23:50:00Z</published><updated>2011-04-18T23:50:00Z</updated><content type="html">&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;Last week the Windows Azure SDK team released the Windows Azure SDK 1.4.1 refresh. This refresh adds support for Web Deploy to the Visual Studio tools for Windows Azure. This is huge. Web Deploy lets developers deploy iterative code changes to a web role in Windows Azure in seconds. If you&amp;rsquo;ve ever had to wait&amp;nbsp;more than&amp;nbsp;five minutes for a code change to be updated so you could test it, this is for you. &lt;span style="font-size: small;"&gt;You can see the feature in action in &lt;a href="http://channel9.msdn.com/Blogs/funkyonex/Speed-Up-Azure-Deployments-with-the-New-Web-Deployment-Feature" title="this"&gt;this&lt;/a&gt; Channel 9 video.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;Web Deploy enables developers to quickly push incremental changes to a web role running in Windows Azure during development and testing. Changes are made directly on the target role without creating and deploying a new package (.cspack). This is a great way to tweak your code and configuration in the cloud before creating the final package that you deploy to your production environment. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;There are a number of constraints regarding the use of Web Deploy:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoListParagraphCxSpFirst"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;Your web role must only have a single running instance.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoListParagraphCxSpFirst"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;The changes that you make with Web Deploy are temporary. When the role instance is restarted, your changes will be gone.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoListParagraphCxSpLast"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;Can only be used for development and testing. Not intended for updating applications in production.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;You can download the SDK refresh using the &lt;a href="http://www.microsoft.com/web/downloads/platform.aspx" title="Web Platform Installer"&gt;Web Platform Installer&lt;/a&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;o:p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/5428.blog1.png" border="0" /&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;o:p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;The Visual Studio Tools for Windows Azure have built in support for enabling Web Deploy. The tools also automatically create a publish profile so you can make incremental updates using the web application publish wizard. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;When you install the Web Deploy plug-in a new option will appear in the Cloud Tools publish dialog with the title &amp;ldquo;Enable Web Deploy for all Web Roles (requires Remote Desktop)&amp;rdquo;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/0435.blog2.png" border="0" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;In order to enable the feature you must first setup remote desktop. Follow the instructions &lt;/span&gt;&lt;/span&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/gg443832.aspx"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;here&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt; to set up remote desktop. Once remote desktop is enabled, you can set the check mark to enable Web Deploy.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/2451.blog3.png" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;strong&gt;Notice:&lt;/strong&gt; Web Deploy is set up to use a self-signed certificate for SSL encryption by default. You can change the certificate in the IIS Manager on the web role.&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Now publish your Windows Azure project as usual. That is all you have to do to enable Web Deploy from Visual Studio. Under the covers Visual Studio will include the Web Deploy plug-in and define an input endpoint in the ServiceDefinition. These changes are made as a part of the publish process and do not affect your design time files. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Once deployment is complete, right click on the Web Application Project and choose &amp;ldquo;Publish&amp;rdquo;:&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/2158.blog4.png" border="0" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;The Cloud Tools automatically created a publish profile with the right settings for you:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;o:p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/8284.blog5.png" border="0" /&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;o:p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Web Deploy uses the same credentials as Remote Desktop. Type your password and click &amp;ldquo;Publish&amp;rdquo;. Web Deploy will now update your Web Role instance in a fraction of the time it normally takes to re-deploy to Windows Azure.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Happy Web Deploying...&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Changing Web Deploy port number&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;By default Web Deploy uses the Web Management port number 8172. In most cases this is fine. However, in some IT environments it is not possible to make SSL connections using this port. In such cases you will have to customize Web Deploy to use a different port. The Visual Studio Cloud Tools can be configured to setup the input endpoint for Web Deploy to a custom port number. Ask your IT department if they can recommend a port number. Otherwise you can configure Web Deploy to use port 443 which is the standard SSL port and therefore open in most environments. To manually configure the port number, you have to edit the cloud project file (.ccproj) by hand. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;1) Unload the project:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/2402.blog6.png" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;2) Edit the project file:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/6562.blog7.png" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;3) Add this setting to the project properties (replace 'WebRole1' with the name of your web role): &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;WebDeployPorts&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;WebRole1:443&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;WebDeployPorts&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;img src="http://blogs.msdn.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-11-34/3343.blog8.png" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="color: #000000;"&gt;You can add multiple Web Roles by separating them with '|' in the project setting: &lt;span style="color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515;"&gt;WebDeployPorts&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;WebRole1:443|WebRole2:444&lt;span style="color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515;"&gt;WebDeployPorts&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="color: blue;"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;4) Reload the project and deploy the cloud project to Windows Azure&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;
&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;span style="font-family: verdana,geneva;"&gt;Troubleshooting Web Deploy for Windows Azure&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;Here are some of the most common problems with Web Deploy on Windows Azure:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Symptom:&lt;/strong&gt; I get this error message when I try to update my Web Role instance using Web Deploy: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;"Error : Web deployment task failed. (...) The response header 'MSDeploy.Response' was '' but 'v1' was expected."&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Problem 1:&lt;/strong&gt; In some IT Environments it is not possible to make&amp;nbsp;SSL connections on port 8172, which is the default port for Web Deploy and the Web Management Service.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Solution 1: &lt;/strong&gt;Change the Web Deploy port number. (see above)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Problem 2:&lt;/strong&gt; The Web Deploy service isn&amp;rsquo;t running correctly on the Web Role instance.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Solution 2:&lt;/strong&gt; Log into the Web Role instance with Remote Desktop and make sure that the Web Management Service and Web Deploy Service are both running. Try to restart both services.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Symptom:&lt;/strong&gt; I checked the Web Deploy checkbox when I published my Cloud Project but there is no publish profile in my Web Application project.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Problem:&lt;/strong&gt; In some cases the publish profile gets deleted in Visual Studio 2010 RTM.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;Solution:&lt;/strong&gt; This problem is solved in Visual Studio 2010 SP1.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10155445" width="1" height="1"&gt;</content><author><name>ahauge_msft@hotmail.com</name><uri>http://blogs.msdn.com/ahauge_5F00_msft_4000_hotmail.com/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Announce the November 2010 Release of the Windows Azure Tools + SDK </title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/11/23/announce-the-november-2010-release-of-the-windows-azure-tools-sdk.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/11/23/announce-the-november-2010-release-of-the-windows-azure-tools-sdk.aspx</id><published>2010-11-23T20:31:00Z</published><updated>2010-11-23T20:31:00Z</updated><content type="html">&lt;p style="margin-bottom: 2.25pt; background: white; margin-left: 0in; margin-right: 0in;"&gt;&lt;span&gt;Today, coinciding with the general availability of the new &lt;/span&gt;&lt;span&gt;&lt;a target="_blank" href="http://windows.azure.com"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: #0066dd; font-size: 9pt;"&gt;Windows Azure Management Portal&lt;/span&gt;&lt;/a&gt;, &lt;/span&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt;we have released version 1.3 of the &lt;/span&gt;&lt;span style="color: black;"&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7a1089b6-4050-4307-86c4-9dadaa5ed018&amp;amp;displaylang=en"&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #0066dd; font-size: 9pt;"&gt;Windows Azure Tools and SDK&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height: 10.5pt; background: white;"&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt;The Windows Azure Tools for Microsoft Visual Studio extends&lt;/span&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt; Visual Studio 2010 to enable the creation, configuration, building, debugging, running, packaging and deployment of scalable web applications and services on Windows Azure.&lt;/span&gt;&lt;span style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height: 10.5pt; background: white;"&gt;&lt;span style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt;New in&amp;nbsp;&lt;/span&gt;&lt;span lang="EN" style="font-family: 'Segoe UI','sans-serif'; color: #333333; font-size: 9pt;"&gt;this release:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;IIS Support:&lt;/strong&gt;&lt;span&gt; Full IIS is supported for building and deploying web roles, both in the development environment and in Windows Azure.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div style="line-height: 10.5pt; background: white;"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;&lt;/span&gt;&lt;span style="color: black; font-size: 7pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;Remote Desktop:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt; Support to enable and configure Remote Desktop connections for all your roles in the Windows Azure project;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="line-height: 10.5pt; background: white;"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;Virtual Machine (VM) Role&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;: Allow you to add a VM role to your Windows Azure project, select the VHD for your VM role, configure and deploy the VM role;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="line-height: 10.5pt; background: white;"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;Virtual Network&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;:&amp;nbsp; Support to activate Windows Azure Connect for your roles, to provide connection between Azure and on-premise resources;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="line-height: 10.5pt; background: white;"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;Diagnostics&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;: Updated support for diagnostics to use the new plug-In;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div style="line-height: 10.5pt; background: white;"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;EndPoints Support Enhancements&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 9pt;"&gt;: Refreshed support for Endpoints according to platform update.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="text-align: left;"&gt;&lt;span style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10095617" width="1" height="1"&gt;</content><author><name>lilyma</name><uri>http://blogs.msdn.com/lilyma/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools/" /></entry><entry><title>The new Windows Azure Storage Browser in Visual Studio</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/06/10/the-new-windows-azure-storage-browser-in-visual-studio.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/06/10/the-new-windows-azure-storage-browser-in-visual-studio.aspx</id><published>2010-06-10T16:04:21Z</published><updated>2010-06-10T16:04:21Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.msdn.com/b/jnak/archive/2010/06/10/windows-azure-storage-browser-in-the-visual-studio-server-explorer.aspx"&gt;Jim talks about the new Windows Azure Storage browser in the Server Explorer&lt;/a&gt; that was released with the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2274a0a8-5d37-4eac-b50a-e197dc340f6f&amp;amp;displaylang=en"&gt;June 2010 release of the Windows Azure Tools&lt;/a&gt;.&amp;nbsp; He talks about what it does as well as some of our thinking when we were building it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10023014" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="Storage" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Storage/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="windows azure platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+platform/" /><category term="Windows Azure Storage" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Windows+Azure+Storage/" /></entry><entry><title>Debug your Windows Azure Cloud Services using IntelliTrace</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/06/07/debug-your-windows-azure-cloud-services-using-intellitrace.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/06/07/debug-your-windows-azure-cloud-services-using-intellitrace.aspx</id><published>2010-06-07T13:43:22Z</published><updated>2010-06-07T13:43:22Z</updated><content type="html">&lt;p&gt;A cool new feature in the June 2010 release of the Windows Azure Tools + SDK is the ability to use IntelliTrace in the Cloud.&amp;nbsp; Check out &lt;a href="http://blogs.msdn.com/b/jnak/archive/2010/06/07/using-intellitrace-to-debug-windows-azure-cloud-services.aspx"&gt;this post for more information&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10020896" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="windows azure platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+platform/" /></entry><entry><title>Announcing the June 2010 Release of the Windows Azure Tools + SDK</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/06/07/announcing-the-june-2010-release-of-the-windows-azure-tools-sdk.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/06/07/announcing-the-june-2010-release-of-the-windows-azure-tools-sdk.aspx</id><published>2010-06-07T13:40:00Z</published><updated>2010-06-07T13:40:00Z</updated><content type="html">&lt;p&gt;We're &amp;nbsp;pleased to announce the release of the&amp;nbsp;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=128752"&gt;&lt;strong&gt;June&lt;span style="color: #0066dd;"&gt; 2010 Windows Azure Tools + SDK&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Windows Azure Tools for Microsoft Visual Studio extend Visual Studio 2010 and Visual Studio 2008 to enable the creation, configuration, building, debugging, running, packaging and deployment of scalable web applications and services on Windows Azure.&lt;/p&gt;
&lt;p&gt;New for this release: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visual Studio 2010 RTM Support: Full support for Visual Studio 2010 RTM. &lt;/li&gt;
&lt;li&gt;.NET 4 support: Choose to build services targeting either the .NET 3.5 or .NET 4 framework. &lt;/li&gt;
&lt;li&gt;Cloud storage explorer: Displays a read-only view of Windows Azure tables and blob containers through Server Explorer. &lt;/li&gt;
&lt;li&gt;Integrated deployment: Deploy services directly from Visual Studio by selecting &amp;lsquo;Publish&amp;rsquo; from Solution Explorer. &lt;/li&gt;
&lt;li&gt;Service monitoring: Keep track of the state of your services through the &amp;lsquo;compute&amp;rsquo; node in Server Explorer. &lt;/li&gt;
&lt;li&gt;IntelliTrace support for services running in the cloud: Adds support for debugging services in the cloud by using the Visual Studio 2010 IntelliTrace feature. This is enabled by using the deployment feature, and logs are retrieved through Server Explorer. Note: Requires Visual Studio Ultimate and .NET 4 roles. &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://code.msdn.microsoft.com/KB983301"&gt;&lt;strong&gt;&lt;span style="color: #0066dd;"&gt;QFE to enable IntelliTrace on 32-Bit OS&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10020880" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="windows azure platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+platform/" /></entry><entry><title>WCF on Windows Azure</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/05/27/wcf-on-windows-azure.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/05/27/wcf-on-windows-azure.aspx</id><published>2010-05-27T20:48:56Z</published><updated>2010-05-27T20:48:56Z</updated><content type="html">&lt;p&gt;Jim just &lt;a href="http://blogs.msdn.com/b/jnak/archive/2010/05/27/wcf-on-windows-azure.aspx"&gt;posted about updates to our wcfazure code gallery page &lt;/a&gt;and walks through one of the more common issues with using WCF on Windows Azure - generating proxies.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10016561" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="wcf" scheme="http://blogs.msdn.com/b/cloud/archive/tags/wcf/" /><category term="windows azure platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+platform/" /></entry><entry><title>RoleEntryPoint Method Call Order</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/02/11/roleentrypoint-method-call-order.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/02/11/roleentrypoint-method-call-order.aspx</id><published>2010-02-11T18:48:00Z</published><updated>2010-02-11T18:48:00Z</updated><content type="html">Learn more about the &lt;A href="http://blogs.msdn.com/jnak/archive/2010/02/11/windows-azure-roleentrypoint-method-call-order.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2010/02/11/windows-azure-roleentrypoint-method-call-order.aspx"&gt;RoleEntryPoint methods and call order in Windows Azure&lt;/A&gt;.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9962133" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="Azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Azure/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /></entry><entry><title>Walkthrough: Migrating an ASP.NET Web App to Windows Azure</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/02/08/walkthrough-migrating-an-asp-net-web-app-to-windows-azure.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/02/08/walkthrough-migrating-an-asp-net-web-app-to-windows-azure.aspx</id><published>2010-02-08T19:51:00Z</published><updated>2010-02-08T19:51:00Z</updated><content type="html">&lt;P&gt;Using NerdDinner as an example, Jim walks through migrating an ASP.NET Web App to Windows Azure taking it from a single instance IIS hosted app to a scalable cloud application that runs on Windows Azure and uses SQL Azure for the data and ASP.NET providers.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/jnak/archive/2010/02/08/migrating-an-existing-asp-net-app-to-run-on-windows-azure.aspx"&gt;http://blogs.msdn.com/jnak/archive/2010/02/08/migrating-an-existing-asp-net-app-to-run-on-windows-azure.aspx&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9959926" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /></entry><entry><title>Windows Azure Tools and SDK v1.1 February 2010 Release</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/02/01/just-released-windows-azure-tools-for-microsoft-visual-studio-v1-1-february-2010.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/02/01/just-released-windows-azure-tools-for-microsoft-visual-studio-v1-1-february-2010.aspx</id><published>2010-02-02T00:00:00Z</published><updated>2010-02-02T00:00:00Z</updated><content type="html">&lt;P&gt;Today, coinciding with the general availability of Windows Azure, we have released version 1.1 of the &lt;A href="http://go.microsoft.com/fwlink/?LinkID=128752" mce_href="http://go.microsoft.com/fwlink/?LinkID=128752"&gt;Windows Azure Tools and SDK&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This release supports VS 2008 and the upcoming VS 2010 RC.&amp;nbsp; For VS 2010 Beta 2 please use the &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=6967FF37-813E-47C7-B987-889124B43ABD&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=6967FF37-813E-47C7-B987-889124B43ABD&amp;amp;displaylang=en"&gt;November 2009&lt;/A&gt; release.&lt;/P&gt;
&lt;P&gt;New for version 1.1: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;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.&lt;/LI&gt;
&lt;LI&gt;OS Version Support: Allows a Windows Azure application to choose the appropriate Guest OS to run on in the cloud.&lt;/LI&gt;
&lt;LI&gt;Bug Fixes 
&lt;UL&gt;
&lt;LI&gt;StorageClient: Expose account key from storage credentials, expose continuation tokens for pagination, and reduce maximum buffer size for parallel uploads.&lt;/LI&gt;
&lt;LI&gt;Windows Azure Diagnostics: Fix path corruption for crash dumps, OnDemandTransfer now respects LogLevelFilter.&lt;/LI&gt;
&lt;LI&gt;VS 2010: Improved packaging performance.&lt;/LI&gt;
&lt;LI&gt;VS 2010: Support for linked files in Web projects.&lt;/LI&gt;
&lt;LI&gt;VS 2010: Support for ASP.NET web project web.config transformations.&lt;/LI&gt;
&lt;LI&gt;Certificate selection lists certificates from LocalMachine\My instead of CurrentUser\My.&lt;/LI&gt;
&lt;LI&gt;Right click on Role under Roles folder to select whether to launch the browser against HTTP, HTTPS or not at all.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Updated and additional samples are available at: &lt;A href="http://code.msdn.microsoft.com/windowsazuresamples" mce_href="http://code.msdn.microsoft.com/windowsazuresamples"&gt;http://code.msdn.microsoft.com/windowsazuresamples&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9955492" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /></entry><entry><title>Windows Azure Role Instance Process IDs</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/01/29/windows-azure-role-instance-process-ids.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/01/29/windows-azure-role-instance-process-ids.aspx</id><published>2010-01-29T20:33:00Z</published><updated>2010-01-29T20:33:00Z</updated><content type="html">&lt;P&gt;Jim talks about &lt;A href="http://blogs.msdn.com/jnak/archive/2010/01/26/windows-azure-debugging-matching-an-instance-in-the-devfabric-to-its-process.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2010/01/26/windows-azure-debugging-matching-an-instance-in-the-devfabric-to-its-process.aspx"&gt;how to correlate the Windows Azure Role instances&lt;/A&gt; you see in the Development Fabric to process IDs which in turn is useful for correlating that instances to an instance being debugged.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9955499" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /></entry><entry><title>Installing Certificates into Windows Azure VMs</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/01/29/installing-certificates-into-windows-azure-vms.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/01/29/installing-certificates-into-windows-azure-vms.aspx</id><published>2010-01-29T20:27:00Z</published><updated>2010-01-29T20:27:00Z</updated><content type="html">&lt;P&gt;Interested in uploading certificates in the OS of the VMs that run in the Windows Azure cloud?&amp;nbsp; Jim has written a &lt;A href="http://blogs.msdn.com/jnak/archive/2010/01/29/installing-certificates-in-windows-azure-vms.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2010/01/29/installing-certificates-in-windows-azure-vms.aspx"&gt;walkthrough&lt;/A&gt; that will explain and guide you through the process.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9955494" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="walkthrough" scheme="http://blogs.msdn.com/b/cloud/archive/tags/walkthrough/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="certificate" scheme="http://blogs.msdn.com/b/cloud/archive/tags/certificate/" /></entry><entry><title>Windows Azure Blob Storage Walkthrough</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/01/11/windows-azure-blob-storage-walkthrough.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/01/11/windows-azure-blob-storage-walkthrough.aspx</id><published>2010-01-11T18:05:00Z</published><updated>2010-01-11T18:05:00Z</updated><content type="html">&lt;P&gt;Want to learn how to get build a Windows Azure cloud service that uses blob storage?&amp;nbsp; Have a look at Jim's &lt;A href="http://blogs.msdn.com/jnak/archive/2010/01/11/walkthrough-windows-azure-blob-storage-nov-2009-and-later.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2010/01/11/walkthrough-windows-azure-blob-storage-nov-2009-and-later.aspx"&gt;blob storage walkthrough&lt;/A&gt;.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9946646" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="walkthrough" scheme="http://blogs.msdn.com/b/cloud/archive/tags/walkthrough/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="blob storage" scheme="http://blogs.msdn.com/b/cloud/archive/tags/blob+storage/" /></entry><entry><title>How to use: Windows Azure Table Storage</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2010/01/06/how-to-use-windows-azure-table-storage.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2010/01/06/how-to-use-windows-azure-table-storage.aspx</id><published>2010-01-06T18:31:00Z</published><updated>2010-01-06T18:31:00Z</updated><content type="html">Jim posted an &lt;A href="http://blogs.msdn.com/jnak/archive/2010/01/06/walkthrough-windows-azure-table-storage-nov-2009-and-later.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2010/01/06/walkthrough-windows-azure-table-storage-nov-2009-and-later.aspx"&gt;intro walkthrough on using Windows Azure Table Storage&lt;/A&gt;.&amp;nbsp; If you are looking to get your head around using Windows Azure Tables, definitely check this out.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9944728" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="table storage" scheme="http://blogs.msdn.com/b/cloud/archive/tags/table+storage/" /><category term="walkthrough" scheme="http://blogs.msdn.com/b/cloud/archive/tags/walkthrough/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="asp.net" scheme="http://blogs.msdn.com/b/cloud/archive/tags/asp-net/" /><category term="Azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Azure/" /><category term="Storage" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Storage/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /></entry><entry><title>Adding an HTTPS Endpoint to a Windows Azure Web Role Walkthrough </title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/12/01/adding-an-https-endpoint-to-a-windows-azure-web-role-walkthrough.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/12/01/adding-an-https-endpoint-to-a-windows-azure-web-role-walkthrough.aspx</id><published>2009-12-01T20:55:00Z</published><updated>2009-12-01T20:55:00Z</updated><content type="html">Jim posted a &lt;A href="http://blogs.msdn.com/jnak/archive/2009/12/01/how-to-add-an-https-endpoint-to-a-windows-azure-cloud-service.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/12/01/how-to-add-an-https-endpoint-to-a-windows-azure-cloud-service.aspx"&gt;"how to" / Walkthrough on adding an HTTPS endpoint and setting up the certificate on Windows Azure&lt;/A&gt;.&amp;nbsp; The way to do this changed with the November 2009 release.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9931061" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="ssl" scheme="http://blogs.msdn.com/b/cloud/archive/tags/ssl/" /></entry><entry><title>Windows Azure Tools and SDK v1.0 November 2009 Release</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/11/12/windows-azure-tools-and-sdk-v1-0-november-2009-release.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/11/12/windows-azure-tools-and-sdk-v1-0-november-2009-release.aspx</id><published>2009-11-12T23:00:00Z</published><updated>2009-11-12T23:00:00Z</updated><content type="html">&lt;P&gt;Today we released several new features for Windows Azure through the &lt;A href="http://go.microsoft.com/fwlink/?LinkID=128752" mce_href="http://go.microsoft.com/fwlink/?LinkID=128752"&gt;Windows Azure Tools and SDK&lt;/A&gt;.&amp;nbsp; (Use the &lt;A href="http://download.microsoft.com/download/9/D/2/9D2145F1-B6B2-40D8-ABB3-B0748490DB72/VSCloudService.exe" mce_href="http://download.microsoft.com/download/9/D/2/9D2145F1-B6B2-40D8-ABB3-B0748490DB72/VSCloudService.exe"&gt;direct link&lt;/A&gt; while the release propagates)&lt;/P&gt;
&lt;P&gt;We look forward to discussing these new Windows Azure features, in detail, &lt;A href="http://www.microsoftpdc.com/" mce_href="http://www.microsoftpdc.com"&gt;at PDC '09&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;This release add support for&amp;nbsp;Visual Studio 2010 Beta 2 and VWD Express 2010 Beta 2.&lt;/P&gt;
&lt;P mce_keep="true"&gt;What's new for the November release:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Service Model UI: A redesigned and significantly more complete interface for manipulating Role configuration information. To access, double-click on a role node in the Solution Explorer. &lt;/LI&gt;
&lt;LI&gt;Additional role templates: Support for ASP.NET MVC 2 (2010 only), F# worker roles (2010 only), and WCF Service Application web roles. &lt;/LI&gt;
&lt;LI&gt;Support for dynamically creating tables: The Create Tables functionality is now performed automatically; there is no longer a need to right-click and select Create Tables… on the project after your table definitions have changed. &lt;/LI&gt;
&lt;LI&gt;Full support for and installation of the November Windows Azure SDK release: &lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The sample storage client has been replaced by a new production quality library. 
&lt;LI&gt;New Diagnostics library enables logging using .NET APIs and enables the collection of diagnostic information from the service. 
&lt;LI&gt;Service Runtime library updated to support inter-role communication and notification of configuration changes . 
&lt;LI&gt;Support for input endpoints on Worker Roles. 
&lt;LI&gt;Higher fidelity simulation of Development Storage: supports all current cloud storage features, including dynamically creating tables. 
&lt;LI&gt;Ability to choose the size of the VM for a role instance. 
&lt;LI&gt;Ability to persist data in local storage even after the role is recycled. 
&lt;LI&gt;Ability to manage certificates to install to the role VMs. &lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;Updated and additional code samples are available online at: &lt;A href="http://code.msdn.microsoft.com/windowsazuresamples"&gt;http://code.msdn.microsoft.com/windowsazuresamples&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9921715" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /></entry><entry><title>Tips and Tricks for using Visual Studio 2010 to develop applications for Windows Azure</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/11/10/tips-and-tricks-for-using-visual-studio-2010-to-develop-applications-for-windows-azure.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/11/10/tips-and-tricks-for-using-visual-studio-2010-to-develop-applications-for-windows-azure.aspx</id><published>2009-11-11T01:56:00Z</published><updated>2009-11-11T01:56:00Z</updated><content type="html">&lt;P&gt;If you're going to PDC next week, one of the sessions you don't want to miss is &lt;A href="http://blogs.msdn.com/jnak/archive/2009/11/10/tips-and-tricks-for-visual-studio-windows-azure-at-pdc-09.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/11/10/tips-and-tricks-for-visual-studio-windows-azure-at-pdc-09.aspx"&gt;Jim's session on tips and tricks for Windows Azure development.&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;It's a tools focussed session that should have plenty of interesting content no matter what level of experience you have with Windows Azure.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9920565" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="PDC09" scheme="http://blogs.msdn.com/b/cloud/archive/tags/PDC09/" /></entry><entry><title>New walkthroughs for the July CTP of Windows Azure Tools</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/07/20/new-walkthroughs-for-the-july-ctp-of-windows-azure-tools.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/07/20/new-walkthroughs-for-the-july-ctp-of-windows-azure-tools.aspx</id><published>2009-07-20T23:59:00Z</published><updated>2009-07-20T23:59:00Z</updated><content type="html">&lt;P&gt;Jim's put together some new walkthroughs for some of the new features in the July CTP of the Windows Azure Tools + SDK:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/jnak/archive/2009/07/20/working-with-multiple-web-and-worker-roles.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/07/20/working-with-multiple-web-and-worker-roles.aspx"&gt;&lt;FONT color=#006ff7&gt;Working with Multiple Web and Worker Roles&lt;/FONT&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/jnak/archive/2009/07/20/associating-an-asp-net-web-application-including-mvc-as-a-web-role.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/07/20/associating-an-asp-net-web-application-including-mvc-as-a-web-role.aspx"&gt;&lt;FONT color=#006ff7&gt;Associating an ASP.NET Web Application (including MVC) as a Web Role&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look, some cool new stuff.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9842300" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="Azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Azure/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="July CTP" scheme="http://blogs.msdn.com/b/cloud/archive/tags/July+CTP/" /></entry><entry><title>July CTP of Windows Azure Tools for Microsoft Visual Studio</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/07/20/july-ctp-of-windows-azure-tools-for-microsoft-visual-studio.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/07/20/july-ctp-of-windows-azure-tools-for-microsoft-visual-studio.aspx</id><published>2009-07-20T23:30:00Z</published><updated>2009-07-20T23:30:00Z</updated><content type="html">&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;We've just released a July CTP of the &lt;A href="http://go.microsoft.com/fwlink/?LinkId=128752" mce_href="http://go.microsoft.com/fwlink/?LinkId=128752"&gt;Windows Azure Tools for Microsoft Visual Studio&lt;/A&gt;! (try the &lt;A href="http://download.microsoft.com/download/7/7/C/77CE71BA-4798-4DF7-A9C8-7F3DD8C55B11/VSCloudService.exe" mce_href="http://download.microsoft.com/download/7/7/C/77CE71BA-4798-4DF7-A9C8-7F3DD8C55B11/VSCloudService.exe"&gt;direct link to the download&lt;/A&gt; while it propogates)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;What’s New for the July 2009 CTP?&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL type=disc&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Support for developing and deploying services containing multiple web and worker roles. A service may contain zero or more web roles and zero or more worker roles with a minimum of one role of either type. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;New project creation dialog that supports creating Cloud Services with multiple web and worker roles. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Ability to associate any ASP.NET Web Application project in a Cloud Service solution as a Web Role &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Support for building Cloud Services from TFS Build &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Enhanced robustness and stability &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt; mso-fareast-font-family: 'Times New Roman'"&gt;Please see&amp;nbsp;&lt;A href="http://blogs.msdn.com/jnak/archive/2009/07/20/windows-azure-tools-and-sdk-july-2009-ctp.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/07/20/windows-azure-tools-and-sdk-july-2009-ctp.aspx"&gt;this post for more information&lt;/A&gt;.&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9833699" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="Azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Azure/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="azure services platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/azure+services+platform/" /><category term="July CTP" scheme="http://blogs.msdn.com/b/cloud/archive/tags/July+CTP/" /></entry><entry><title>Windows Azure FastCGI Project Template</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/07/11/windows-azure-fastcgi-project-template.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/07/11/windows-azure-fastcgi-project-template.aspx</id><published>2009-07-12T02:27:00Z</published><updated>2009-07-12T02:27:00Z</updated><content type="html">&lt;A href="http://blogs.msdn.com/jnak/archive/2009/07/11/the-windows-azure-cgi-web-role-template-explained.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/07/11/the-windows-azure-cgi-web-role-template-explained.aspx"&gt;Jim demystifies the CG Web Role project template&lt;/A&gt; that is shipped with the Windows Azure Tools for Microsoft Visual Studio.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9829783" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="PHP" scheme="http://blogs.msdn.com/b/cloud/archive/tags/PHP/" /><category term="FastCGI" scheme="http://blogs.msdn.com/b/cloud/archive/tags/FastCGI/" /></entry><entry><title>Now Available: May 2009 CTP of the Windows Azure Tools and SDK</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/05/28/now-available-may-2009-ctp-of-the-windows-azure-tools-and-sdk.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/05/28/now-available-may-2009-ctp-of-the-windows-azure-tools-and-sdk.aspx</id><published>2009-05-28T20:30:00Z</published><updated>2009-05-28T20:30:00Z</updated><content type="html">&lt;P&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkId=128752" mce_href="http://go.microsoft.com/fwlink/?LinkId=128752"&gt;&lt;FONT color=#006ff7&gt;Windows Azure Tools for Microsoft Visual Studio&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;(includes SDK).&amp;nbsp; If the release is still propagating, try the &lt;A href="http://download.microsoft.com/download/4/E/D/4EDE9437-A7CD-4B3B-947D-7BC617E025A1/VSCloudService.exe" mce_href="http://download.microsoft.com/download/4/E/D/4EDE9437-A7CD-4B3B-947D-7BC617E025A1/VSCloudService.exe"&gt;Direct Link&lt;/A&gt;. 
&lt;P&gt;&lt;SPAN&gt;New for the May 2009 CTP: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Support for Visual Studio 2010 Beta 1 
&lt;LI&gt;Update for Visual Studio 2008 
&lt;LI&gt;Improved integration with the Development Fabric and Storage services to improve the reliability of debug and run of Cloud Services from Visual Studio 
&lt;LI&gt;Enhanced robustness and stability&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Release notes/Known issues are available &lt;A href="http://msdn.microsoft.com/en-us/library/dd203058.aspx" mce_href="http://msdn.microsoft.com/en-us/library/dd203058.aspx"&gt;&lt;FONT color=#006ff7&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Visual Studio 2010 compatible samples are available &lt;A href="http://go.microsoft.com/fwlink/?LinkID=150869" mce_href="http://go.microsoft.com/fwlink/?LinkID=150869"&gt;&lt;FONT color=#006ff7&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please see &lt;A href="http://blogs.msdn.com/jnak/archive/2009/05/28/may-ctp-of-the-windows-azure-tools-and-sdk-now-supports-visual-studio-2010-beta-1.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/05/28/may-ctp-of-the-windows-azure-tools-and-sdk-now-supports-visual-studio-2010-beta-1.aspx"&gt;this post for more information&lt;/A&gt;.&lt;/P&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9642298" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="Azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Azure/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="azure services platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/azure+services+platform/" /><category term="CTP" scheme="http://blogs.msdn.com/b/cloud/archive/tags/CTP/" /><category term="may ctp" scheme="http://blogs.msdn.com/b/cloud/archive/tags/may+ctp/" /></entry><entry><title>Adding an https endpoint to a Windows Azure Web Role</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/05/12/adding-an-https-endpoint-to-a-windows-azure-web-role.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/05/12/adding-an-https-endpoint-to-a-windows-azure-web-role.aspx</id><published>2009-05-12T23:09:00Z</published><updated>2009-05-12T23:09:00Z</updated><content type="html">&lt;P&gt;&lt;A href="http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx"&gt;Here's a helpful walkthrough&lt;/A&gt; on how to add an https endpoint to a Windows Azure Cloud Service.&lt;/P&gt;
&lt;P&gt;[Fixed link]&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9608062" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="walkthrough" scheme="http://blogs.msdn.com/b/cloud/archive/tags/walkthrough/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="https" scheme="http://blogs.msdn.com/b/cloud/archive/tags/https/" /><category term="ssl" scheme="http://blogs.msdn.com/b/cloud/archive/tags/ssl/" /></entry><entry><title>Using the Web Platform Installer to install Pre-reqs for the Windows Azure Tools/SDK</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/04/20/using-the-web-platform-installer-to-install-pre-reqs-for-windows-azure-tools-sdk.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/04/20/using-the-web-platform-installer-to-install-pre-reqs-for-windows-azure-tools-sdk.aspx</id><published>2009-04-21T04:01:00Z</published><updated>2009-04-21T04:01:00Z</updated><content type="html">&lt;A href="http://blogs.msdn.com/jnak/archive/2009/04/20/installing-the-windows-azure-tools-and-sdk-the-easy-way.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/04/20/installing-the-windows-azure-tools-and-sdk-the-easy-way.aspx"&gt;Jim walks you through using the Web Platform Installer&lt;/A&gt; to get your pre-reqs (like installing IIS7) for the Windows Azure Tools and SDK using the Web Platform Installer.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9557892" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="Azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/Azure/" /><category term="azure services platform" scheme="http://blogs.msdn.com/b/cloud/archive/tags/azure+services+platform/" /><category term="web platform installer" scheme="http://blogs.msdn.com/b/cloud/archive/tags/web+platform+installer/" /></entry><entry><title>Windows Azure Service Packages Revealed</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/04/16/windows-azure-service-packages-revealed.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/04/16/windows-azure-service-packages-revealed.aspx</id><published>2009-04-17T00:49:00Z</published><updated>2009-04-17T00:49:00Z</updated><content type="html">Jim's just &lt;A href="http://blogs.msdn.com/jnak/archive/2009/04/16/digging-in-to-the-windows-azure-service-package.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/04/16/digging-in-to-the-windows-azure-service-package.aspx"&gt;posted about Service Packages &lt;/A&gt;including how to crack open the single file version of them (diagnostic and debugging purposes only).&amp;nbsp; &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9553532" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="service package" scheme="http://blogs.msdn.com/b/cloud/archive/tags/service+package/" /></entry><entry><title>Azure Mix '09 Videos</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/03/22/azure-mix-09-videos.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/03/22/azure-mix-09-videos.aspx</id><published>2009-03-22T23:22:00Z</published><updated>2009-03-22T23:22:00Z</updated><content type="html">&lt;P&gt;Jim's posted a set of links to the Mix '09 keynotes, Windows Azure and Azure Services Plaform sessions.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/jnak/archive/2009/03/22/windows-azure-mix-videos.aspx"&gt;http://blogs.msdn.com/jnak/archive/2009/03/22/windows-azure-mix-videos.aspx&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9499568" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/visual+studio/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="video" scheme="http://blogs.msdn.com/b/cloud/archive/tags/video/" /><category term="sessions" scheme="http://blogs.msdn.com/b/cloud/archive/tags/sessions/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="MIX09" scheme="http://blogs.msdn.com/b/cloud/archive/tags/MIX09/" /></entry><entry><title>Just released - Windows Azure Tools and SDK March 2009 CTP</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/cloud/archive/2009/03/18/just-released-windows-azure-tools-and-sdk-march-2009-ctp.aspx" /><id>http://blogs.msdn.com/b/cloud/archive/2009/03/18/just-released-windows-azure-tools-and-sdk-march-2009-ctp.aspx</id><published>2009-03-19T00:44:00Z</published><updated>2009-03-19T00:44:00Z</updated><content type="html">&lt;P&gt;Just in time for Mix '09 - &lt;A href="http://blogs.msdn.com/jnak/archive/2009/03/18/now-available-march-ctp-of-the-windows-azure-tools-and-sdk.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/03/18/now-available-march-ctp-of-the-windows-azure-tools-and-sdk.aspx"&gt;new Windows Azure Tools and SDK&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;New Features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Combined installer that installs&amp;nbsp;both the Windows Azure Tools and the SDK&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Get notified of updates when they become available&lt;/LI&gt;
&lt;LI&gt;Ability to write and debug .Net Full Trust Web and Worker Roles.&amp;nbsp; &lt;A href="http://blogs.msdn.com/jnak/archive/2009/03/18/calling-into-native-dlls-on-windows-azure.aspx" mce_href="http://blogs.msdn.com/jnak/archive/2009/03/18/calling-into-native-dlls-on-windows-azure.aspx"&gt;Here's a walkthrough&lt;/A&gt;.of using that functionality to PInvoke to native code.&lt;/LI&gt;
&lt;LI&gt;Support for FastCGI applications running on Windows Azure.&lt;/LI&gt;
&lt;LI&gt;Support for the URL rewrite module &lt;/LI&gt;
&lt;LI&gt;Support for specifying the SQL Server instance to use for Development Storage&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9488223" width="1" height="1"&gt;</content><author><name>cctblog</name><uri>http://blogs.msdn.com/cctblog/ProfileUrlRedirect.ashx</uri></author><category term="windows azure" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure/" /><category term="cloud computing" scheme="http://blogs.msdn.com/b/cloud/archive/tags/cloud+computing/" /><category term="windows azure tools for microsoft visual studio" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+tools+for+microsoft+visual+studio/" /><category term="windows azure sdk" scheme="http://blogs.msdn.com/b/cloud/archive/tags/windows+azure+sdk/" /><category term="CTP" scheme="http://blogs.msdn.com/b/cloud/archive/tags/CTP/" /></entry></feed>
