Replies: 1 comment 2 replies
-
@akhoscode did you try this? networkProfile: {
networkInterfaces: [for (interface, index) in range(0, nicCount): {
id: nic[index].id
}]
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I'm trying to provision multiple VM's with multiple NIC's but struggling to nail it down till now .I have created a sample code but it needs some tweaking in order to work properly.I'm not sure how do we pass the multiple interfaces provisioned at runtime to VM.
Beta Was this translation helpful? Give feedback.
All reactions