Core solutions and Tools 3.3 Flashcards

features and tools for managing and deploying Azure resources

1
Q

Azure Portal

A

A web-based, unified console where you
can manage your Azure subscription using a
graphical user interface.

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

Azure Cloud Shell

A

An interactive, authenticated, browseraccessible shell for managing Azure resources.
It includes both Bash and PowerShell options

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

Azure PowerShell

A

A set of cmdlets for managing Azure
resources directly from the PowerShell
command line.
MSFT provides Azure-specific modules and cmdlets

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

Azure Mobile App

A

App for iOS and Android that enables
managing, tracking health and status, and
troubleshooting your Azure resources

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

Azure CLI

A

The Azure command-line interface (Azure
CLI) is a set of commands used to create and
manage Azure resources.
Available on Windows, macOS, and Linux,
Docker, and Azure Cloud Shell.

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

ARM Templates

A

A JavaScript Object Notation (JSON) file that
defines the infrastructure and configuration for
your project.
Templates use declarative syntax and are
idempotent, which means you can deploy
many times and get same resources and state.
Used in deployment automation in infrastructure as code

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

Azure Arc what is it

A

A platform that extends Azure services to run applications
across datacenters, edge, and multi-cloud environments.
Provides a consistent development, operations,
and security model to run applications on new
and existing hardware.
Simplifies governance and management by
delivering a consistent multi-cloud and
on-premises management platform.
Extends ARM capabilities to Linux and Windows servers, as well as Kubernetes clusters on any infrastructure across on-premises, multi-cloud, and the edge.

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

Azure Resource Manager

A

Azure Resource Manager (ARM) is the
deployment and management service for Azure.
It provides a management layer that enables
you to create, update, and delete resources in
your Azure account.

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

IaC
Infrastructure as Code

A

is the management of infrastructure (networks,
VMs, load balancers, and connection topology)
described in code
just as the same source code generates the same
binary, code in the IaC model results in the same
environment every time it is applied.
IaC is a key DevOps practice and is used in
conjunction with continuous integration and
continuous delivery (CI/CD).
IaC, CI/CD, DevOps, and DevSecOps are part of daily life in the cloud!

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