nerdexam
Microsoft

AZ-120 · Question #97

You deploy on SAP environment on Azure. You need to monitor the performance of the SAP NetWeaver environment by using the Azure Enhanced Monitoring Extension for What should you do first?

The correct answer is D. From Azure CLI, run the az vm aem set command. To monitor the performance of SAP NetWeaver on Azure using the Azure Enhanced Monitoring (AEM) Extension, the first step is to install and enable the AEM extension on the VM. This is done using the Azure CLI with the command: az vm aem set --resource-group <ResourceGroupName>…

Maintain SAP workloads on Azure

Question

You deploy on SAP environment on Azure. You need to monitor the performance of the SAP NetWeaver environment by using the Azure Enhanced Monitoring Extension for What should you do first?

Options

  • AFrom Azure CLI, install the Linux Diagnostic Extension.
  • BFrom the Azure portal, enable the Azure Network Watcher Agent.
  • CFrom the Azure portal, enable the Custom Script Extension.
  • DFrom Azure CLI, run the az vm aem set command.

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    8% (3)
  • D
    86% (31)

Explanation

To monitor the performance of SAP NetWeaver on Azure using the Azure Enhanced Monitoring (AEM) Extension, the first step is to install and enable the AEM extension on the VM. This is done using the Azure CLI with the command: az vm aem set --resource-group <ResourceGroupName> --name <VMName> -- This command installs and configures the Azure Enhanced Monitoring extension, which collects OS and SAP-specific metrics and sends them to Azure Monitor.

Topics

#Azure Enhanced Monitoring Extension#SAP NetWeaver monitoring#az vm aem set#VM extensions

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice