You are an MDFT Academy administrator and plan to run a PowerShell script that creates Azure resources. You need to decide which computer configuration to use to run the script.
You decide to run the script from an Apple MacBook Pro laptop that has PowerShell Core installed.
Does this meet the goal?
Choose the correct answer from the options below.
Please select at least one answer!
Correct!
I'm sorry, your answer is not correct.
Explanations for each answer:
Yes is correct.
No is incorrect. PowerShell Core is designed to be cross-platform and runs on macOS, Linux, and Windows. With PowerShell Core installed on macOS, you can install and use the Az PowerShell module to manage Azure resources just as you would on Windows.