Introduction to Azure Cloud Shell Flashcards
Define Azure Cloud Shell
A browser-accessible command-line experience for managing Azure resources.
Is Cloud shell part of a local machine?
No
What do languages does Cloud Shell support?
Bash and PowerShell
Give 3 examples of Azure resources that Cloud Shell helps manage.
- VMs
- Storage
- Networking
What updates are required to run Cloud Shell?
None
What is Azure Cloud Shell cloud storage for?
Persistent files (SSH keys, scripts, etc.)
What is the link for Cloud Shell?
https://shell.azure.com
How many minutes of inactivity are allotted before Cloud Shell terminates the session?
20 minutes
What resource does Cloud Shell run on?
A temporary VM
Where are persistent files for Cloud Shell stored?
Azure CloudDrive
What service allows you to work with contents of a share in Cloud Shell?
Azure Storage File Share
How do you edit the contents of scripts hosted in CloudDrive or File Share?
Click the curly brackets {}
Name the Linux tools available in Cloud Shell
bash
zsh
sh
tmux
dig
Name the Azure tools available in Cloud Shell
Azure CLI
AzCopy
Azure Functions CLI
Service Fabric CLI
Batch Shipyard
blobxfer
Which text editors are available in Cloud Shell?
cod
vim
nano
emacs