What is the use of Azure CLI or Cloudshell over Azure Portal?

prajay yalamanchili 41 Reputation points
2021-10-14T15:36:58.773+00:00

I am new to Azure and got to know that there are many options to manage azure such as through app from playstore/appstore,cli,bash,powershell and azure portal,Why can't we manage the resources from azure portal which is a GUI and simple to understand ,What real world applications can we acheive through azure cloudshell and is it necessary to get acquainted with bash or powershell

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,834 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,791 Reputation points MVP
    2021-10-14T16:02:16.497+00:00

    Most tasks can be completed through the Azure portal but using the command line interface can be very useful for running scripted actions on a regular basis such as a schedule or event trigger. Any repetitive tasks are much faster to execute through a script rather than a human having to use a GUI every time. Humans are also prone to making mistakes so it can often be better restrict usage of the Azure portal. It is very useful to at least be familiar with these management options as after using Azure for many months or years you will likely see the benefits for yourself.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful