Features and tools for managing and deploying Azure resources Flashcards

1
Q

Tools for managing your enviornment

A

Azure portal
Azure Powershell
Azure Command Line Interface (CLI)

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

What is the Azure portal?

A

web-based unified console that provides an alternative command line tools.

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

T or F

Azure portal allows you to manage your Azure subscription by using a graphical user interface

A

True

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

Azure Cloud Shell

A

browser based shell tool that allows you to create, configure, and manage Azure resources using a shell

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

T or F

Azure Cloud Shells supports both PowerShell and the Command Line Interface (CLI) which is a Bash Shell

A

True

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

T or F

You can access the Cloud Shell via the Azure portal

A

True

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

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

A

True

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

What is Azure PowerShell

A

a shell with which developers, DevOps, and IT professionals can run commands called command-lets (cmdlets)

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

Do cmdlets run independently or combined?

A

Can do both

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

T of F

Azure PowerShell can be installed and configured on Windows, Linux, and Mac

A

True

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

Azure CLI

A

functionally equivalent to Azure PowerShell, with the primary difference being the syntax of commands.

  • it uses Bash commands
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Purpose of Azure Arc

A

provides a host of tools to provision, configure, and monitor Azure resources

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

T or F Azure Arc simplifies governance and management by delivering a consistent multi cloud and on premises management plan

A

True

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

Azure Arc allows you to manage the following resource types hosted outside of Azure

A

Servers
Kubernetes clusters
Azure data services
SQL Server
VM (preview)

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

Azure Resource Manager (ARM)

A

deployment management service for Azure

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

T or F

Anytime you do anything with your Azure reousrces, ARM is involved

A

True

17
Q

Infrastructure as a code

A

concept where you manage your infrastructure as lines of code

18
Q

ARM templates

A

you can describe the resources you want to use in a declarative JSON format

19
Q

Benefits of using ARM templates

A

Declarative syntax
Repeatable results
Orchestration
Modular files
Extensibility

20
Q

Bicep

A

A language that uses declarative syntax to deploy Azure resources

21
Q

T of F

A Bicep file defines the infrastructure and configuration

A

True

22
Q

Benefits of Bicep are

A

support for all resource types and API versions

simple syntax

repeatable results

orchestration

modularity

23
Q

What service helps you manage your Azure, on-premises, and multicloud environments?

A

Azure Arc

24
Q

What two components could you use to implement a “infrastructure as code” deployment?

A

Bicep and ARM templates