QuestionQ287

Design and implement an infrastructure to support SAP workloads on Azure

You deploy an SAP environment on Azure by using the SAP workload on Azure planning and deployment checklist.

You need to confirm whether Azure Diagnostics is enabled.

Which cmdlet should you run?

  • A Get-AzureVMAvailableExtension
  • B Get-AzVmDiagnosticsExtension
  • C Test-AzDeployment
  • D Test-VMConfigForSAP
Explanation

Get-AzVMDiagnosticsExtension retrieves the Azure Diagnostics extension settings for a virtual machine, allowing its presence and status to be verified. Microsoft Learn: Get-AzVMDiagnosticsExtension

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!