Category: AZURE
-
Basic Operations on Windows Azure Table in Windows Azure Storage in Storage Client Library 2.0
In this post we will take a look on performing basic operations on Windows Azure table using Windows Azure Storage Client Library 2.0. To work with Windows Azure Storage Client 2.0 grab the library from NuGet package. Right click on the project and select Manage NuGet Packages. In NuGet Package Manager and type WindowsAzure.Storage to…
-
Error in installing Windows Azure Storage Client Library 2.0
To start working with Windows Azure Storage Client Library 2.0. I created a project and tried adding reference of Windows Azure Storage Client Library 2.0 using NuGet. When I tried installing, I got following error message. “Microsoft.Data.OData could not be resolved” This error message is clearly saying that you need to install Microsoft.Data.OData version greater…
-
Installing Windows Azure SDK on Visual Studio 2012
In this post we will do walkthrough of installing Windows Azure SDK on Visual Studio 2012. If Windows Azure SDK is not installed on your machine then on launching of Visual Studio 2012 and selecting Cloud project template, you will get option of Get Windows Azure SDK for .NET. Click on that. You will get…
-
Configure Node.js for Windows
In this post we will walkthrough step by step to set up environment for node.js on windows. Very first navigate to Windows Azure Download page and select node.js for Windows to download Once you click on node.js download option for Windows you will get following confirmation windows. Click on Save File. After saving the file…
-
Step by Step creating Virtual Machine in Windows Azure
In this post we will walkthrough step by step to create Virtual Machine in Windows Azure. To start with very first you need to login to Windows Azure Management Portal here and then click on Virtual Machines option in left panel. If you do not have any virtual machine created then you will get following…
-
AdventureWorks database for SQL Azure
In this post we will walkthrough step by step to create AdventureWorks database for SQL Azure. We will use AdventureWorks database for SQL Azure from codeplex. To create follow the step as below, Step 1 Go to http://msftdbprodsamples.codeplex.com/ Step 2 Download SQL Azure OLTP from the codeplex site Step 3 After downloading unzip the…
-
Create Windows Azure Website in 6 Steps
In this post we will create a Windows Azure Website in 6 simple steps. Windows Azure Website is a new feature of Windows Azure and got introduced on 7th June. Step 1 Very first you need to Login to Windows Azure Management Portal. After successful login from the left panel, click on WEB SITES. Step…
-
First look of New Windows Azure Portal
I must say, I liked this new HTML5 based Windows Azure Portal. Once you login in Windows Azure Portal at the bottom you can find View the Preview Portal You will be prompted to take a tour of new portal. You will be getting dashboard as following, You can see details of all the Hosted…
-
How to create WCF REST Service and host in Windows Azure
In this post, we will create a WCF REST Service and host in Windows Azure. We will learn following things in this post Working with WCF Web Role Enabling REST on WCF Web Role Returning XML and JSON from REST service Deploying WCF Service Web Role to Windows Azure We need to host WCF Service…
-
Step by Step Guide to Create First Windows Azure Application
Target audience: Beginners in Windows Azure or Level 100 One can argue that why this step by step guide after so many years of Windows Azure? and why I wrote this article after my more than 80 articles on Azure? Answer is, when I started writing this article, my objective was very much clear in…