Microsoft Certified Azure Fundamentals · Free Practice Question Easy
Question 12
You are preparing to run an Azure PowerShell script from your Linux computer. What kind of preparation do you need to do before this?
Please select the two most appropriate steps.
- A Install PowerShell software.
- B Install PowerShell Core.
- C Install Azure PowerShell Core.
- D Install PowerShell Terminal.
- E Install the Azure PowerShell module.
Reveal correct answers
Correct answers: B, E
Explanation
Option 2 is the correct answer. PowerShell Core is a command line shell and scripting language.
Option 5 is the correct answer. The Azure PowerShell module is used to create and manage Azure resources with PowerShell command lines and scripts. You can use the Azure PowerShell module to deploy Linux virtual machines (VMs) to Azure.
[Reference]
Quickstart - Create a Linux VM with Azure PowerShell - Azure Virtual Machines | Microsoft Learn
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
