0
votes

Has Any one tried implementing deployment of Azure CSPKG deployment programmatically using Service Management REST API. Please share with me any guideline or website which explain me clearly. Especially I Want my Web ROle to deploy the Worker ROle where package is in Azure blob storage.

1
Are you sure the package file is in Azure Table Storage? Did you mean to say Azure Blob Storage?Gaurav Mantri
Yeah it is in Blob Storage ....user145610

1 Answers

1
votes

Check out this article by Neil Mackenzie. This covers working with the REST API to perform deployments. Also, you could check out the code that is used under the hood by the Windows Azure PowerShell cmdlets by looking in the code on GitHub.