Introduction:

In this article we are going to see how to create a package of an Azure Application using the Visual Studio 2010 Azure tool latest release by August 2011.

Overview:

With the latest release of the Windows Azure Tool Kit V1.4 for Visual Studio 2010, we can see some major changes as far as the development is concerned with Visual Studio 2010 IDE. You can get the complete list of enhancements of the Visual Studio 2010 Windows Azure tool kit V1.4 from my earlier article. Now in this article we will see one of the enhancement which is used for packaging the application before doing a manual publish to the Windows Azure Management Portal. Let us see the step by step process on how to use the new enhancement for packaging and uploading to the Azure portal.

Steps:

Before installing Windows Azure Tool Kit V1.4 for Visual Studio 2010, when we are trying to publish the application online to Azure portal we have 2 options (Packaging locally/ Publishing to online) after the development process is completed. Below screen shows the option Publish to publish our application online using a wizard and we don’t see any separate option for Packaging over here.

image

Clicking on publish, will open a window which have option to create service package or to deploy it online directly from VS 2010. Normally we will use the first option(Create Service Package) when we want to have a full control on over deployment process.

image
Now after installing Windows Azure Tool Kit V1.4 for Visual Studio 2010, when we are done with out development process and ready to deploy it right-click on the Project name and we can see an option as Package as shown in the screen below. Also we can see an option as Publish which we don’t have much control over the deployment(Check this article for the steps on Publishing the application)

image

Once we click on the Package option we can see a pop up asking for some basic configuration details as shown in the screen below like Selecting the Service Configuration file(Since Windows Azure tool Kit V1.4 supports Multiple Service Configuration – Check this article to get more details – Windows Azure – Multiple Service Configurations for Azure in VS2010 )

image

Next option will be which version for the build configuration need to be taken for packaging like if the IDE need to take the Debug version of the Release version as shown in the screen below.

image

Now selecting the options based on the requirement we can see an option to configure Remote desktop connection(We can see  in our next article). Now click on Package for the process to start and build the package for deployment.

image

We can see the status at the bottom of the IDE as shown in the screen below. We can see the status as Publish started which indicates that the packaging of application is started and its in progress.

image

Once the packaging gets completed we can see the files opened in an explorer as shown in the screen below. We can use these packages to upload to the Windows Azure Portal as a regular process(Check this article to see the step by step process on deployment – Developing and Deploying your First Windows Azure Application )

image

Conclusion:

So in this article we have seen how to use the Packaging option in Visual Studio 2010 IDE for Azure application with the latest Azure Tool Kit V1.4 release.