|
We will start by creating a deployment package from Visual Studio. Right mouse click and select Package. Verify the following dialog box as follows. Click Package. The following window will pop up. Notice that we have both a configuration file and a package file. Both of these will now be uploaded to the portal. Return back to the Windows Azure Portal. Select Hosted services, followed by FastMotorcycleService, followed by New Production Deployment. At this point we will provide a Deployment name, a package location (created in a previous step), and a configuration file (created in a previous step). You may get a warning about having only 1 deployment instance. We can scale to more instances later. It is very easy to have 2, 3 and more instances. We can just go back to the web role properties and change the Instance Count. It may take a few minutes for the deployment to complete. You may see various status messages at the portal. ![syy1a5c2 syy1a5c2](https://msdntnarchive.z22.web.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Blogs.Components.WeblogFiles/00/00/01/13/13/metablogapi/6747.syy1a5c2_thumb.jpg) |