The new Windows Azure pricing calculator lets you pick compute, database, storage, bandwidth, CDN and Service Bus capacity based on your needs. Along with predicting your expected monthly costs, the pricing calculator then recommends the most cost effective offer for you to purchase Windows Azure platform services. You can access the pricing calculator here:
Similar Posts
Windows Azure Understanding Billing
I've been getting questions regarding Azure billing. This is a good page explaining charges and how to analyze daily usage data. Click here to open link…
Windows Azure Training Kit – June 2012 edition – now available
The Windows Azure Training Kit for the June 2012 release is now available. This is – hands down – the best official resource when it comes to code samples, labs and presentations for the new Windows Azure features recently announced. I’m planning to start doing some of the labs during the following days, including one…
Enabling WinRM / Remote Powershell on Azure Resource Manager Windows OS VMs
Note: these instructions only apply to Windows VMs created using Azure Resource Manager. For VMs created in Azure Classic mode (old portal at http://manage.windowsazure.com), WinRM / Remote Powershell is enabled by default for certified Windows images. If you need WinRM (required to run remote Powershell commands) enabled on new Windows Virtual Machines created using Azure Resource…
Windows Azure Insider June 2013 – Architecting Multi-Tenant Applications in Windows Azure
One of the biggest challenges that companies face when migrating applications to Windows Azure is going from a single to a multi-tenant approach, which means that some of the compute and data resources are shared by their customers. We take a look at four different areas affected by this process: – Identity and security –…
Windows Azure PDC 2010 Announcements
List of Windows Azure announcements during the PDC 2010 Keynote. I will be explaining them in detail during the following days, but this is a good start. Click here to open link…
Sticky HTTP Session routing in Windows Azure
I've been getting a lot of questions regarding Load Balancing in Windows Azure during the last few days, specifically on how to achieve Sticky HTTP sessions when required. Ryan Dunn posted a great article on how to achieve this via a socket listener… Click here to open link…