Describe features and tools for managing and deploying Azure resources Flashcards

1
Q

Access Tools

A

-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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure Arc

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure Resource Manager (ARM)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure Resource Manager Templates (ARM templates)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly