You have Azure virtual machines that run a custom line-of-business web application.
You plan to use a third-party solution to parse event logs from the virtual machines stored in an Azure storage account.
You need to recommend a solution to save the event logs from the virtual machines to the Azure Storage account. The solution must minimize costs and complexity.
What should you include in the recommendation?
Click on the arrows to vote for the correct answer
A. B. C. D.A
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/extensions-diagnosticsThe recommended solution to save event logs from Azure virtual machines to an Azure storage account while minimizing costs and complexity is Azure Diagnostics Extension.
Explanation:
Azure Diagnostics Extension is an Azure feature that allows you to collect diagnostic data from Azure virtual machines (VMs) and store it in Azure Storage. You can collect performance counters, event logs, and system-generated logs from Azure VMs using this extension. It is a lightweight and easy-to-use tool that has minimal impact on the performance of the VMs.
Azure Diagnostics Extension can be installed on the virtual machines running the line-of-business web application to collect event logs and other data. The collected data can then be sent to an Azure Storage account for analysis and reporting.
Azure Monitor is also an Azure service that provides monitoring and alerting capabilities for Azure resources, including virtual machines. However, it may be more complex and expensive than Azure Diagnostics Extension for this specific use case.
Event log subscriptions are another option to capture event logs from virtual machines, but they require more configuration and management than Azure Diagnostics Extension.
Azure Log Analytics is a service that allows you to collect and analyze data from different sources, including virtual machines, but it is not a cost-effective solution for this scenario since it has higher costs than Azure Diagnostics Extension.
In summary, the most appropriate solution for this scenario is Azure Diagnostics Extension since it is a lightweight and easy-to-use tool that has minimal impact on the performance of the VMs, and it can effectively collect and store event logs in an Azure Storage account.