| Articles |
Azure Access Control – Authenticating with Google AccountAccess Control provides an easy way to provide identity and access control to web applications and services, while integrating with standards-based identity providers, including enterprise directories such as Active Directory, and web identities such as Windows Live ID, Google, Yahoo! and Facebook.Views: 3782 | Posted by: Rajasekhar7 | Votes: 2 | Rating: 4.5 out of 5 |
Introduction to Windows AzureThere is a buzz around cloud adoption which promises capacity-on-demand and elasticity. Windows Azure is the answer to cloud from Microsoft. Let us discuss about Azure in a series of articles.Views: 4395 | Posted by: Ambily.raj | Votes: 2 | Rating: 4.5 out of 5 |
7 simple steps to run your first Azure Queue programAzure queues help to communicate data between web role and worker role. Web roles are nothing but web application which can be accessed by the end browser. Worker roles are back ground processes which run in the azure system and they do not take direct request from the web.
So if we want to pass data to worker roles we need to use Queues. Queues are temporary storage which acts like a bridge between web role and worker role. So you can post data to web role , web role posts data to queues and worker role picks the data from queues to do further processing.Views: 6624 | Posted by: Questpond | |
|
|
Simple 7 steps to run your first Azure Blob ProgramIn this section we will create our first program using Azure blobs. This article creates a simple web page where we upload image files which are stored in azure blobs. We have also created a simple search text box which will help us to search the image blobs with the image file name.Views: 5980 | Posted by: Questpond | Votes: 1 | Rating: 4 out of 5 |
9 simple steps to run your first Azure Table ProgramAzure has provided 4 kinds of data storages blobs, tables, queues and SQL azure. In this section we will see how to insert a simple customer record with code and name property in Azure tables.Views: 5960 | Posted by: Questpond | |
Simple 6 steps to run your first Azure Worker Role Programwe have seen 5 simple steps to create web role application. Web role projects in Azure are like web applications. Azure has one more type of project i.e. worker role. Worker role applications are back ground processing application like windows process which runs on the back ground. In this article we will try to understand 6 basic steps to create worker role project and as we run through the article we will try to understand the various fundamental methods which are executed in worker role projects.Views: 8818 | Posted by: Questpond | |
Simple 5 steps to run your first Azure programIn this article we will look in to 5 basic steps which will help us to run our first azure program. In this article we will understand how to create a simple web role application and while doing the same we will understand some development concepts of Azure.Views: 4692 | Posted by: Questpond | |
Windows Azure FAQ Part 1Different people have different obsessions and I have this stupid obsession of writing articles in FAQ formats :-) . The more I try to write articles in normal format I end up with a FAQ. My only thought process of writing articles in FAQ format is that we end up talking to the point rather than talking about trees and rivers , many may disagree.Views: 5312 | Posted by: Questpond | |