An IT administrator needs to run a custom Bash script containing Azure CLI commands to automate the shutdown of non-essential resources. The administrator is currently away from their office and only has a personal tablet running iPadOS. Which Azure management tool should the administrator use to run this script without installing any command-line tools locally?
- Azure Cloud ShellAnswer
- BAzure CLI
- CAzure PowerShell
- DAzure Portal graphical user interface
Answer
Azure Cloud Shell
Azure Cloud Shell is a browser-accessible, cloud-hosted terminal that allows users to run Azure CLI commands without installing any local command-line tools. Since it is hosted in the cloud, it can be accessed from web browsers or the Azure Mobile App on tablet operating systems like iPadOS.
Step-by-Step Solution
Key Concept
Azure Cloud Shell provides a browser-accessible, cloud-hosted shell for managing resources without local installation.
Estimated Time:1m 15s