AZ-500 · Question #464
You are troubleshooting a security issue for an Azure Storage account. You enable Azure Storage Analytics logs and archive it to a storage account. What should you use to retrieve the diagnostics…
The correct answer is C. AzCopy. To retrieve diagnostic logs archived to an Azure Storage account, you should use AzCopy, a command-line utility optimized for high-performance data transfer.
Question
Options
- AAzure Cosmos DB explorer
- BSQL query editor in Azure
- CAzCopy
- DFile Explorer in Windows
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- C93% (28)
Why each option
To retrieve diagnostic logs archived to an Azure Storage account, you should use AzCopy, a command-line utility optimized for high-performance data transfer.
Azure Cosmos DB explorer is used for managing and querying data in Azure Cosmos DB, not for retrieving logs from Azure Storage.
A SQL query editor is used for interacting with relational databases, not for accessing diagnostic logs stored in Azure Storage accounts.
AzCopy is a command-line utility designed for high-performance data transfer to and from Azure Blob, File, and Table storage, making it the appropriate tool for retrieving archived logs.
File Explorer in Windows is for local file system navigation and network shares, not directly for accessing content within an Azure Storage account.
Concept tested: Retrieving data from Azure Storage accounts using AzCopy
Source: https://learn.microsoft.com/azure/storage/common/storage-use-azcopy-v10
Community Discussion
No community discussion yet for this question.