Question: You are deploying three Azure VMS with an Azure Resource Manager (ARM) template. Which ARM function implements the iteration loop to provision the right number of VMs?
- max()
 - copyIndex()
 - createArray()
 - indexOf()
 
Answer: The correct answer of the above question is Option B:copyIndex()