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?

  1. max()
  2. copyIndex()
  3. createArray()
  4. indexOf()

Answer: The correct answer of the above question is Option B:copyIndex()