A city help desk prefers a graphical tool to browse and upload blobs without writing scripts. Which Azure-related tool fits that need?
Select an answer to reveal the explanation.
Short Explanation
Storage Explorer is the friendly window into blobs—point, click, upload—when scripts feel heavy for the help desk. AzCopy is the CLI cousin; Data Box is a shippable appliance for huge offline loads. Policy governs compliance rules, not drag-and-drop browsing.
Full Explanation
Azure Storage Explorer is a standalone graphical application for managing Azure Storage resources, including browsing containers and transferring blobs. It complements AzCopy, which targets command-line and automated scenarios. Data Box addresses physical offline transfer at large scale, and Azure Policy evaluates resource compliance rather than acting as a file manager. Fundamentals scenarios that emphasize a GUI map to Storage Explorer.