background preloader

Azure

Facebook Twitter

Data Storage Offerings on the Windows Azure Platform - TechNet Articles - United States (English) This article describes the data storage offerings available on the Windows Azure platform. The following topics are discussed in this article: Comparing Windows Server and Windows Azure Data Storage If you are familiar with developing applications in a Windows Server environment, the data storage options available on the Windows Azure platform can be readily mapped to concepts that you are probably already familiar with. Some things, such as creating or accessing a database in SQL Database, are nearly identical to the Windows Server environment, while others will require different access methods. Probably the most familiar storage offerings on the Windows Azure platform are SQL Database and Windows Azure Queue storage. SQL Database is, essentially, SQL Server on the Azure platform; you can access it using the same access methods and tools that you would use with SQL Server.

For the purposes of this article, we will only discuss the basic database storage functionality. Back to Top Blob. Developing Web Applications with Windows Azure. Web Sites - Windows Azure service management. .NET Web Site with SQL Database - Windows Azure tutorial. Get started with Windows Azure for .NET. This tutorial shows how to create an ASP.NET web application and deploy it to an Azure Web Site by using Visual Studio 2013 or Visual Studio 2013 for Web Express. The tutorial assumes that you have no prior experience using Azure or ASP.NET. On completing the tutorial, you'll have a simple web application up and running in the cloud. You can open an Azure account for free, and if you don't already have Visual Studio 2013, the SDK automatically installs Visual Studio 2013 for Web Express. So you can start developing for Azure entirely for free.

You'll learn: How to enable your machine for Azure development by installing the Azure SDK. The following illustration shows the completed application: Tutorial segments Set up the development environment To start, set up your development environment by installing the Azure SDK for .NET. To install the SDK, click the link below. When the installation is complete, you have everything necessary to start developing. Create an ASP.NET web application. .NET - Develop.