nerdexam
Microsoft

AZ-801 · Question #94

You have five Azure virtual machines. You have a dedicated Azure Storage account to collect performance data. You need to send the collected data directly to the Azure Storage account. What should you

The correct answer is D. the Azure Diagnostics extension. To collect performance data from Azure virtual machines and send it directly to an Azure Storage account, the Azure Diagnostics extension should be installed on the virtual machines.

Monitor and troubleshoot Windows Server environments

Question

You have five Azure virtual machines. You have a dedicated Azure Storage account to collect performance data. You need to send the collected data directly to the Azure Storage account. What should you install on the virtual machines?

Options

  • Athe Telegraf agent
  • Bthe Azure Monitor agent
  • Cthe Dependency agent
  • Dthe Azure Diagnostics extension

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    5% (2)
  • D
    90% (35)

Why each option

To collect performance data from Azure virtual machines and send it directly to an Azure Storage account, the Azure Diagnostics extension should be installed on the virtual machines.

Athe Telegraf agent

The Telegraf agent is a third-party agent used for collecting metrics, but it is not the native Azure solution for directly sending performance data to an Azure Storage account from Azure VMs.

Bthe Azure Monitor agent

The Azure Monitor agent (AMA) is the newer agent for Azure Monitor that collects data from VMs and sends it to a Log Analytics workspace or Azure Monitor Metrics, not typically directly to a raw Azure Storage account for performance data as its primary function.

Cthe Dependency agent

The Dependency agent is used by VM insights to discover processes and dependencies but does not collect performance metrics for direct ingestion into an Azure Storage account.

Dthe Azure Diagnostics extensionCorrect

The Azure Diagnostics extension (WAD for Windows) is designed specifically to collect monitoring data, including performance counters and event logs, from an Azure virtual machine and then transfer this data directly to an Azure Storage account. This capability directly fulfills the requirement to send collected performance data to a dedicated storage account.

Concept tested: Azure VM performance data collection to storage

Source: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/diagnostics-windows

Topics

#Azure VM Extensions#Performance Monitoring#Diagnostic Data#Azure Storage

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice