Replacement for Azure SDK Powershell commandlets for deployments

Posted by Frank Rosario on Stack Overflow See other posts from Stack Overflow or by Frank Rosario
Published on 2010-04-20T15:52:13Z Indexed on 2010/04/20 15:53 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

Hi,

We've run into an issue with the New-Deployment Azure Powershell commandlet timing out; we've put in a bug report with MS. While they gave us an explanation for it (the path and timeout threshold used to upload through commandlets is different then what's used by the web portal); they don't have a fix for us.

We need to get this running so we can automate our build deployments, so we're looking into developing a custom commandlet to replace New-Deployment using the Azure SDK; hoping this path will not have the timeout issues the commandlet did. But before we go down that route; are there any other scriptable tools I can use to replace the New-Deployment functionality? I looked at Cloudberry for Windows Azure; but that doesn't have a scriptable interface yet.

Any constructive input is greatly appreciated.

© Stack Overflow or respective owner

Related posts about Azure

Related posts about powershell