Question

I'm working with Virtual Machines on Windows Azure and according to the following link: http://www.windowsazure.com/en-us/manage/windows/how-to-guides/connect-to-a-cloud-service/ it is possible to link various Virtual Machines to the same cloud service. The provided link clearly explains how to do it by means of the Windows Azure Management Portal. Nevertheless, in my case, I want to do the same using the REST API. Anyone knows how can it be done?

Thank you so much in advance, Abel.

Was it helpful?

Solution

I believe you need to "add role" to add a new VM to an existing IaaS Cloud service: http://msdn.microsoft.com/en-us/library/windowsazure/jj157186.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top