

When you click on the "Install the SDK" link, a "Web Platform Installer" dialog will be shown prompting you for confirmation to install the required software.Īfter clicking on the "Install" button in the dialog shown above, it will take a few minutes to install the required software for your Visual Studio IDE. NET" button, it will take you to another web page where you will find an "Install SDK" link. When you select the project template shown above and click "Ok", you will get a Windows Azure project in Solution Explorer as well as an HTML page that will take you to the download page.Īfter clicking on the "Download Windows Azure SDK for. You will see the "Get Windows Azure SDK." project template. Open Visual Studio and try to create a new Cloud based project. There are various ways to download and install this SDK, either you can download it from or the best way is to use your Visual Studio IDE as given here. In order to develop Azure Could enabled applications you need to install its SDK. Now a question arises here, why you use BLOB storage services in the Cloud? The BLOB storage services provided by Windows Azure is manageable, scalable and highly available data in the Cloud. BLOB stands for Binary Large Object which means unstructured data that typically includes images, documents, audio, video or other multimedia objects. Windows Azure provides various cloud enabled storage services and BLOB is one of them. Publishing to Windows Azure (Storage and Web Role) In this article you will learn the following things:Ĭreating MVC Application (Web Role) to upload BLOBs (for example, images) and delete BLOBs
