Describe features and tools for managing and deploying Azure resources Flashcards

1
Q

Define the ‘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
2
Q

What two types of shells does the Azure cloud shell feature?

A

Azure PowerShell and the Azure Command Line Interface (CLI), which is a Bash shell.

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

How is the Azure Cloud Shell accessed?

A

via the Azure portal by selecting the Cloud Shell icon.

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

Define ‘Azure Arc’

A

Lets you extend your Azure compliance and monitoring to your hybrid and multi-cloud configurations.

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

What are the functions of Azure Arc?

A

Continue using traditional ITOps while introducing DevOps practices; Use familiar Azure services and management capabilities, regardless of where they live; Projecting your existing non-Azure resources into ARM.

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

What types of resources can Azure arc manage?

A

Servers
Kubernetes clusters
Azure data services
SQL Server
Virtual machines (preview)

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

Define ‘Azure Resource Manager (ARM)’

A

Enables you to create, update, and delete resources in your Azure account; Anytime you do anything with your Azure resources, ARM is involved.

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

What is the secondary step once a user requests any resource in Azure?

A

When a user sends a request from any of the Azure tools, APIs, or SDKs, ARM receives the request.

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

How does Azure Resource Manager (ARM) handle a reqeust?

A

Authenticates and authorizes the request. Then, ARM sends the request to the Azure service, which takes the requested action.

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

Define a ‘Resource Manager template’

A

A JSON file that defines what you want to deploy to Azure.

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

How can Azure Resource Manager (ARM) handle a broad environment?

A

Deploy, manage, and monitor all the resources for your solution as a group, rather than handling these resources individually.

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

Define ‘Bicep’

A

A language that uses declarative syntax to define the infrastructure and configuration then deploy the resource(s).

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

How is Bicep deployed?

A

ARM deploys the environment based on a Bicep file.

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