Tag: AZURE
-
Windows Azure for Developers Task 3: Understanding Windows Azure Application
An application designed and developed to be as hosted service for windows azure consist of 1. Managed Code 2. XML file for configuration Managed codes are mapped into different Roles XML files are mapped into different configuration settings. If we see the below diagram it explains all the components mainly involved in Windows Azure application.…
-
Windows Azure for Developers task 2: Adding Cloud Service project to existing ASP.Net Web Application
Adding Cloud Service project to existing ASP.Net Web Application Imagine we are moving existing Web Application or ASP.Net MVC Web Application to cloud. In that case we need to add cloud service to existing Web Application or ASP.Net MVC Web Application. We have a solution for Web Application is as below, Now right click on…
-
Windows Azure for Developers Task 1: Resolving Failed to initialize Windows Azure storage emulator Error
I thought to start learning Windows Azure. I installed Azure SDK and created a project by choosing Windows Azure project template from cloud tab and creating a Web Role. I just put a label on aspx file and when tried running the project I got the below error When I switched to Output Window, I…
-
Step by Step walkthrough to host WCF service in Windows Azure
Objective This article will give step by step walkthrough of hosting a WCF service in windows azure. Note: Before reading through this walkthrough see this http://djoncloud.cloudapp.net/DjService.svc . We are going to host this service in this walkthrough. Prerequisite VS 2010 Beta Windows AZURE SDK should be installed on the system. Step 1 Open Visual Studio…
-
Step by Step walkthrough to create first application for cloud (Windows Azure)
Step 1 Open Visual Studio 2010 as an administrator. Select File -> New -> Cloud Service. Click on Windows Azure cloud service template. Give name of the cloud service. After creating the cloud service select the type of role. There are many roles to choose from. For our purpose, we will choose ASP.Net Web Role.…