-
AZ-104 `azcopy make` question incorrect and too easy?
-
From AZ-104 exam set 3 the below question
"Your company has an Azure subscription that contains an Azure Storage account named tutorialsdojoaccount. The storage account has the Azure Storage firewall rules enabled to restrict access to trusted networks.</p><p>There is a requirement to copy a virtual machine image to a container named tdimage from your on-premises datacenter. You need to provision an Azure Container instance to host the container image.</p><p>Which AzCopy command should you run?</p><p>Select the correct answer from the drop-down list of options. Each correct selection is worth one point.</p><p>(view) 2 1 1 00:03:02 </p><p>AzCopy Make</p><p>Choices: Sync, Copy, Make</p><p>“https://tutorialsdojoaccount.____.core.windows.net/tdimage” blob"I think this question in the first place contains an incorrect anwserm, and at the same time is arguably too easy?
The correct answer is implied to be
azcopy make “https://tutorialsdojoaccount.____.core.windows.net/tdimage” blobThis would error. There is no parameter that would take the attribute ‘blob’, nor does
___substitute as far as I am aware? Instead, azcopy infers the type of entity to be created and how to invoke the REST API from among expected endpoints (I assume), e.g. ‘….BLOB.core.windows.net/…’ etc. Where the latter is both more correct and I believe would also make harder question (albeit marginally).If you had given me just the URL, not signposted, I suspect I would have failed that question. I got it right only because you handed it to me on a plate.
As ever though, if that’s how Microsoft are in the habit of representing their own command use in exams, then by all means keep it probably.
-
or is that ‘not’ how the answer was presented interactively at the time? and ___ was a drop down? ehhh… I don’t remember.
I’d actually just delete this forum post now if I could.
Log in to reply.