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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top