Tag: windows azure
-
Windows Azure Blog Posts 100 Not Out
I love Windows Azure. I have been growing as professional with Windows Azure. I am excited as kid writing this and informing you that yea I have blogged more than 100 posts on Windows Azure. Read All Windows Azure Blog Posts here I wrote first blog posts on Windows Azure back on 16th November 2009…
-
Fetching Windows Azure Mobile Services Data in XAML based Windows Store Application
In last post we started learning about Windows Azure Mobile Service in XAML based Windows Store Application. Read it here In last post we learnt Configuring Window Azure Mobile Service in portal Consuming Windows Azure Mobile Service in Windows Store Application Insert a record from application in Windows Azure Mobile Service data table. In this…
-
Getting Started with Windows Azure Active Directory
On 8th April 2013 Microsoft announces general availability of Active Directory on Windows Azure. Read Product Team Blog here To start working with Windows Azure Active Directory login to portal. In the side bar you will get option of Active Directory as shown in below image, On clicking of Active Directory you will get message…
-
Step by Step working with Windows Azure Mobile Service Data in JavaScript based Windows Store Apps
In my last post I discussed Step by Step working with Windows Azure Mobile Service Data in XAML based Windows Store Apps . In this post we will have a look on working with JavaScript based Windows Store Apps. Last post was divided in two parts. First part was Configure Windows Azure Mobile Service in…
-
Step by Step working with Windows Azure Mobile Service Data in XAML based Windows Store Apps
In this post we will take a look on working with Windows Azure Mobile Service in XAML based Windows Store Application. We will follow step by step approach to learn goodness of Windows Azure Mobile Service. In first part of post we will configure Windows Azure Mobile Service in Azure portal. In second part of…
-
Steps to Enable Windows Azure Mobile Services
In this post we will take a step by step look on enabling Windows Azure Mobile Services in Windows Azure portal. To enable it login to Windows Azure Management PortalAfter successful login to the portal in the bottom click on the New button. On clicking of the NEW button under the COMPUTE tab, you…
-
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…
-
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…