Create the temp VM in the temp RG in a private network #7362
Unanswered
vamshisiram
asked this question in
General questions
Replies: 1 comment
-
|
Hello @vamshisiram! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use the generate image resource script to create the Image builder VM (temp VM in temp RG) in a private network in a virtual network.
Reading the instructions provided here, it is not clear as to how to achieve this.
Do i have to modify the script .\helpers\GenerateResourcesAndImage.ps1 and add the variables virtual_network_name, virtual_network_resource_group_name, and virtual_network_subnet_name to the packer section?
Or
Do i just pass in the variables virtual_network_name, virtual_network_resource_group_name, and virtual_network_subnet_name to the command when calling the function GenerateResourcesAndImage without adding the variables to the script block above?
tagging @Alexey-Ayupov @mikhailkoliada @igorboskovic3 @erik-bershel
Beta Was this translation helpful? Give feedback.
All reactions