Hi,
I am trying to create a VM in Azure using Ansible. The setup of our Azure configuration is that the virtual network is created in a different resource manager from the virtual machines’. When I using azure_rm_virtualmachine module to create a virtual machine in Azure, the module complains that the virtual network does not exist in the resource manager of the virtual machine to be created. Is there any way I can do that? Can I specify a virtual network with a fully qualified name including its resource manager name so that the module would not confuse it with the resource manager of the virtual machine?
Vincent