Book Image

Windows Azure programming patterns for Start-ups

By : Riccardo Becker
Book Image

Windows Azure programming patterns for Start-ups

By: Riccardo Becker

Overview of this book

Leverage different Windows Azure components together with your existing Microsoft .NET skills to fully take advantage of the power of Windows Azure. Use this book to start small and end big by creating and using storage, cloud services, sql databases, networking, caching and other innovative technology to realize your first top-class Windows Azure service! "Windows Azure for Start-ups" is an incremental guide that will take you from the essentials of the Windows Azure platform up to the realization of your own cloud services running on the platform. You will learn how to apply different technologies of the Windows Azure platform with the help of examples all focusing on one single fictitious start-up scenario. This book is centred around a fictitious company called Geotopia that wants to build a brand new social network by using the Windows Azure platform. It will take the reader from the theory and rationale behind Windows Azure right to building services and coding C#. The books starts by outlining the concepts of Windows Azure. It then demonstrates how to set up a development environment and how to build your application by using different storage mechanisms, applying different features from the Windows Azure platform and ending with the newest features explained from the latest release. Windows Azure for Startups will help you take full advantage of the Windows Azure platform and bring your new service online as quickly as possible.
Table of Contents (18 chapters)
Windows Azure Programming Patterns for Start-ups
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Pricing


This section shows how to use the Microsoft calculator to estimate your costs and how to get the cheapest offer for your needs. Also, the different purchase options and member offers are explained.

Calculator

In the following figure, you can see a fictional usage scenario at a high level. The service utilized three small instances (1 web role instance and 2 worker role instances), a 5-GB SQL Azure database, 1,000 GB of blob storage, and an additional 400 GB of outbound data transfer. At a glance, you can see that the price will be around $468, but you can also immediately see that you would benefit from a 6-month plan, since it would save you around 14 percent.

This is the compact view of the calculator and can be used to give us an indication of the costs. To get a more detailed and fine-grained overview of estimated costs, you can use the Full Pricing Calculator, which enables you to tweak every single concept of Azure that you will be billed for. Also for more complex scenarios,...