Management and Configuration Flashcards

1
Q

What is source code written to manage hardware and cloud resources referred to as?

A

Infrastructure as code

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

What are the two approaches to infrastructure as code?

A

imperative code and declarative code

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

In infrastructure as code, what is imperative code?

A

Details each individual step that should be performed to achieve a desired outcome

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

In infrastructure as code, what is declarative code?

A

Details a desired outcome and allows an interpreter to decide how best to achieve that outcome

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

What is the difference between Azure PowerShell and Azure CLI?

A

The primary difference is the syntax used. A user more proficient in Bash might chose Azure CLI

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

What are ARM templates?

A

Azure Resource Manager templates defines the desired state and configuration of the resources you want to use in a declarative JSON format.

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

What options are available to manage your Azure resources?

A

Azure Portal, Azure mobile app, Azure PowerShell, Azure CLI, ARM templates

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