Azure Management Tools Flashcards
What is the Azure Portal?
A web-based, unified console that provides an alternative to command-line tools.
What is Azure Powershell?
A set of cmdlets for managing Azure resources directly from the PowerShell command line
This Azure tool provides an interactive browser accessible shell for managing Azure resources
Azure Cloud Shell
What is a service that allows you to manage Azure resources and a collection of services in the Azure Portal?
Azure Resource Manager (ARM)
What is the use case of Azure Resource Manager (ARM)?
It manages all requests flow through ARM and it decides whether that request can be performed on a resource.
What is a boundary of control for Azure resources? It is a way to govern your resource by placing resources.
Scope
What is IaC?
Infrastructure As Code (IaC) is the process of managing and provisioning computer data centers through machine-readable definition files rather than physical hardware configuration.
Which ARM Template feature can add PowerShell and Bash scripts to your templates?
Extensibility