Search code examples
azureazure-deployment

Deploy to Azure from command prompt


I'm currently having problems with deploying from inside Visual Studio (basically Visual Studio crashes when creating the package). I know how to build a package myself with cspack, so I made a batch file that build the project and creates the package. But is it also possible to deploy the package from command line? For now I'm using the Management Portal, but it would be nice if I could also put this in a script.


Solution

  • You can deploy using the Windows Azure PowerShell Cmdlets found here: http://wappowershell.codeplex.com.

    Use Update-Deployment or New-Deployment.