62.9k views
2 votes
Your company provides cloud software to audit administrative access in Microsoft Azure resources. The software logs all administrative actions (including all clicks and text input) to log files. The software is about to be released from beta and the company is concerned about storage performance. You need to deploy a storage solution for the log files to maximize performance. What should you do?

User AndresQ
by
7.0k points

1 Answer

0 votes

Final answer:

To maximize storage performance for log files in Microsoft Azure resources, you can use Azure Blob storage and enable the Azure Diagnostics Extension.

Step-by-step explanation:

To maximize the storage performance for the log files in Microsoft Azure resources, you can use Azure Blob storage. Azure Blob storage is an object storage solution that is optimized for storing unstructured data, such as log files. Blob storage provides high throughput and low latency for read and write operations, making it ideal for storing and retrieving log files.

Additionally, you can enable the Azure Diagnostics Extension to automatically transfer the log files from your Azure resources to Azure Blob storage. This extension allows you to configure the diagnostic logs for the Azure resources, including administrative actions, to be stored in Blob storage.

By utilizing Azure Blob storage and enabling the Azure Diagnostics Extension, you can ensure optimal storage performance for your log files while maintaining their accessibility and durability.

User Mkell
by
8.0k points