Features and tools for managing and deploying Azure resources Flashcards
Tools for managing your enviornment
Azure portal
Azure Powershell
Azure Command Line Interface (CLI)
What is the Azure portal?
web-based unified console that provides an alternative command line tools.
T or F
Azure portal allows you to manage your Azure subscription by using a graphical user interface
True
Azure Cloud Shell
browser based shell tool that allows you to create, configure, and manage Azure resources using a shell
T or F
Azure Cloud Shells supports both PowerShell and the Command Line Interface (CLI) which is a Bash Shell
True
T or F
You can access the Cloud Shell via the Azure portal
True
T or F
Azure Cloud Shell is authenticated to your Azure credentials, so when you login it knows who you are and what permissions you have
True
What is Azure PowerShell
a shell with which developers, DevOps, and IT professionals can run commands called command-lets (cmdlets)
Do cmdlets run independently or combined?
Can do both
T of F
Azure PowerShell can be installed and configured on Windows, Linux, and Mac
True
Azure CLI
functionally equivalent to Azure PowerShell, with the primary difference being the syntax of commands.
- it uses Bash commands
Purpose of Azure Arc
provides a host of tools to provision, configure, and monitor Azure resources
T or F Azure Arc simplifies governance and management by delivering a consistent multi cloud and on premises management plan
True
Azure Arc allows you to manage the following resource types hosted outside of Azure
Servers
Kubernetes clusters
Azure data services
SQL Server
VM (preview)
Azure Resource Manager (ARM)
deployment management service for Azure