Microsoft Azure Fundamentals — Question 192
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 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.
Correct answer: B, C, E
Explanation
The correct answers are B, C, and E because Windows 10 with the Azure PowerShell module, Linux with the Azure PowerShell module, and Chrome OS using Azure Cloud Shell can all execute PowerShell scripts to manage Azure resources. Option A is incorrect because PowerShell Core 6.0 on macOS does not support all Azure features, while option D is incorrect as Azure CLI is not PowerShell and does not run PowerShell scripts.