When you create an Azure VM, it has to be placed into a Cloud Service (either new or existing).
Is that the exact same logical structure as an Azure Cloud Service that's created when deploying Web and Worker roles via Visual Studio?
Can I deploy Roles from VS into a Cloud Service created via VM creation? I can deploy a VM into a Cloud Service created via VS deployment? If either of those are true, how does that "free-standing" VM relate to the Role VMs? Is it just floating inside the Cloud Service independently from the Role VMs?
Thanks in advance!