I've been getting questions regarding Azure billing. This is a good page explaining charges and how to analyze daily usage data.
Similar Posts
Talentica: 10 things to do while migrating an ASP.NET App to Azure
Great tips on what to check before uploading an ASP.Net application to Windows Azure. http://talenticaservices.blogspot.com/2010/09/10-things-to-do-while-migrating-aspnet.html
A patch to fix the ASP.NET Sec…
A patch to fix the ASP.NET Security Vulnerability is being released tomorrow. Scott Gu just blogged details: http://bit.ly/axbzw4
Node.js and Windows Azure bootcamp in Salt Lake City
I had a chance to talk – along with my friend and colleague Steve Seow – about Node.js and Windows Azure this past Saturday in beautiful Salt Lake City. We had a really enthusiastic audience, building Node.JS application from scratch and learning about the benefits of the Windows Azure PaaS model, which facilitates and simplifies…
Windows Azure Training Kit Update Released – August 2012 Refresh
You will notice that I just updated the link to the latest version of the Windows Azure Training Kit on my blog’s widgets (right-hand side column). This new version introduces a new agenda for Windows Azure DevCamps which contains 7 new presentations: • DevCamps Keynote • DevCamps Websites • DevCamps Cloud Services • DevCamps Virtual Machines…
Auto-scaling your applications in Windows Azure
One of the big benefits of deploying applications to Windows Azure is being able to scale them on demand. What if you could automate this process based on traffic or number of requests? This article explains the different approaches that can be taken to achieve this… Click here to open link…
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 –…