libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

Create azure arm nodes without providing network interface

Open originlake opened this issue 3 years ago • 0 comments

Feature Request

I'm having difficulty creating nodes with the azure arm driver. As I can understand, it requires providing an existing network interface, and to create a network interface, an existing subnet, IP, and virtual network are needed. I don't find methods to create them. The way to create azure nodes is not intuitive as other providers.

I wonder if it's possible to make the create_node method in the azure arm driver without providing a network interface? Or if there is an example of creating nodes for the azure arm driver?

originlake avatar Jul 01 '22 16:07 originlake