Microsoft Azure Fundamentals — Question 62

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
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.
Solution: Run the script from a computer that runs macOS and has PowerShell Core 6.0 installed.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because PowerShell Core 6.0 is not fully compatible with all Azure functionalities. While it may run some scripts, there are limitations that could hinder the creation of specific Azure resources. Therefore, the correct answer is B, as a different environment may be required for full compatibility.