
Answer-first summary for fast verification
Answer: a computer that runs Windows 11 and has the Azure CLI tools installed, a computer that runs Chrome OS and uses Azure Cloud Shell, a computer that runs Windows 10 and has the Azure PowerShell module installed
The question requires running a PowerShell script to create Azure resources, which necessitates both PowerShell and Azure connectivity. Option A (Windows 11 with Azure CLI) is valid because Windows 11 includes PowerShell by default, and Azure CLI can execute PowerShell scripts. Option D (Chrome OS with Azure Cloud Shell) is valid as Azure Cloud Shell provides browser-based PowerShell access. Option E (Windows 10 with Azure PowerShell module) is valid since Windows 10 includes PowerShell, and the Azure PowerShell module enables resource management. Option B is incorrect as it lacks PowerShell installation on Linux. Option C is incorrect because PowerShell Core 6.0 is outdated and may not support Azure modules reliably, with community consensus noting version compatibility issues. The community discussion strongly supports ADE, with the highest upvoted comment (26 upvotes) and multiple confirmations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An Azure administrator intends to execute a PowerShell script for creating Azure resources.
You must recommend the computer configuration for running the script.
Which three computers can run the script? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A
a computer that runs Windows 11 and has the Azure CLI tools installed
B
a computer that runs Linux and has the Azure CLI tools installed
C
a computer that runs macOS and has PowerShell Core 6.0 installed
D
a computer that runs Chrome OS and uses Azure Cloud Shell
E
a computer that runs Windows 10 and has the Azure PowerShell module installed
No comments yet.