180k views
5 votes
You use Bash in Azure Cloud Shell to create a new Azure VM. Does this meet the goal?

a) Yes
b) No
c) Maybe
d) Depends on the VM configuration

User AkashG
by
7.9k points

1 Answer

4 votes

Final answer:

Using Bash in Azure Cloud Shell does meet the goal of creating a new Azure VM, provided the user has the correct permissions and a valid configuration.

Step-by-step explanation:

If a student asks whether using Bash in Azure Cloud Shell to create a new Azure VM meets the goal, the answer would be Yes. The Azure Cloud Shell is a browser-based command-line tool that allows you to manage and configure Azure resources. It supports both Bash and PowerShell, and you can use it to run the Azure Command-Line Interface (CLI) commands, which include creating VMs. To do so, you would utilize the 'az vm create' command, specifying parameters like the VM name, image, and resource group. However, it's important to note that the success of this operation also depends on the student having the correct permissions set within their Azure account, and the provided configuration being valid and available in their subscription.

User Commander Keen
by
8.0k points