AZ-500 · Question #351
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 A. Azure Storage Explorer. To retrieve Azure Storage Analytics logs archived to a storage account, Azure Storage Explorer is the appropriate tool.
Question
Options
- AAzure Storage Explorer
- BSQL query editor in Azure
- CAzure Monitor
- DAzure Cosmos DB explorer
How the community answered
(24 responses)- A96% (23)
- D4% (1)
Why each option
To retrieve Azure Storage Analytics logs archived to a storage account, Azure Storage Explorer is the appropriate tool.
Azure Storage Explorer is a standalone app that allows you to easily manage and browse your Azure storage resources, including blobs, files, queues, and tables. When Storage Analytics logs are archived to a storage account, they are typically stored as blobs, which can be directly accessed and retrieved using Azure Storage Explorer.
A SQL query editor in Azure is used for querying SQL databases, not for retrieving logs stored as blobs in an Azure Storage account.
Azure Monitor can collect and analyze logs if configured to send them to a Log Analytics workspace, but for direct retrieval from a storage account archive, Storage Explorer is the direct tool.
Azure Cosmos DB explorer is used for managing and querying Azure Cosmos DB data, not for accessing logs stored in an Azure Storage account.
Concept tested: Retrieving Azure Storage Analytics Logs
Source: https://learn.microsoft.com/en-us/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows
Community Discussion
No community discussion yet for this question.