AZ-500 · Question #109
You are troubleshooting a security issue for an Azure Storage account. You enable the diagnostic logs for the storage account. What should you use to retrieve the diagnostics logs?
The correct answer is D. AzCopy. After enabling diagnostic logs for an Azure Storage account, you should use AzCopy to retrieve the diagnostic logs if they are stored in a storage account.
Question
Options
- Athe Security & Compliance admin center
- BAzure Security Center
- CAzure Cosmos DB explorer
- DAzCopy
How the community answered
(17 responses)- A6% (1)
- B6% (1)
- D88% (15)
Why each option
After enabling diagnostic logs for an Azure Storage account, you should use AzCopy to retrieve the diagnostic logs if they are stored in a storage account.
The Security & Compliance admin center is an Microsoft 365 portal for compliance solutions and does not directly retrieve Azure Storage diagnostic logs.
Azure Security Center provides security posture management and threat protection, but it's not a tool for directly retrieving raw diagnostic logs from a storage account.
Azure Cosmos DB Explorer is a portal tool for managing Azure Cosmos DB data and is not used for accessing diagnostic logs from an Azure Storage account.
AzCopy is a command-line utility designed for high-performance data transfer to and from Azure Blob, File, and Table storage, making it suitable for downloading diagnostic logs stored in a storage account.
Concept tested: Retrieving Azure Storage diagnostic logs with AzCopy
Source: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
Community Discussion
No community discussion yet for this question.