Hire a web Developer and Designer to upgrade and boost your online presence with cutting edge Technologies

Tuesday, January 24, 2012

Windows Azure: How-To Add Instance in Management Portal

In this article, I will show you how you can add/reduce instances for your Windows Azure application. You can also use the steps below to edit other configurations in your application. This is equivalent to editing the .csdef file in your source code solution from Visual Studio.
  1. Login to the Windows Azure Management Portal using your Live ID at http://windows.azure.com/
  2. Once you’re logged in, click on Hosted Services, Storage Accounts & CDN at the lower left of the page.
    azure_mgmtPortal_nav_hostedService
  3. Next, click on your application where its type is Deployment.
  4. At the ribbon on the centre top of your page, click on Configure.
    azure_mgmtPortal_ribbon_hostedService_Deployment
  5. Click on Edit Current Configuration in the pop-up window.
    azure_mgmtPortal_content_services_editConfigDeployment
  6. Now, look for the instance count tag that shows how many instance your application has and edit the number of instance count.
  7. Finally, click OK and wait for the application to be updated.
Note: If you have at least one instance running, there will be no downtime to your application. So  you don’t have to worry that there is downtime while the updating be being executed.

No comments:

Post a Comment