AZ-900 · Question #6
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 h
The correct answer is A. Yes. A PowerShell script is a file that contains PowerShell cmdlets and code. A PowerShell script needs to be run in PowerShell. With the Azure Cloud Shell, you can run PowerShell cmdlets and scripts in a Web browser. You log in to the Azure Portal and select the Azure Cloud Shell opt
Question
Options
- AYes
- BNo
How the community answered
(41 responses)- A90% (37)
- B10% (4)
Explanation
A PowerShell script is a file that contains PowerShell cmdlets and code. A PowerShell script needs to be run in PowerShell. With the Azure Cloud Shell, you can run PowerShell cmdlets and scripts in a Web browser. You log in to the Azure Portal and select the Azure Cloud Shell option. This will open a PowerShell session in the Web browser. The Azure Cloud Shell has the necessary Azure PowerShell module Note: to run a PowerShell script in the Azure Cloud Shell, you need to change to the directory where the PowerShell script is stored. https://docs.microsoft.com/en-us/azure/cloud-shell/quickstart-powershell
Community Discussion
No community discussion yet for this question.