Accessing Azure Resources Flashcards
1
Q
What are the methods for accessing Azure resources
A
- Azure CLI
- Azure PowerShell
- Azure Cloud Shell
- Azure Portal
- Azure Resource Manager API
(and SDK libraries)
2
Q
What is Azure CLI?
A
- Natively installed bash CLI tool
3
Q
What is Azure PowerShell?
A
- Natively installed PowerShell module.
4
Q
What is Azure Cloud Shell?
A
- A browser-based terminal for Azure management
5
Q
What access methods does Azure Cloud Shell provide?
A
- Azure PowerShell (the default)
- Bash shell + Azure CLI
- Interactive mode
6
Q
Features of Azure Cloud Shell “Interactive Mode”?
A
- All Azure CLI commands
- Autocompletion & typeahead
- Command descriptions & examples
- Search for commands by keyword or scenario
7
Q
What is Azure Portal?
A
Web-based GUI