Azure Administration and APIs
The Azure portal is the sleekest and most modern portal of the top public cloud providers, including AWS and Google Cloud. We can change the settings of the portal from the settings icon on the top management bar, including the language and region:
There are many ways to manage Azure services: the portal, the Azure CLI, RESTful APIs, and the various client libraries. Besides the point-and-click management interface, the Azure portal also provides a handy shell called Azure Cloud Shell.
It can be launched from the top right-hand corner of the portal:
When it is launched for the first time, you will be asked to pick between Bash and PowerShell. The shell interface can be switched later, but they cannot be run simultaneously:
My personal preference is the Bash shell, which ...