A municipal jump box must run a scripted bulk copy of property records into Azure Blob Storage. Which tool is purpose-built for that command-line transfer pattern?
Select an answer to reveal the explanation.
Short Explanation
AzCopy is the scriptable moving truck for Azure Storage—great when the jump box should push lots of files without clicking around. Bastion is for secure shell access, not a blob truck. Entra Domain Services and Advisor are identity and recommendation services, not bulk copy clients.
Full Explanation
AzCopy is a command-line utility designed for high-performance copying of data to and from Azure Storage, making it suitable for scripted bulk transfers from administrative jump boxes. It is distinct from Azure Bastion (secure RDP/SSH connectivity), Microsoft Entra Domain Services (managed domain services), and Azure Advisor (best-practice recommendations). AZ-900 expects identification of AzCopy when the scenario emphasizes automated or scripted bulk movement into Blob Storage.