
Answer-first summary for fast verification
Answer: a computer that runs Windows 10 and has the Azure PowerShell module installed., a computer that runs Linux and has the Azure PowerShell module installed., a computer that runs Chrome OS and uses Azure Cloud Shell.
The question requires identifying three computers that can run a PowerShell script to create Azure resources. The script necessitates the Azure PowerShell module (Az module) for execution. Option B (Windows 10 with Azure PowerShell module) is correct because Windows includes PowerShell by default, and the module enables Azure resource management. Option C (Linux with Azure PowerShell module) is valid as the module installation implies PowerShell Core is already present, allowing script execution. Option E (Chrome OS with Azure Cloud Shell) is correct since Cloud Shell provides browser-based access to PowerShell with the Az module pre-installed. Option A is incorrect because PowerShell Core 6.0 alone lacks the Azure PowerShell module, and version 6.0 may not meet current requirements (PowerShell 7.0+ is recommended). Option D is incorrect as Azure CLI tools do not support PowerShell scripts; they use Bash syntax. The community consensus, with 93% support for BCE and high upvotes on explanations, confirms these selections based on Azure fundamentals and practical setup requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
An Azure administrator plans to execute a PowerShell script for creating Azure resources. You must recommend the computer configurations capable of running the script. Select three computers that can each run the script independently. Each correct answer presents a complete solution.
A
a computer that runs macOS and has PowerShell Core 6.0 installed.
B
a computer that runs Windows 10 and has the Azure PowerShell module installed.
C
a computer that runs Linux and has the Azure PowerShell module installed.
D
a computer that runs Linux and has the Azure CLI tools installed.
E
a computer that runs Chrome OS and uses Azure Cloud Shell.