How does this work in JSON ARM templates?
"CopyUniqueNameToArmParameters": [
"vmName"
]
I am working with ARM template where in one section where ARM template to create virtual machine is getting called. and in that section above snippet is being used. Now in another section I need to use his vmName but not sure how it is deciding the VMName and how to retrieve it for next section.