Describe features and tools for managing and deploying Azure resources Flashcards
Access Tools
-Azure Portal - Web based portal for self-service management of Azure platform
-Azure CLI - Automation module for terminal - Multi-platform
-Azure PowerShell - Automation module for PowerShell
-Azure Cloud Shell - Free cloud-based scripting environment - Dozen of additional tools - Supports both PS and CLI
Azure Arc
Azure Arc is a Microsoft Azure service that extends Azure’s management and governance capabilities to on-premises and multi-cloud environments.
The primary purpose of Azure Arc is to simplify the management of resources and workloads across heterogeneous environments, offering a unified control plane for organizations to enhance governance, security, and automation.
Azure Resource Manager (ARM)
ARM is the management framework used in Microsoft Azure to deploy, manage, and organize cloud resources. It provides a unified management layer for Azure resources, enabling you to work with various services in a consistent and efficient way.
Azure Resource Manager Templates (ARM templates)
ARM templates are a critical component of Azure Resource Manager. These templates are JSON files that describe the resources, their properties, and the dependencies between them in a declarative way.