Microsoft Azure Fundamentals — Question 419
An Azure administrator plans to run a PowerShell script that creates Azure resources.
You need to recommend which computer configuration to use to run the script.
Which three computers can run the script? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- 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
Correct answer: A, D, E
Explanation
Options A, D, and E are correct as they have the necessary tools and environments to run Azure scripts. Windows 11 with Azure CLI, Chrome OS with Azure Cloud Shell, and Windows 10 with Azure PowerShell module are all capable of executing Azure commands. Options B and C are incorrect because while they mention tools, they do not match the requirements for running Azure resources effectively in this context.