<?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">RemyP's Blog</title><subtitle type="html">This blog will mostly focus on the Azure Services Developer Portal, but will occasionally touch on other topics</subtitle><id>http://blogs.msdn.com/frogs69/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/frogs69/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-03-26T01:54:00Z</updated><entry><title>Storage Quotas and Core Allocation on Windows Azure</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/12/17/storage-quotas-and-core-allocation-on-windows-azure.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/12/17/storage-quotas-and-core-allocation-on-windows-azure.aspx</id><published>2009-12-17T22:34:52Z</published><updated>2009-12-17T22:34:52Z</updated><content type="html">&lt;p&gt;This has been documented as part of other posts (&lt;em&gt;cf.&lt;/em&gt; footnote #1), here it is presented in FAQ format, focusing on the quotas and core allocation.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What is the quota for storing data within Windows Azure storage?      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;For a given subscription, during the CTP, each token grants you &lt;font color="#0000ff"&gt;2 storage accounts&lt;/font&gt;, and each storage account can contain up to &lt;font color="#0000ff"&gt;50GB of data&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;For a given subscription, after the commercial launch, you will be able to create up to &lt;font color="#008000"&gt;5 storage accounts&lt;/font&gt; (&lt;em&gt;cf.&lt;/em&gt; footnote #2), each of which can contain &lt;font color="#008000"&gt;100TB of data&lt;/font&gt;, &lt;em&gt;i.e.&lt;/em&gt; any combination of blobs (block blobs or page blobs), containers, queues, or table data. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How is the Windows Azure storage data broken down?      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Reminder: Those are the quotas after commercial launch.&lt;/em&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Blobs:      &lt;ul&gt;       &lt;li&gt;200GB for block blobs (64KB min, 4MB max block size) &lt;/li&gt;        &lt;li&gt;64MB is the limit for a single blob before you need to use blocks &lt;/li&gt;        &lt;li&gt;1TB for page blobs &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Tables:      &lt;ul&gt;       &lt;li&gt;252 user defined properties &lt;/li&gt;        &lt;li&gt;Entity &amp;lt;= 1MB, limited to supported types or in case of binary/string &amp;lt;= 64KB &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Queues:      &lt;ul&gt;       &lt;li&gt;Messages &amp;lt;= 8K &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;The overarching quota is that you have &lt;font color="#0000ff"&gt;100TB per storage account&lt;/font&gt; and how you choose to use that amount is up to you in any combination of the above.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Are there any limits on the amount of transactions both entering into the data center and usage of queues / blobs?      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;A given storage account is meant to be able to process up to a few thousand transactions per second, and a few hundred megabytes per second, the exact limit will depend upon the application and services should benchmark their application.&lt;/p&gt;    &lt;p&gt;This applies across everything for the storage account Tables, blobs, queues.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What is the limit on the number of deployments, roles and instances?      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;CTP, before Dec. 10th, 2009:      &lt;ul&gt;       &lt;li&gt;Each token grants you 1 hosted service,&lt;/li&gt;        &lt;li&gt;with 2 deployment slots (staging and production),&lt;/li&gt;        &lt;li&gt;each of which with up to 5 roles (any combination of web and worker roles),&lt;/li&gt;        &lt;li&gt;each of which with up to 2 role instances.&lt;/li&gt;        &lt;li&gt;No weighed VMs. No limit on number of cores.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;CTP, after Dec. 10th, 2009:      &lt;ul&gt;       &lt;li&gt;Same as above, plus weighed VMs and max. &lt;font color="#ff0000"&gt;8 cores&lt;/font&gt; for one subscription. &lt;/li&gt;        &lt;li&gt;Read more &lt;a href="http://blogs.msdn.com/frogs69/archive/2009/12/11/new-role-instance-allocation.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Commercial Launch, after Jan. 4th 2010: &lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;For a given subscription, with the default settings, you will have 20 hosted services,&lt;/li&gt;      &lt;li&gt;with 2 deployment slots each (staging and production),&lt;/li&gt;      &lt;li&gt;each of which with up to 5 roles (any combination of web and worker roles),&lt;/li&gt;      &lt;li&gt;There will be no more limits on the number of role instances, but there will be a default quota of &lt;font color="#ff0000"&gt;20 cores&lt;/font&gt; per subscription, across all services, roles and role instances (&lt;em&gt;cf.&lt;/em&gt; footnote #2).&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;strong&gt;Footnotes:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;(1) References:&lt;/em&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;PDC’09 talk #1 [&lt;a href="http://microsoftpdc.com/Speakers/Brad-Calder" target="_blank"&gt;Brad Calder&lt;/a&gt;]. &lt;a href="http://microsoftpdc.com/Sessions/SVC14"&gt;Windows Azure Blob and Drive Deep Dive&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;PDC’09 talk #2 [&lt;a href="http://microsoftpdc.com/Speakers/Brad-Calder" target="_blank"&gt;Brad Calder&lt;/a&gt;]. &lt;a href="http://microsoftpdc.com/Sessions/SVC08"&gt;Building Scalable and Reliable Applications with Windows Azure&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;em&gt;(2) Quota increase:&lt;/em&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;If you need more than the default quota allocation, you will need to contact Microsoft Online support to initiate a credit check in order to get more resources. The same process applies to storage accounts and hosted services. More details on the &lt;a href="https://mocp.microsoftonline.com/Site/Support.aspx"&gt;Windows Azure Support&lt;/a&gt; page.&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9938427" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Quotas" scheme="http://blogs.msdn.com/frogs69/archive/tags/Quotas/default.aspx" /></entry><entry><title>New role instance allocation</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/12/11/new-role-instance-allocation.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/12/11/new-role-instance-allocation.aspx</id><published>2009-12-11T17:54:28Z</published><updated>2009-12-11T17:54:28Z</updated><content type="html">&lt;p&gt;Since we launched the Windows Azure CTP last year up until yesterday, a regular Windows Azure token would grant you the following Windows Azure assets:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;2 storage accounts &lt;/li&gt;    &lt;li&gt;1 hosted service      &lt;ul&gt;       &lt;li&gt;with 2 deployment slots, &lt;/li&gt;        &lt;li&gt;each with up to 5 roles (any combination of web or worker roles), &lt;/li&gt;        &lt;li&gt;each with up to 2 instances, &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;which meant that you had up to 20 VMs (2 * 5 * 2) to play with, and the VMs were &lt;em&gt;not&lt;/em&gt; weighed. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;As of yesterday, in preparation for the Windows Azure Commercial Launch announced at PDC'09, we are setting the default limit to 8 cores and we’ll be counting the role instances as weighted. &lt;/p&gt;  &lt;p&gt;A regular token will now give you a limit of 8 cores, and you will be able to use those 8 cores in any combination you want for your hosted service.&lt;/p&gt;  &lt;p&gt;The weighed core allocation per VM size is as follows:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Small VM = 1 core &lt;/li&gt;    &lt;li&gt;Medium VM = 2 cores &lt;/li&gt;    &lt;li&gt;Large VM = 4 cores &lt;/li&gt;    &lt;li&gt;Extra Large = 8 cores &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If your compute app is currently running with a higher number of cores than 8, you will need to decrease your app size to come into the new quota and redeploy it.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9935812" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Token" scheme="http://blogs.msdn.com/frogs69/archive/tags/Token/default.aspx" /><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Instances" scheme="http://blogs.msdn.com/frogs69/archive/tags/Instances/default.aspx" /><category term="Quotas" scheme="http://blogs.msdn.com/frogs69/archive/tags/Quotas/default.aspx" /></entry><entry><title>Windows Azure Storage Made Easy</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/12/03/windows-azure-storage-made-easy.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/12/03/windows-azure-storage-made-easy.aspx</id><published>2009-12-03T05:25:48Z</published><updated>2009-12-03T05:25:48Z</updated><content type="html">&lt;p&gt;There are three tools that came up on my radar that allow to manipulate your Windows Azure storage quite easily and intuitively.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureStorageMadeEasy_12D58/Cerebrata_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 15px 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="Cloud Storage Studio" border="0" alt="Cloud Storage Studio" align="left" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureStorageMadeEasy_12D58/Cerebrata_thumb.png" width="240" height="161" /&gt;&lt;/a&gt; The first one, which I have been using for a while is called &lt;a href="http://www.cerebrata.com/?r=CSSV0.7.0" target="_blank"&gt;&lt;strong&gt;Cloud Storage Studio&lt;/strong&gt;&lt;/a&gt; from &lt;a href="http://www.cerebrata.com" target="_blank"&gt;Cerebrata Software&lt;/a&gt;, and I like it a lot.&lt;/p&gt;  &lt;p&gt;It has a slick and intuitive UI from the login screen to uploading, managing and deleting content in your storage account. It is &lt;em&gt;really&lt;/em&gt; easy to use, supports file and folder multiselect on upload, and is robust insofar as what I have used it for to-date.&lt;/p&gt;  &lt;p&gt;I definitely recommend it.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureStorageMadeEasy_12D58/CloudBerry%20Explorer%20for%20Azure%20Blob%20Storage_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 15px; display: inline; border-top: 0px; border-right: 0px" title="CloudBerry Explorer for Azure Blob Storage" border="0" alt="CloudBerry Explorer for Azure Blob Storage" align="right" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureStorageMadeEasy_12D58/CloudBerry%20Explorer%20for%20Azure%20Blob%20Storage_thumb.png" width="240" height="171" /&gt;&lt;/a&gt; The second one which I have just started using today, but definitely warrants a good try is &lt;a href="http://www.cloudberrylab.com/download.aspx?prod=cbazure" target="_blank"&gt;&lt;strong&gt;CloudBerry Explorer for Azure Blob Storage&lt;/strong&gt;&lt;/a&gt;, from &lt;a href="http://www.cloudberrylab.com/" target="_blank"&gt;CloudBerry Lab Inc.&lt;/a&gt; This crew has already a long and solid history of S3 storage management tools, they have recently added Windows Azure to their line-up.&lt;/p&gt;  &lt;p&gt;First experience is good. Login is easy, it works intuitively, the feature set is comprehensive (queue pane, side-by-side view of the cloud and the local drive, many options to tweak and settings to choose from, etc.)&lt;/p&gt;  &lt;p&gt;I’ll use it for a while and decide whether it works out better than Cloud Storage Studio…&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureStorageMadeEasy_12D58/AzureStorageExplorer_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 15px 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="Azure Storage Explorer" border="0" alt="Azure Storage Explorer" align="left" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureStorageMadeEasy_12D58/AzureStorageExplorer_thumb.jpg" width="240" height="141" /&gt;&lt;/a&gt; For completeness sake I will also mention the third one but cannot comment on it as I haven’t had a chance to use it yet. Feel free to comment on your own experience if you used it. It’s called &lt;a href="http://azurestorageexplorer.codeplex.com/" target="_blank"&gt;&lt;strong&gt;Azure Storage Explorer&lt;/strong&gt;&lt;/a&gt; from &lt;a href="http://www.neudesic.com" target="_blank"&gt;Neudesic&lt;/a&gt;. I actually re-used the screenshot provided by the contributor on the Codeplex page.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9931806" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Storage" scheme="http://blogs.msdn.com/frogs69/archive/tags/Storage/default.aspx" /><category term="Tools" scheme="http://blogs.msdn.com/frogs69/archive/tags/Tools/default.aspx" /></entry><entry><title>Custom Domain Names in Windows Azure</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/12/03/custom-domain-names-in-windows-azure.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/12/03/custom-domain-names-in-windows-azure.aspx</id><published>2009-12-03T04:55:16Z</published><updated>2009-12-03T04:55:16Z</updated><content type="html">&lt;p&gt;This is a topic that comes up quite frequently, and I always find myself referencing Steve’s post on the matter of mapping a Hosted Service running in Windows Azure (for example &lt;a href="http://frogs69.cloudapp.net"&gt;http://frogs69.cloudapp.net&lt;/a&gt;) to a custom domain that you otherwise own. So here is a permanent reference to this most useful blog post.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blog.smarx.com/posts/custom-domain-names-in-windows-azure" href="http://blog.smarx.com/posts/custom-domain-names-in-windows-azure"&gt;http://blog.smarx.com/posts/custom-domain-names-in-windows-azure&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Another (similar) topic is about Custom Storage Domain Names, &lt;em&gt;i.e.&lt;/em&gt; how to map a custom domain name you own to a Windows Azure blob store endpoint. This has been covered comprehensively on the Windows Azure team blog here:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/windowsazure/archive/2009/11/05/accessing-windows-azure-blobs-using-custom-storage-domain-names.aspx" href="http://blogs.msdn.com/windowsazure/archive/2009/11/05/accessing-windows-azure-blobs-using-custom-storage-domain-names.aspx"&gt;http://blogs.msdn.com/windowsazure/archive/2009/11/05/accessing-windows-azure-blobs-using-custom-storage-domain-names.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Finally, in this area of interest, I will also reference the Windows Azure Content Delivery Network, which allows you to deliver the contents of a Windows Azure blob store public container via a CDN, which can also be mapped to a custom domain name you own, right there from the Windows Azure dev portal:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/windowsazure/archive/2009/11/05/introducing-the-windows-azure-content-delivery-network.aspx" href="http://blogs.msdn.com/windowsazure/archive/2009/11/05/introducing-the-windows-azure-content-delivery-network.aspx"&gt;http://blogs.msdn.com/windowsazure/archive/2009/11/05/introducing-the-windows-azure-content-delivery-network.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9931796" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Custom Domains" scheme="http://blogs.msdn.com/frogs69/archive/tags/Custom+Domains/default.aspx" /></entry><entry><title>How to redeem a Windows Azure token?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/12/03/how-to-redeem-a-windows-azure-token.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/12/03/how-to-redeem-a-windows-azure-token.aspx</id><published>2009-12-03T04:22:41Z</published><updated>2009-12-03T04:22:41Z</updated><content type="html">&lt;p&gt;Quick refresher as this still comes up a lot:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Where can I get a token for Windows Azure?&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://blogs.msdn.com/frogs69/archive/2009/03/27/faq-where-can-i-get-a-token-for-windows-azure.aspx" target="_blank"&gt;Read my previous post about this&lt;/a&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;How do I redeem a token once I have one?&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Go to the &lt;strong&gt;Windows Azure portal&lt;/strong&gt; on &lt;a href="http://windows.azure.com"&gt;http://windows.azure.com&lt;/a&gt;&lt;/li&gt;      &lt;li&gt;Sign in using the Windows Live ID with which you want to redeem the token – Be mindful that the token is &lt;strong&gt;single usage&lt;/strong&gt;, it will remain mapped to this account forever&lt;/li&gt;      &lt;li&gt;Go to the &lt;strong&gt;Account&lt;/strong&gt; tab on the Windows Azure portal&lt;/li&gt;      &lt;li&gt;Click on &lt;strong&gt;Manage My Tokens&lt;/strong&gt;&lt;/li&gt;      &lt;li&gt;Paste or type your token in the box labeled &lt;strong&gt;Resource Token ID&lt;/strong&gt;&lt;/li&gt;      &lt;li&gt;Click on the button &lt;strong&gt;Claim Token&lt;/strong&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/ol&gt;  &lt;p&gt;Et voilà !&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9931786" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Token" scheme="http://blogs.msdn.com/frogs69/archive/tags/Token/default.aspx" /><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Invitation Code" scheme="http://blogs.msdn.com/frogs69/archive/tags/Invitation+Code/default.aspx" /><category term="FAQ" scheme="http://blogs.msdn.com/frogs69/archive/tags/FAQ/default.aspx" /></entry><entry><title>Where did Copy Logs go?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/10/06/where-did-copy-logs-go.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/10/06/where-did-copy-logs-go.aspx</id><published>2009-10-07T01:00:49Z</published><updated>2009-10-07T01:00:49Z</updated><content type="html">&lt;p&gt;Up until a few days ago, when you wanted to get a dump of your application logs running in Windows Azure, you could go to the hosted service configuration page, and request the log dump using the Copy Logs button.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WheredidCopyLogsgo_D2F7/CopyLogsBefore_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CopyLogsBefore" border="0" alt="CopyLogsBefore" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WheredidCopyLogsgo_D2F7/CopyLogsBefore_thumb.png" width="244" height="106" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This has changed. The Windows Azure logging infrastructure is evolving and as a result this UX has been disabled in the developer portal.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WheredidCopyLogsgo_D2F7/CopyLogsAfter_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CopyLogsAfter" border="0" alt="CopyLogsAfter" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WheredidCopyLogsgo_D2F7/CopyLogsAfter_thumb.png" width="244" height="81" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Read more about the &lt;a href="http://blogs.msdn.com/windowsazure/archive/2009/10/03/upcoming-changes-to-windows-azure-logging.aspx" target="_blank"&gt;upcoming changes to Windows Azure logging&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9904005" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>Windows Azure developer portal release refresh</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/09/18/windows-azure-developer-portal-release-refresh.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/09/18/windows-azure-developer-portal-release-refresh.aspx</id><published>2009-09-18T04:44:53Z</published><updated>2009-09-18T04:44:53Z</updated><content type="html">&lt;p&gt;As you have undoubtedly noticed, as part of today’s release refresh, the Windows Azure developer portal got a major face lift. This is the new theme that will be adopted by all the Windows Azure Platform for PDC’09.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PDC’08 UI theme&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzuredeveloperportalreleaserefres_10798/Dev%20Portal%20Old_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Dev Portal Old" border="0" alt="Dev Portal Old" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzuredeveloperportalreleaserefres_10798/Dev%20Portal%20Old_thumb.png" width="244" height="206" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PDC’09 UI theme&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzuredeveloperportalreleaserefres_10798/Dev%20Portal%20New_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Dev Portal New" border="0" alt="Dev Portal New" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzuredeveloperportalreleaserefres_10798/Dev%20Portal%20New_thumb.png" width="244" height="219" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I already received a lot of feedback, good and bad, comparing the previous theme and style to the new one. This is such a subjective matter that I love how much passion it generates.&lt;/p&gt;  &lt;p&gt;More importantly than the UI theme itself, we are also working on usability and will continue to consider all incoming feedback about the Windows Azure developer portal, so keep it coming on the &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/windowsazure/threads"&gt;dev forum&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Major new features were also made available to the public in this release refresh, check out the &lt;a href="http://blogs.msdn.com/windowsazure/"&gt;Windows Azure team blog&lt;/a&gt; for more details on those features, in particular:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/windowsazure/archive/2009/09/18/introducing-a-new-upgrade-option-in-place.aspx"&gt;In-Place Upgrade&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/windowsazure/archive/2009/09/17/introducing-the-windows-azure-service-management-api.aspx"&gt;Service Management API&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9896615" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /></entry><entry><title>Invalid token error message</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/09/02/invalid-token-error-message.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/09/02/invalid-token-error-message.aspx</id><published>2009-09-02T03:40:12Z</published><updated>2009-09-02T03:40:12Z</updated><content type="html">&lt;p&gt;If you have received a Windows Azure token after registering on Microsoft Connect, tried to redeem it, but get the message “Invalid token” or “Enter a valid promotion code”, this post is for you.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Scenario 1:&lt;/strong&gt; You try to redeem the token on the Windows Azure Portal and get the message “Invalid token”, check out the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Did you already redeem this token with another account?&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;A token can only be mapped to a &lt;em&gt;single&lt;/em&gt; email account.&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Did you copy the leading character from the invitation email?&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;The � that some people receive in their invitation email is &lt;em&gt;not&lt;/em&gt; part of the token, ignore it.&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Did you copy a trailing space or some other character?&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;The token is only accepted if you provide the 5x5 PID, i.e. the five alphanumeric groupings &lt;em&gt;including the dashes&lt;/em&gt;.&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Scenario 2:&lt;/strong&gt; You skipped the token redemption step on the Windows Azure Portal, and/or ended up on the Billing Portal at &lt;a href="https://mail.microsoft.com/redir.aspx?C=a40aadf83ab1442ab7fa187f0a1bac6a&amp;amp;URL=https%3a%2f%2fazure.msolctp.com%2fSite%2fServices%2fAzure%2fSignup.aspx"&gt;https://azure.msolctp.com/Site/Services/Azure/Signup.aspx&lt;/a&gt; and get the screen below.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Billing CTP Signup" border="0" alt="Billing CTP Signup" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Invalidtokenmessage_D242/image_3.png" width="704" height="389" /&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Go to the Windows Azure portal on &lt;a href="http://windows.azure.com"&gt;http://windows.azure.com&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Sign in using the Windows Live ID to which the token was sent&lt;/li&gt;    &lt;li&gt;Go to the Account tab on the Windows Azure portal&lt;/li&gt;    &lt;li&gt;Click on Manage My Tokens&lt;/li&gt;    &lt;li&gt;Paste or type your token in the box labeled Resource Token ID&lt;/li&gt;    &lt;li&gt;Click on the button Claim Token&lt;/li&gt; &lt;/ul&gt; If you still get the invalid token error message, check for the token in the list of redeemed tokens in that same page, just in case…  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Then send an email to &lt;a href="mailto:azinvite"&gt;azinvite&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9890159" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Token" scheme="http://blogs.msdn.com/frogs69/archive/tags/Token/default.aspx" /><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Invitation Code" scheme="http://blogs.msdn.com/frogs69/archive/tags/Invitation+Code/default.aspx" /><category term="FAQ" scheme="http://blogs.msdn.com/frogs69/archive/tags/FAQ/default.aspx" /></entry><entry><title>Windows Azure Geo Location Feature Terminology</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/04/30/windows-azure-geo-location-feature-terminology.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/04/30/windows-azure-geo-location-feature-terminology.aspx</id><published>2009-04-30T21:31:12Z</published><updated>2009-04-30T21:31:12Z</updated><content type="html">&lt;p&gt;Here is some information about the terms and concepts introduced in the &lt;a href="http://lx.azure.microsoft.com" target="_blank"&gt;Dev Portal&lt;/a&gt; with the &lt;a href="http://blogs.msdn.com/windowsazure/archive/2009/03/18/geo-location-enables-developers-to-choose-data-centers-and-group-applications-storage.aspx" target="_blank"&gt;Windows Azure Geo Location feature&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The most important one is the notion of affinity group, which is now part of the creation wizard of the Windows Azure storage account and hosted services.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Affinity Group: &lt;/em&gt;&lt;/strong&gt;An affinity group is a way of explicitly grouping Windows Azure hosted services and storage accounts in the same geo region. By putting them together in the same affinity group, you insure geographical proximity of the hosted services and storage accounts you place in the affinity group. Microsoft is abstracting the datacenter layer, hence the term “geo region” or “region”. The other attribute of an affinity group is its friendly name. You can change the friendly name of an affinity group at any time.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Geo Region / Region:&lt;/em&gt;&lt;/strong&gt; This is the geographical area describing the location of the datacenter(s). With the first release of the Geo Location feature, there are three choices available:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;USA – Southwest&lt;/li&gt;    &lt;li&gt;USA – Northwest&lt;/li&gt;    &lt;li&gt;USA – Anywhere&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you select “USA – Anywhere” you basically leave it to the software algorithm to pick where to deploy the hosted service or create the storage account.&lt;/p&gt;  &lt;p&gt;It is important to note that the region cannot be changed.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Membership / Members:&lt;/em&gt; &lt;/strong&gt;This is simply the list of hosted services and storage accounts –or members– within a given affinity group.&lt;/p&gt;  &lt;p&gt;You cannot delete an affinity group if it contains any members. You first have to delete all members of an affinity group before you can delete the affinity group itself. Remember that you cannot delete a running hosted service, it has to be suspended first.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Unaffinitized: &lt;/em&gt;&lt;/strong&gt;You may choose to leave a Windows Azure hosted service or storage account “unaffinitized”, which means that it is not related to other services or accounts you may have, or that it doesn’t matter whether they are in the same geo region or not.&lt;/p&gt;  &lt;p&gt;Even if you leave a service or account unaffinitized you may still specify a geo region, depending on your needs for that service or account. Like for an affinity group, it is not possible to change the geo region of an unaffinitized service or account. It is set at creation time.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9580970" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Geo" scheme="http://blogs.msdn.com/frogs69/archive/tags/Geo/default.aspx" /></entry><entry><title>Windows Azure Geo Location Feature Walkthrough</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/04/30/windows-azure-geolocation-feature-walkthrough.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/04/30/windows-azure-geolocation-feature-walkthrough.aspx</id><published>2009-04-30T12:20:00Z</published><updated>2009-04-30T12:20:00Z</updated><content type="html">&lt;P&gt;As you may have noticed if you logged in to the &lt;A href="http://lx.azure.microsoft.com/" target=_blank mce_href="http://lx.azure.microsoft.com"&gt;Azure Services Developer Portal&lt;/A&gt; since yesterday afternoon (4/29/2009), &lt;STRONG&gt;the Windows Azure Geo Location feature has been released&lt;/STRONG&gt; and added to the existing Dev Portal functionality.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/windowsazure/archive/2009/03/18/geo-location-enables-developers-to-choose-data-centers-and-group-applications-storage.aspx" target=_blank mce_href="http://blogs.msdn.com/windowsazure/archive/2009/03/18/geo-location-enables-developers-to-choose-data-centers-and-group-applications-storage.aspx"&gt;The feature was announced at MIX ‘09&lt;/A&gt; with availability targeted “soon following the conference”. With Geo Location (Geo for short), developers will now be able to specify either the “USA – Northwest” or “USA – Southwest” region when they create a Windows Azure storage account or hosted services.&lt;/P&gt;
&lt;P&gt;They may also select “USA – Anywhere” if there is no specific need to geolocate their storage account or hosted service in a specific region.&lt;/P&gt;
&lt;P&gt;I will post a separate article on the terminology and concepts introduced along with the Geo feature, this post focuses on how to create affinity groups and use them.&lt;/P&gt;
&lt;P&gt;The scenario covers the creation of a Windows Azure hosted service and various storage accounts, a few of which will be put together in an affinity group.&lt;/P&gt;
&lt;P&gt;I provided every screenshot along the way on purpose to avoid any doubt along the way as to what I did, but you need not check all of them if you are already familiar with how to create storage accounts or hosted services on the Dev Portal, without the Geo feature.&lt;/P&gt;
&lt;P&gt;As I first login to the Dev Portal, there’s only one project in my roster, called “livefx”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/00.Project%20summary_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/00.Project%20summary_4.jpg"&gt;&lt;IMG title="00.Project summary" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="00.Project summary" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/00.Project%20summary_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/00.Project%20summary_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; I go to the “New Project” page by clicking on the “plus” sign in the top left, there I choose to create a Windows Azure storage account.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/01.Create%20new%20project%20page_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/01.Create%20new%20project%20page_4.jpg"&gt;&lt;IMG title="01.Create new project page" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=191 alt="01.Create new project page" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/01.Create%20new%20project%20page_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/01.Create%20new%20project%20page_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.a.&lt;/STRONG&gt; I see the familiar new storage account creation page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.a.Create%20storage%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.a.Create%20storage%20account_4.jpg"&gt;&lt;IMG title="02.a.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=191 alt="02.a.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.a.Create%20storage%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.a.Create%20storage%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.b.&lt;/STRONG&gt; I type a label “My C drive in the cloud”, then I click “Next”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.b.Create%20storage%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.b.Create%20storage%20account_2.jpg"&gt;&lt;IMG title="02.b.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="02.b.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.b.Create%20storage%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.b.Create%20storage%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.c.&lt;/STRONG&gt; I type a namespace “frogs”, then check for availability.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.c.Create%20storage%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.c.Create%20storage%20account_2.jpg"&gt;&lt;IMG title="02.c.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=203 alt="02.c.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.c.Create%20storage%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.c.Create%20storage%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2.d.&lt;/STRONG&gt; I select that &lt;STRONG&gt;I want to create a new affinity group&lt;/STRONG&gt;, I type an affinity group name “My Awesome Group” and choose a region “USA – Southwest”, then click on “Create”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.d.Create%20storage%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.d.Create%20storage%20account_2.jpg"&gt;&lt;IMG title="02.d.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=203 alt="02.d.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.d.Create%20storage%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/02.d.Create%20storage%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; My storage account is now created and ready to use.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/03.Storage%20account%20created_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/03.Storage%20account%20created_2.jpg"&gt;&lt;IMG title="03.Storage account created" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="03.Storage account created" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/03.Storage%20account%20created_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/03.Storage%20account%20created_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt; I go to my account page by clicking on “Account” in the top nav, and there I click on the link “Manage My Affinity Groups” at the bottom of the page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/04.Manage%20my%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/04.Manage%20my%20account_2.jpg"&gt;&lt;IMG title="04.Manage my account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="04.Manage my account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/04.Manage%20my%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/04.Manage%20my%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; I see the list of all my affinity groups, which only contains one for now, with their membership, only the newly created storage account for now.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/05.Manage%20my%20affinity%20groups_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/05.Manage%20my%20affinity%20groups_2.jpg"&gt;&lt;IMG title="05.Manage my affinity groups" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="05.Manage my affinity groups" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/05.Manage%20my%20affinity%20groups_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/05.Manage%20my%20affinity%20groups_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;6.&lt;/STRONG&gt; I go back to the “New Project” page by clicking on the “plus” sign in the top left, there I choose to create a Windows Azure hosted service this time.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/06.Back%20to%20create%20new%20project%20page_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/06.Back%20to%20create%20new%20project%20page_2.jpg"&gt;&lt;IMG title="06.Back to create new project page" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=192 alt="06.Back to create new project page" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/06.Back%20to%20create%20new%20project%20page_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/06.Back%20to%20create%20new%20project%20page_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;7.a.&lt;/STRONG&gt; I type a label “My Red Dog app”, then I click “Next”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.a.Create%20new%20hosted%20service_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.a.Create%20new%20hosted%20service_2.jpg"&gt;&lt;IMG title="07.a.Create new hosted service" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=191 alt="07.a.Create new hosted service" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.a.Create%20new%20hosted%20service_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.a.Create%20new%20hosted%20service_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;7.b.&lt;/STRONG&gt; I type a namespace “frogs”, then check for availability. In this case I choose the same name as I did for the storage account (&lt;EM&gt;cf.&lt;/EM&gt; step #2.c.) to show that they are related to the same application. They are still globally unique as one is in blob.core.windows.net and the other is in cloudapp.net).&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.b.Create%20new%20hosted%20service_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.b.Create%20new%20hosted%20service_2.jpg"&gt;&lt;IMG title="07.b.Create new hosted service" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=192 alt="07.b.Create new hosted service" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.b.Create%20new%20hosted%20service_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.b.Create%20new%20hosted%20service_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;7.c.&lt;/STRONG&gt; I select that &lt;STRONG&gt;I want to use an existing affinity group&lt;/STRONG&gt;, I select the previously created affinity group called “My Awesome Group”. Notice that I cannot change the region. This is an immutable attribute of the affinity group in this first version.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.c.Create%20new%20hosted%20service_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.c.Create%20new%20hosted%20service_2.jpg"&gt;&lt;IMG title="07.c.Create new hosted service" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=193 alt="07.c.Create new hosted service" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.c.Create%20new%20hosted%20service_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/07.c.Create%20new%20hosted%20service_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;8.&lt;/STRONG&gt; My hosted service container is created and awaits package deployment (no details here, as this is out of context for this post).&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/08.Hosted%20service%20created_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/08.Hosted%20service%20created_2.jpg"&gt;&lt;IMG title="08.Hosted service created" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=220 alt="08.Hosted service created" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/08.Hosted%20service%20created_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/08.Hosted%20service%20created_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;9.&lt;/STRONG&gt; I go back to my account page by clicking on “Account” in the top nav, and I click on the link “Manage My Affinity Groups” at the bottom of the page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/09.Back%20to%20manage%20my%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/09.Back%20to%20manage%20my%20account_2.jpg"&gt;&lt;IMG title="09.Back to manage my account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=192 alt="09.Back to manage my account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/09.Back%20to%20manage%20my%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/09.Back%20to%20manage%20my%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;10.&lt;/STRONG&gt; I see the list of all my affinity groups, still only one, with their membership, which is now one storage account and one hosted service.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/10.Back%20to%20manage%20my%20affinity%20groups_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/10.Back%20to%20manage%20my%20affinity%20groups_2.jpg"&gt;&lt;IMG title="10.Back to manage my affinity groups" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="10.Back to manage my affinity groups" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/10.Back%20to%20manage%20my%20affinity%20groups_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/10.Back%20to%20manage%20my%20affinity%20groups_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;11.&lt;/STRONG&gt; I go back to the “New Project” page by clicking on the “plus” sign in the top left, there I choose to create a second storage account.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/11.Back%20to%20create%20new%20project%20page_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/11.Back%20to%20create%20new%20project%20page_2.jpg"&gt;&lt;IMG title="11.Back to create new project page" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="11.Back to create new project page" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/11.Back%20to%20create%20new%20project%20page_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/11.Back%20to%20create%20new%20project%20page_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;12.a.&lt;/STRONG&gt; I type a label “My D drive in the sky”, then I click “Next”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.a.Create%20storage%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.a.Create%20storage%20account_2.jpg"&gt;&lt;IMG title="12.a.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="12.a.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.a.Create%20storage%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.a.Create%20storage%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;12.b.&lt;/STRONG&gt; I type a namespace “frogs69”, then check for availability.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.b.Create%20storage%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.b.Create%20storage%20account_2.jpg"&gt;&lt;IMG title="12.b.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=205 alt="12.b.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.b.Create%20storage%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.b.Create%20storage%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;12.c.&lt;/STRONG&gt; I select that &lt;STRONG&gt;I want to create a new affinity group&lt;/STRONG&gt;, I type an affinity group name “My Super Group” and choose a different region “USA – Northwest”, then click on “Create”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.c.Create%20storage%20account_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.c.Create%20storage%20account_2.jpg"&gt;&lt;IMG title="12.c.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=203 alt="12.c.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.c.Create%20storage%20account_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/12.c.Create%20storage%20account_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;13.&lt;/STRONG&gt; My storage account is now created and ready to use.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/13.Storage%20account%20created_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/13.Storage%20account%20created_2.jpg"&gt;&lt;IMG title="13.Storage account created" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=179 alt="13.Storage account created" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/13.Storage%20account%20created_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/13.Storage%20account%20created_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;14.&lt;/STRONG&gt; I go to my account page by clicking on “Account” in the top nav, and I click on the link “Manage My Affinity Groups” at the bottom of the page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/14.Back%20to%20manage%20my%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/14.Back%20to%20manage%20my%20account_4.jpg"&gt;&lt;IMG title="14.Back to manage my account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=191 alt="14.Back to manage my account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/14.Back%20to%20manage%20my%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/14.Back%20to%20manage%20my%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;15.&lt;/STRONG&gt; I see the list of all my affinity groups, there are now two of them, with their membership, one storage account and one hosted service on one hand, and only one storage account on the other hand.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/15.Back%20to%20manage%20my%20affinity%20groups_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/15.Back%20to%20manage%20my%20affinity%20groups_4.jpg"&gt;&lt;IMG title="15.Back to manage my affinity groups" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="15.Back to manage my affinity groups" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/15.Back%20to%20manage%20my%20affinity%20groups_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/15.Back%20to%20manage%20my%20affinity%20groups_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;16.&lt;/STRONG&gt; I go to the “New Project” page by clicking on the “plus” sign in the top left, there I choose to create a third storage account.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/16.Back%20to%20create%20new%20project%20page_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/16.Back%20to%20create%20new%20project%20page_4.jpg"&gt;&lt;IMG title="16.Back to create new project page" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="16.Back to create new project page" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/16.Back%20to%20create%20new%20project%20page_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/16.Back%20to%20create%20new%20project%20page_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;17.a.&lt;/STRONG&gt; I see the new storage account creation page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.a.Create%20storage%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.a.Create%20storage%20account_4.jpg"&gt;&lt;IMG title="17.a.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=189 alt="17.a.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.a.Create%20storage%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.a.Create%20storage%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;17.b.&lt;/STRONG&gt; I type a label “My E drive in the sky”, then I click “Next”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.b.Create%20storage%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.b.Create%20storage%20account_4.jpg"&gt;&lt;IMG title="17.b.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=189 alt="17.b.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.b.Create%20storage%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.b.Create%20storage%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;17.c.&lt;/STRONG&gt; I type a namespace “froggy”, then check for availability.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.c.Create%20storage%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.c.Create%20storage%20account_4.jpg"&gt;&lt;IMG title="17.c.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=202 alt="17.c.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.c.Create%20storage%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.c.Create%20storage%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;17.d.&lt;/STRONG&gt; I select that &lt;STRONG&gt;I do NOT want to create a new affinity group&lt;/STRONG&gt;, however I can still pick a region and I choose “USA – Northwest”, then click on “Create”. By doing so, I make an explicit statement about this storage account being “standalone” and not related to any of my other assets in the cloud.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.d.Create%20storage%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.d.Create%20storage%20account_4.jpg"&gt;&lt;IMG title="17.d.Create storage account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=203 alt="17.d.Create storage account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.d.Create%20storage%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/17.d.Create%20storage%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;18.&lt;/STRONG&gt; My storage account is now created and ready to use.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/18.Storage%20account%20created_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/18.Storage%20account%20created_4.jpg"&gt;&lt;IMG title="18.Storage account created" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="18.Storage account created" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/18.Storage%20account%20created_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/18.Storage%20account%20created_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;19.&lt;/STRONG&gt; I go one last time to my account page by clicking on “Account” in the top nav, and I click on the link “Manage My Affinity Groups” at the bottom of the page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/19.Back%20to%20manage%20my%20account_4.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/19.Back%20to%20manage%20my%20account_4.jpg"&gt;&lt;IMG title="19.Back to manage my account" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=191 alt="19.Back to manage my account" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/19.Back%20to%20manage%20my%20account_thumb_1.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/19.Back%20to%20manage%20my%20account_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;20.&lt;/STRONG&gt; I see the list of all my affinity groups, where the most recently created storage account is NOT shown, because I left it “unaffinitized” (as shown in the property page of that storage account.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/20.Back%20to%20manage%20my%20affinity%20groups_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/20.Back%20to%20manage%20my%20affinity%20groups_2.jpg"&gt;&lt;IMG title="20.Back to manage my affinity groups" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=190 alt="20.Back to manage my affinity groups" src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/20.Back%20to%20manage%20my%20affinity%20groups_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/WindowsAzureGeolocationFeatureWalkthroug_D1D8/20.Back%20to%20manage%20my%20affinity%20groups_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Enjoy!!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9580837" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Geo" scheme="http://blogs.msdn.com/frogs69/archive/tags/Geo/default.aspx" /></entry><entry><title>Where Can I Get A Token For Windows Azure</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/03/27/faq-where-can-i-get-a-token-for-windows-azure.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/03/27/faq-where-can-i-get-a-token-for-windows-azure.aspx</id><published>2009-03-27T16:45:00Z</published><updated>2009-03-27T16:45:00Z</updated><content type="html">&lt;P&gt;Even though this has already been widely blogged and publicized, I still get a high amount of requests asking me how to obtain a Windows Azure token. Whether you work in Microsoft or not, here is the fastest way to get one.&lt;/P&gt;
&lt;P&gt;Go to the &lt;A href="http://go.microsoft.com/fwlink/?LinkID=129453" target=_blank mce_href="http://go.microsoft.com/fwlink/?LinkID=129453"&gt;Windows Azure web site on Microsoft Connect&lt;/A&gt; and register. If you have *never* been to Microsoft Connect before, you will have to register and create your profile before getting in the Windows Azure site &lt;EM&gt;per se&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;Once that is done, you should receive the invitation code by email within 24 hours. After that, feel free to send an email enquiring about your invitation code status to &lt;A href="mailto:azinvite@microsoft.com" target=_blank mce_href="mailto:azinvite@microsoft.com"&gt;azinvite&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It is very important to note that there are &lt;U&gt;different invitation codes&lt;/U&gt; for Windows Azure (cloud storage and hosted services) than for .NET Services and SQL Data Services. They are not interchangeable.&lt;/P&gt;
&lt;P&gt;The invitation code for Windows Azure (a five-by-five PID) should be redeemed on &lt;A href="http://windows.azure.com/"&gt;http://windows.azure.com&lt;/A&gt; (&lt;STRONG&gt;&lt;EM&gt;Updated on 12/2/2009&lt;/EM&gt;&lt;/STRONG&gt;, previous URL was:&lt;A href="http://lx.azure.microsoft.com/" mce_href="http://lx.azure.microsoft.com"&gt;http://lx.azure.microsoft.com&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;The invitation code for .NET Services and SQL Data Services (a three-four-four PID) should be redeemed on &lt;A href="http://portal.ex.azure.microsoft.com/" mce_href="http://portal.ex.azure.microsoft.com"&gt;http://portal.ex.azure.microsoft.com&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(Updated on 12/2/2009)&lt;/EM&gt;&lt;/STRONG&gt; The invitation code for AppFabric (&lt;A href="https://netservices.azure.com/"&gt;https://netservices.azure.com&lt;/A&gt;)&amp;nbsp;is no longer required, and the invitation code for SQL Azure should be redeemed on &lt;A href="http://sql.azure.com/"&gt;http://sql.azure.com&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9514565" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Token" scheme="http://blogs.msdn.com/frogs69/archive/tags/Token/default.aspx" /><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Microsoft Connect" scheme="http://blogs.msdn.com/frogs69/archive/tags/Microsoft+Connect/default.aspx" /><category term="Invitation Code" scheme="http://blogs.msdn.com/frogs69/archive/tags/Invitation+Code/default.aspx" /><category term="FAQ" scheme="http://blogs.msdn.com/frogs69/archive/tags/FAQ/default.aspx" /></entry><entry><title>Activate your Developer Account to work in the Mesh Sandbox</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/frogs69/archive/2009/03/26/faq-activate-your-developer-account-to-work-in-the-mesh-sandbox.aspx" /><id>http://blogs.msdn.com/frogs69/archive/2009/03/26/faq-activate-your-developer-account-to-work-in-the-mesh-sandbox.aspx</id><published>2009-03-26T03:54:00Z</published><updated>2009-03-26T03:54:00Z</updated><content type="html">&lt;P&gt;This was an important topic on the forum after the PDC ‘08 release, so we streamlined the token redemption workflow for Live Framework CTP, and also implemented a way to bypass it altogether. This FAQ post walks you through the account creation and activation in the Mesh Sandbox step-by-step.&lt;/P&gt;
&lt;P&gt;1. On the Azure Services Developer Portal (&lt;A href="http://lx.azure.microsoft.com/" mce_href="http://lx.azure.microsoft.com"&gt;http://lx.azure.microsoft.com&lt;/A&gt;) you just need to accept the Privacy Statement in order to be set up with a Developer Account.&lt;/P&gt;
&lt;P&gt;Make sure to specify the correct country and language.&lt;/P&gt;
&lt;P&gt;Review the Privacy Statement, if you agree, then click on “&lt;B&gt;I Agree&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image002_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image002_2.jpg"&gt;&lt;IMG title=clip_image002 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=190 alt=clip_image002 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image002_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image002_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. The account creation process is underway…&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image004_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image004_2.jpg"&gt;&lt;IMG title=clip_image004 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=191 alt=clip_image004 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image004_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image004_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;3. The account creation process is completed successfully. Click on “&lt;B&gt;Continue&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image006_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image006_2.jpg"&gt;&lt;IMG title=clip_image006 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=193 alt=clip_image006 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image006_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image006_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;4. In this screen you may redeem your Live Mesh CTP invitation code if the throttling is turned ON, or you may redeem your Windows Azure invitation code. Paste the token you were sent by email or obtained by other means (e.g. printed card at an event conference), then click on “&lt;B&gt;Next&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;Right now (since &lt;A href="http://visitmix.com/" target=_blank mce_href="http://visitmix.com"&gt;MIX ’09&lt;/A&gt;) the throttling is turned OFF for the Live Framework CTP, so if you are interested in Live Mesh or if you do not have a token, simply click on “&lt;B&gt;Cancel&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image008_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image008_2.jpg"&gt;&lt;IMG title=clip_image008 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=192 alt=clip_image008 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image008_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image008_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;5. Now you can create service components for your cloud projects. If you have redeemed a Windows Azure token, the Storage Account and Hosted Services UI will be active. Otherwise it is grayed out.&lt;/P&gt;
&lt;P&gt;The same principles applies to Live Framework CTP if the throttling is turned ON, but remember, it is turned OFF right now, so all you have to do is click on “&lt;B&gt;Activate your Live Framework CTP Account&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note: &lt;/EM&gt;You will notice that the UI for Live Services Existing APIs is always turned on.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image010_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image010_2.jpg"&gt;&lt;IMG title=clip_image010 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=196 alt=clip_image010 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image010_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image010_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;6. Once you click on “&lt;B&gt;Activate your Live Framework CTP Account&lt;/B&gt;” the Developer Account you just created on the Azure Services Developer Portal will be provisioned in the Mesh Sandbox, i.e. you will be able to use &lt;A href="http://developer.mesh-ctp.com/" mce_href="http://developer.mesh-ctp.com"&gt;http://developer.mesh-ctp.com&lt;/A&gt; (vs. &lt;A href="http://www.mesh.com/" mce_href="http://www.mesh.com"&gt;http://www.mesh.com&lt;/A&gt; which is open to all consumers).&lt;/P&gt;
&lt;P&gt;But first of course, you must accept the Terms Of Use. Click on “&lt;B&gt;Accept&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note: &lt;/EM&gt;In the TOU acceptance screen…&lt;/P&gt;
&lt;P&gt;- If you click on “&lt;B&gt;Previous&lt;/B&gt;” it brings you back to the token redemption page&lt;/P&gt;
&lt;P&gt;- If you click on “&lt;B&gt;Cancel&lt;/B&gt;” it brings you back to the New Service Components page&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image012_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image012_2.jpg"&gt;&lt;IMG title=clip_image012 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=192 alt=clip_image012 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image012_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image012_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;7. The account activation is underway… I skipped a beat and it went through too fast for me to capture the account creation screen.&lt;/P&gt;
&lt;P&gt;8. The account activation completed successfully.&lt;/P&gt;
&lt;P&gt;At this point you may choose to navigate directly to your Live Desktop on &lt;A href="http://developer.mesh.ctp.com/" mce_href="http://developer.mesh.ctp.com"&gt;http://developer.mesh.ctp.com&lt;/A&gt;, which is possible by clicking on the “&lt;B&gt;Live Desktop&lt;/B&gt;” link. This is a direct answer to customer feedback by the way.&lt;/P&gt;
&lt;P&gt;Or you may want to go back to the New Service Components page to create a Mesh Enabled Web Application of your own, in which case you click on “&lt;B&gt;Continue&lt;/B&gt;”.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image014_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image014_2.jpg"&gt;&lt;IMG title=clip_image014 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=193 alt=clip_image014 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image014_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image014_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;9. You now see the Live Framework CTP UI is now active, so you can create Mesh Enabled Web Applications.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image016_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image016_2.jpg"&gt;&lt;IMG title=clip_image016 style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: inline; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=199 alt=clip_image016 src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image016_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/frogs69/WindowsLiveWriter/Test_F8EC/clip_image016_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9509114" width="1" height="1"&gt;</content><author><name>Frogs69</name><uri>http://blogs.msdn.com/members/Frogs69.aspx</uri></author><category term="Live Mesh" scheme="http://blogs.msdn.com/frogs69/archive/tags/Live+Mesh/default.aspx" /><category term="Token" scheme="http://blogs.msdn.com/frogs69/archive/tags/Token/default.aspx" /><category term="Windows Azure" scheme="http://blogs.msdn.com/frogs69/archive/tags/Windows+Azure/default.aspx" /><category term="Account Creation" scheme="http://blogs.msdn.com/frogs69/archive/tags/Account+Creation/default.aspx" /><category term="Account Activation" scheme="http://blogs.msdn.com/frogs69/archive/tags/Account+Activation/default.aspx" /><category term="FAQ" scheme="http://blogs.msdn.com/frogs69/archive/tags/FAQ/default.aspx" /></entry></feed>