<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Felice Pollano Blog - azure</title>
    <link>http://www.felicepollano.com/</link>
    <description>The official Fatica Labs Blog!</description>
    <language>en-us</language>
    <copyright>Felice Pollano</copyright>
    <lastBuildDate>Tue, 01 Nov 2011 08:34:48 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>felice@felicepollano.com</managingEditor>
    <webMaster>felice@felicepollano.com</webMaster>
    <item>
      <trackback:ping>http://www.felicepollano.com/Trackback.aspx?guid=47f1a46f-8259-42a9-b9ec-e1bef9e18309</trackback:ping>
      <pingback:server>http://www.felicepollano.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.felicepollano.com/PermaLink.aspx?guid=47f1a46f-8259-42a9-b9ec-e1bef9e18309</pingback:target>
      <dc:creator>Felice Pollano</dc:creator>
      <wfw:comment>http://www.felicepollano.com/CommentView.aspx?guid=47f1a46f-8259-42a9-b9ec-e1bef9e18309</wfw:comment>
      <wfw:commentRss>http://www.felicepollano.com/SyndicationService.asmx/GetEntryCommentsRss?guid=47f1a46f-8259-42a9-b9ec-e1bef9e18309</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
In order to start with <a href="http://www.microsoft.com/windowsazure/" target="_blank">Azure</a> we
need to prepare our Visual Studio with the azure SDK. Even if the Windows Azure tools
for Microsoft Visual Studio is only supported by Visual Studio 2010 &amp; Visual Studio
2010 SP1 editions, you can download a standalone SDK providing low level tools, the
API ( ie the client dll ) the documentation and the samples we need for start.
</p>
        <p align="justify">
So the first step is downloading the <a href="http://www.microsoft.com/windowsazure/sdk/" target="_blank">Windows
Azure SDK and install it</a>. After the installation is complete you will see this
in your <strong>Server Explorer:</strong></p>
        <p align="justify">
          <a href="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_2.png">
            <img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_thumb.png" width="184" height="110" />
          </a>
        </p>
        <p align="justify">
So the new computer and barrels painted in azure means that we have the emulators
for the compute service and storage locally running, this mean we <strong>can start
to try something without buy a real account in the cloud</strong><a href="http://msdn.microsoft.com/en-us/library/windowsazure/gg433135.aspx" target="_blank">with
jus few differences</a>. First time you expand the Storage a backend for it is created
under SQL Express, but you can use another SQL server instance by following <a href="http://msdn.microsoft.com/en-us/library/windowsazure/gg433134.aspx" target="_blank">these
instructions</a>.
</p>
        <p align="justify">
Another gift from Visual Studio Tools are the new application templates:
</p>
        <p align="justify">
          <a href="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_4.png">
            <img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_thumb_1.png" width="639" height="400" />
          </a>
        </p>
        <p>
This is enough to get the environment ready on.
</p>
        <img width="0" height="0" src="http://www.felicepollano.com/aggbug.ashx?id=47f1a46f-8259-42a9-b9ec-e1bef9e18309" />
      </body>
      <title>Azure: prepare the development environment</title>
      <guid isPermaLink="false">http://www.felicepollano.com/PermaLink.aspx?guid=47f1a46f-8259-42a9-b9ec-e1bef9e18309</guid>
      <link>http://www.felicepollano.com/2011/11/01/AzurePrepareTheDevelopmentEnvironment.aspx</link>
      <pubDate>Tue, 01 Nov 2011 08:34:48 GMT</pubDate>
      <description>&lt;p align="justify"&gt;
In order to start with &lt;a href="http://www.microsoft.com/windowsazure/" target="_blank"&gt;Azure&lt;/a&gt; we
need to prepare our Visual Studio with the azure SDK. Even if the Windows Azure tools
for Microsoft Visual Studio is only supported by Visual Studio 2010 &amp;amp; Visual Studio
2010 SP1 editions, you can download a standalone SDK providing low level tools, the
API ( ie the client dll ) the documentation and the samples we need for start.
&lt;/p&gt;
&lt;p align="justify"&gt;
So the first step is downloading the &lt;a href="http://www.microsoft.com/windowsazure/sdk/" target="_blank"&gt;Windows
Azure SDK and install it&lt;/a&gt;. After the installation is complete you will see this
in your &lt;strong&gt;Server Explorer:&lt;/strong&gt;
&lt;/p&gt;
&lt;p align="justify"&gt;
&lt;a href="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_thumb.png" width="184" height="110"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align="justify"&gt;
So the new computer and barrels painted in azure means that we have the emulators
for the compute service and storage locally running, this mean we &lt;strong&gt;can start
to try something without buy a real account in the cloud&lt;/strong&gt; &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/gg433135.aspx" target="_blank"&gt;with
jus few differences&lt;/a&gt;. First time you expand the Storage a backend for it is created
under SQL Express, but you can use another SQL server instance by following &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/gg433134.aspx" target="_blank"&gt;these
instructions&lt;/a&gt;.
&lt;/p&gt;
&lt;p align="justify"&gt;
Another gift from Visual Studio Tools are the new application templates:
&lt;/p&gt;
&lt;p align="justify"&gt;
&lt;a href="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_4.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.felicepollano.com/public/Windows-Live-Writer/42f98b1af1a6_8128/image_thumb_1.png" width="639" height="400"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
This is enough to get the environment ready on.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.felicepollano.com/aggbug.ashx?id=47f1a46f-8259-42a9-b9ec-e1bef9e18309" /&gt;</description>
      <comments>http://www.felicepollano.com/CommentView.aspx?guid=47f1a46f-8259-42a9-b9ec-e1bef9e18309</comments>
      <category>azure</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>