AZ-800 · Question #95
AZ-800 Question #95: Real Exam Question with Answer & Explanation
The correct answer is E: Any of the above. {"question_number": 3, "correct_answer": "E", "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 dec
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
Explanation
{"question_number": 3, "correct_answer": "E", "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.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.