I am using the new Resource Manager type of virtual machine.
Now I need to add this into a load balancer (already configured) but I can't find how to assign this VM into the Availability Set so I can allocate it to the load balancer.
There seems to be no UI in the preview portal, so I am assuming this to be a PowerShell only at the moment but I can find no docs on assigning an existing VM.
FYI - All items associated with this are in the same region I ensured this to start with.
There is no setting for this in ARM yet, even in powershell
Well there is still no option in the GUI, but Samir Farhat has written a powershell script which can be used to change the AS of existing VM in ARM mode.
The complete discussion on this topic can be found at this link
Copying the excerpt here, Just in case if the page link becomes invalid