123k views
2 votes
How can you access the Azure Command-Line Interface (CLI)?

a) Through a web browser
b) Via the Azure Portal only
c) Using a terminal or command prompt on your computer
d) Only through a mobile app

1 Answer

2 votes

Final answer:

The Azure CLI can be accessed using a terminal or command prompt on your computer, allowing you to manage Azure resources through the command-line.

Step-by-step explanation:

To access the Azure Command-Line Interface (CLI), you can use a terminal or command prompt on your computer. This allows you to interact with Azure services and manage your resources through the command-line.

Using the CLI, you can perform various tasks such as creating and managing virtual machines, deploying applications, managing storage, and more.

For example, you can use the command 'az login' to authenticate with your Azure account and then use commands like 'az vm create' to create a virtual machine.

User Eightball
by
8.0k points