(Unit 1 of 3) Tools for interacting with Azure Flashcards
1
Q
Azure provides multiple tools for managing your environment, including the (3) ?
A
- Azure portal
- Azure PowerShell
- Azure Command Line Interface (CLI)
2
Q
What is the Azure Portal?
A
- Web-based, unified console
3
Q
What does azure Portal enable you to do?
A
- Build, manage, and monitor everything
- Create custom dashboards
- Configure accessibility options
4
Q
What is Azure Cloud Shell?
A
browser-based shell tool with the same use as the portal
5
Q
What types of shell does azure support?
A
Azure PowerShell and the Azure Command Line Interface (CLI) (Bash shell)
6
Q
Describe the first type of shell (1)
A
Azure PowerShell - shell with which developers, DevOps, and IT professionals can run commands called command-lets (cmdlets).
7
Q
What are the benifits of shell scripts?
A
Capturing the commands in a script makes the process repeatable and automatable.
8
Q
Describe the second type of shell (2)
A
- functionally equivalent to Azure PowerShell
- uses Bash commands.