Hi, Not sure if this is the right place to ask questions, please let me know if I need to send this anywhere else.
I'm trying to use libcloud to manage nodes in azure, I choose to use the azure_arm driver and have set up the authentication. However, I'm having trouble using create_node, it requires providing network, subnet, or nic. I couldn't find a method to create a virtual network, ex_create_network_interface seems also need to use an existing subnet. I wonder if there are any working examples I can check, I just need to create new nodes with default networks, similar to creating VM in the Azure portal. Thanks,