Click here to Skip to main content
15,887,746 members
Articles / All Topics

Azure Tutorial; Be in Cloud (Part 2) [Pre-requisites]

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
10 Jan 2011CPOL2 min read 9.9K  
Azure Tutorial; Be in Cloud (Part 2) [Pre-requisites]

Microsoft Azure; Get Started

We have already talked enough about cloud. If you haven't gone through the introduction part and are very new to cloud, I would suggest you read it here. From now, we will talk only with respect to Microsoft Azure. We will start getting ready to start the development.

Prerequisites

For you to be in cloud, below are the tools / requirements you have to meet.

  • Windows Vista and above
  • Visual Studio 2008 or above
  • Windows Azure tools for Visual Studio
  • SQL 2008 R2
  • App Fabric for Windows Azure
  • Azure account (if you want to test on cloud and not on simulated environment)

Signing up Microsoft Azure Account

For developers who want to develop and test their applications on cloud, there is an introductory offer from Microsoft which will offer base service at no cost. However, if you exceed the limit, you will get charged on your card. Below are few things you have to keep in mind if you are not interested in punching your card or paying too much. This introductory offer is available till March 2011.

  • 25 hours of computing
  • 500 MB of storage and 10,000 storage transactions
  • 1 GB of database
  • 500 MB in / out data transfers

Few steps to avoid / reduce charges if you are using the account for testing.

  • Charges are acquired hourly for application and therefore even if you access for 1 second, you will accounted for 1 hour.
  • I would advice you to remove the application from the cloud storage as the time will start ticking as soon as you upload.
  • Always have a fixed size for the database and disable auto grow.

Services from Azure

  • Windows Azure
    • Compute (Services for computing application)
    • Storage (Services for storing files / data)
  • SQL Azure (The relational database over cloud)
  • App Fabric
    • Claims for cloud and hybrid application
    • Messaging service and controlling

Platform Details

Please do remember about the platform you are working as listed below.

  • Windows Azure runs on Windows 2008 R2.
  • As said it runs on Windows 2008 R2, every application you write and work is 64 bit application.
  • Always remember you cannot specify any of your cloud URL as IP based and it has to be specified using the unique name you provide; the IP will always be dynamic.

What's Next

In our next part, we will discuss about the Windows compute services.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Microsoft Corporation
India India
I work for Microsoft on MS technologies for application development. My interests include .net, WCF, Azure, Windows Phone, ASP.net, SL, WCF, WPF and many more.

You can visit my site at http://www.jebarson.info

Follow me on twitter @jebarson007

Comments and Discussions

 
-- There are no messages in this forum --