Creating a Cloud Application

Microsoft Windows Azure continues to mature and offers many scenarios for developers, including data storage, service bus solutions, mobile web services, websites, and much more. Visual Studio is built to integrate with Azure. You get started by downloading and installing the Azure SDK for .NET (VS 2015) 2.5. This includes Visual Studio 2015 tools and project templates along with various Azure emulators.


Note

You can download the Azure SDK for Visual Studio 2015 from the site: http://azure.microsoft.com/en-us/downloads/


You can work directly with Azure inside of Visual Studio by selecting the Host in the Cloud option from the new ASP.NET Project dialog as shown back in Figure 1.11 (bottom right). When you select this option, you must log into an Azure account (or create a new one) to set up hosting. In this case, Visual Studio sets up your project and creates an Azure website. You still develop locally but are able to determine when to deploy your project to Azure.


Note

MSDN subscribers have up to $150/month in Azure benefits for development, testing, and production. Use the link that follows to find out your benefit level or search for “MSDN subscribers Azure benefit”: http://azure.microsoft.com/en-us/pricing/member-offers/msdn-benefits-details


The Azure SDK also enables a number of QuickStart templates for building various Azure solutions. You can access these through the New Project dialog, as shown in Figure 1.13. Here you can quickly create a media service, storage queue, service bus messaging application, and more. Selecting a QuickStart template creates an application already configured for the given task you are trying to accomplish.

Image

FIGURE 1.13 The Azure SDK QuickStart templates.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset