Auto-scaling in Azure with PowerShell Cmdlets

by Doug Finke on February 7, 2010

in Azure,PowerShell

This post Auto-scaling in Azure shows a proof of concept for auto-scaling an Azure Solution and the different options that you have for implementing a similar solution.

At the end, the author provides a PowerShell example using the Windows Azure Service Management CmdLets

Add-PSSnapin AzureManagementToolsSnapIn            

Get-HostedService $serviceName -Certificate $cert -SubscriptionId $subId |
Get-Deployment -Slot Production |
Set-DeploymentConfiguration `
  {$_.RolesConfiguration[$roleName].InstancesCount+=1}
            

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>