Azure Articles (27) - Page 2

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

27 records found.
 
Rajnilari2015
Step by Step approach to create a Azure SQL Database and export data from Non-Azure SQL Server 2014 Database 
Last updated on: 06 Mar 2017 10:46:59 PM by Rajnilari2015 | Views: 3885 | Category: Azure |
In this article we will look into how to create a blank Azure SQL Database in Azure portal and export data from Non-Azure SQL Server 2014 Database in a step by step manner.
Rajnilari2015
Step by Step approach to Upload a text file to Azure Blob Storage using AzCopy Command-Line Utility 
Last updated on: 06 Mar 2017 04:10:32 AM by Rajnilari2015 | Views: 7832 | Category: Azure |
Azure Blob storage is a service for storing large amounts of unstructured data.AzCopy is a Windows command-line utility designed for copying data to and from Microsoft Azure storage (e.g.Blob, File, and Table) using commands. In this article we will look into how to upload a text file to Azure Blob Storage using AzCopy Command-Line Utility in a step by step manner.
Rajnilari2015
A step by step guidance to create First Windows Azure application 
Last updated on: 11 Oct 2016 09:57:53 PM by Rajnilari2015 | Views: 3871 | Category: Azure |
Votes: 1 | Rating: 4 out of 5
This article will serve as a step by step guidance to create our First Windows Azure application
Ssnkumar3
Introduction to Windows Azure (cloud computing) 
Last updated on: 17 Feb 2014 05:57:08 AM by Ssnkumar3 | Views: 5811 | Category: Azure |
This article Will give you some brief introduction about Cloud Computing and Microsoft Windows Azure Platform. Why using Windows Azure? What are the services available in Window Azure and some other feature which Windows Azure Offer.
Rajasekhar7
Azure Access Control – Authenticating with Google Account 
Last updated on: 03 Oct 2011 02:50:49 AM by Rajasekhar7 | Views: 9966 | Category: Azure |
Votes: 2 | Rating: 4.5 out of 5
Access 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.
Ambily.raj
Introduction to Windows Azure 
Last updated on: 08 Apr 2011 04:36:26 AM by Ambily.raj | Views: 10983 | Category: Azure |
Votes: 2 | Rating: 4.5 out of 5
There 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.
Questpond
7 simple steps to run your first Azure Queue program 
Last updated on: 11 Feb 2010 12:51:16 AM by Questpond | Views: 12435 | Category: Azure |
Azure 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.
  • Questpond
    Simple 7 steps to run your first Azure Blob Program 
    Last updated on: 24 Jan 2010 07:08:53 AM by Questpond | Views: 11466 | Category: Azure |
    Votes: 1 | Rating: 4 out of 5
    In 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.
    Questpond
    9 simple steps to run your first Azure Table Program 
    Last updated on: 11 Jan 2010 01:56:52 AM by Questpond | Views: 12678 | Category: Azure |
    Azure 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.
    Questpond
    Simple 6 steps to run your first Azure Worker Role Program 
    Last updated on: 05 Jan 2010 01:22:59 AM by Questpond | Views: 15452 | Category: Azure |
    we 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.
    Questpond
    Simple 5 steps to run your first Azure program 
    Last updated on: 31 Dec 2009 02:03:56 PM by Questpond | Views: 12389 | Category: Azure |
    In 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.
    Questpond
    Windows Azure FAQ Part 1 
    Last updated on: 29 Dec 2009 05:37:13 AM by Questpond | Views: 17806 | Category: Azure |
    Different 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.