Click here to Skip to main content
15,886,110 members
Articles / Hosted Services / Azure

FirstCloudApp in Production

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Dec 2011CPOL1 min read 20.4K   5  
FirstCloudApp in Production

So far, we talked about the basic ingredients to kick start the Windows Azure application. In the last few weeks, we discussed about Service Configuration, Service Definition, Runtime emulators and deployment management portal.

Let's start the first cloud application to move into production. In the New Windows Azure Project dialog of VisualStudio 2010, we need to select ASP.NET Web Role from the list of available roles inside the Roles panel and click the arrow (>) to add an instance of this role to the solution. Before closing the dialog, rename the role as FirstCloud_WebRole. Click OK to create the cloud service solution. It generates the pre defined ASP .NET solution files.

Cloud application has TWO major categories. They are:

  1. Compute and
  2. Storage

This application is related to compute platform, i.e., not related to any cloud specific storage elements. As the first application, it contains the simple compute cloud app with two UI TABs, filled by static content. The layout is shared in the attached image.

On testing the local development version using Compute Emulator, the first cloud application is hosted in the production environment as defined in the management portal session.

My first cloud application is launched successfully in Microsoft data center.
Production URL is hosted as http://ganesansenthilvel.cloudapp.net/. Hurray!

License

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


Written By
Architect
India India
Ganesan Senthilvel is a passionate IT leader with demonstrated 2 decades’ experience in architecture, design and implementing cutting edge solutions to address business opportunities of Enterprise applications. He earned Masters in Computer Science and Master in Business Administration. Now, he is pursing Doctorate program in Big Data. He is consistent technical contributor via COE, Blog, Whitepaper, Summit, Certification, etc. and also highly skilled at providing coaching and mentoring to internal teams and external institutes. Earned Microsoft Certifications like MCP, MCAD and financial domain certification.
He maintains his weekly blog at http://ganesansenthilvel.blogspot.in

Comments and Discussions

 
-- There are no messages in this forum --