Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-104 topic 4 question 73 discussion

Actual exam question from Microsoft's AZ-104
Question #: 73
Topic #: 4
[All AZ-104 Questions]

HOTSPOT -
You have an Azure subscription.
You need to use an Azure Resource Manager (ARM) template to create a virtual machine that will have multiple data disks.
How should you complete the template? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ppp131176
Highly Voted 2 years, 9 months ago
Is correct: https://docs.microsoft.com/nl-nl/azure/azure-resource-manager/templates/copy-properties
upvoted 42 times
chaudha4
2 years, 8 months ago
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-properties
upvoted 12 times
...
Asymptote
1 year, 5 months ago
Hi....Aanmelden
upvoted 2 times
...
...
achmadirvanp
Highly Voted 2 years, 9 months ago
Answer is correct, Appear On Exam July 1 2021
upvoted 20 times
VVR141
2 years, 9 months ago
came across any LABS ?
upvoted 3 times
...
...
tashakori
Most Recent 1 month ago
Given answer is right
upvoted 1 times
...
AntaninaD
7 months, 2 weeks ago
Got this question on 09/09/23
upvoted 13 times
Denis_Raymond
6 months, 3 weeks ago
I also got it early this week.
upvoted 5 times
...
Kritiprasan
7 months, 2 weeks ago
Any labs that u came across the test
upvoted 1 times
...
...
zellck
1 year, 2 months ago
1. copy 2. copyIndex https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-properties#syntax Add the copy element to the resources section of your template to set the number of items for a property. The copy element has the following general format: - The count property specifies the number of iterations you want for the property https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-properties#property-iteration Use the length function on the array to specify the count for iterations, and copyIndex to retrieve the current index in the array.
upvoted 10 times
...
klexams
1 year, 5 months ago
i didnt know. but yeah copy - copyindex By adding copy loop to the properties section of a resource in your template, you can dynamically set the number of items for a property during deployment and copyIndex to retrieve the current index in the array.
upvoted 8 times
...
EmnCours
1 year, 7 months ago
Box1: Copy Box2: copyIndex
upvoted 3 times
...
Armina
1 year, 12 months ago
Box1: Copy Box2: copyIndex https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-resources By adding the copy loop to the resource section of your template, you can dynamically set the number of resources to be deployed. In addition, you avoid the repetition of template syntax. The copy loop can also be used with properties, variables and output. Fügen Sie das copy-Element dem Ressourcenabschnitt ihrer Vorlage hinzu, um mehrere Instanzen der Ressource bereitzustellen. Das copy-Element hat das folgende allgemeine Format: "copy" : { "name": "<name-of-loop>", "count": <number-of-iterations>, "mode": "serial" <or> "parallel", "batchSize": <number-to-deploy-serially> } The copyIndex() function returns the current iteration of the loop. copyIndex() is zero-based. By default, Resource Manager creates the resources simultaneously. There is no limit to the number of resources provided in parallel, except for limiting the total number to 800 resources in the template. The order in which they are created is not guaranteed.
upvoted 6 times
...
epomatti
2 years ago
Copy, copyIndex Provided answer is correct.
upvoted 2 times
...
DrJoness
2 years ago
Question appeared on my exam today. April 7 2022
upvoted 6 times
...
Dobby25
2 years, 1 month ago
Received this on my exam today 19/03/2022
upvoted 6 times
...
sabyasachide
2 years, 1 month ago
How to recall this answer
upvoted 3 times
...
zr79
2 years, 1 month ago
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-properties
upvoted 1 times
...
WS_21
2 years, 1 month ago
"copy": [ "[copyIndex https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/copy-properties
upvoted 1 times
...
_punky_
2 years, 3 months ago
LUN - is associated with index
upvoted 4 times
...
deadhead82
2 years, 3 months ago
On a lighter note , you have to have a sharp memory to pass these certs.
upvoted 8 times
zr79
2 years, 1 month ago
Yes, for Cringy Microsoft
upvoted 4 times
...
Karthik3498
2 years, 3 months ago
memory is definitely required, but I don't think it should be sharp as you mean I think if we understand concepts it will be registered in our brain
upvoted 6 times
...
...
JESUSBB
2 years, 4 months ago
In the exam today 11-DEC-2021 Ans: Copy - CopyIndex
upvoted 9 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...