nerdexam
Microsoft

AZ-800 · Question #95

You need to run an Azure VM extension to make configuration changes to an already deployed VM. Which of the following platforms would you use to run Azure VM extensions? (Choose multiple options if…

The correct answer is E. Any of the above. Azure VM extensions can be deployed and managed through multiple platforms. Azure CLI provides the az vm extension set command; PowerShell provides the Set-AzVMExtension cmdlet; ARM Templates allow extensions to be declared as resources in the template JSON/Bicep files; and the…

Manage virtual machines and containers

Question

You need to run an Azure VM extension to make configuration changes to an already deployed VM. Which of the following platforms would you use to run Azure VM extensions? (Choose multiple options if required)

Options

  • AAzure CLI
  • BPowerShell
  • CARM Templates
  • DAzure Portal
  • EAny of the above

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • E
    85% (22)

Explanation

Azure VM extensions can be deployed and managed through multiple platforms. Azure CLI provides the az vm extension set command; PowerShell provides the Set-AzVMExtension cmdlet; ARM Templates allow extensions to be declared as resources in the template JSON/Bicep files; and the Azure Portal provides a graphical interface under the Extensions blade of a VM. Because all four listed options are valid and supported methods for running Azure VM extensions, 'Any of the above' is the correct answer.

Topics

#Azure VM extensions#VM management#Azure administration tools

Community Discussion

No community discussion yet for this question.

Full AZ-800 Practice