Infrastructure as Code Flashcards

1
Q

Automation accounts

A

Container to store the Automation artifacts

artifacts: runbooks, runbook executions (jobs), and the assets on which your runbooks depend.

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

Role-Based Access Control and Azure Automation

A

Owner, Contributor, Reader, Automation Operator, USer Access Administrator

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

Service Principals

A

is a local representation of your application in Active Directory

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

RunBook

A

A runbook is a set of tasks that perform some automated process in Azure Automation

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

Azure Automation Assets

A

Azure Atomation assets are resources (settings) that are globally available to be used in or associated with a runbook

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

Azure Automation Assets Categories

A

Schedules, Modules, Certificates, Connections, Variables, and Credentials.

She Made Chocolate Cookies Very Confidently

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

Credential Assets

A

An Automation credential asset holds a PSCredential object that contains security credentials.

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

Schedule Assets

A

The Automation schedule functionality gives you the ability to set up schedules for an execution of RunBook

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

Certificates Assets

A

allows you to create runbooks and DSC configurations that use certificates for authentication or adds them to Azure or third-party resources.

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

Module Assets

A

a PowerShell module that optionally contains one additional file - a metadata file specifying an Azure Automation connection type to be used with the module.

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

Variable Assets

A

Persistent values that are available to all runbooks and DSC configurations in your automation account. Variables can be String, Boolean, DateTime, Integer, or Not Specified.

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

Connection Assets

A

Connection assets define the information required to connect to a service or application. The different types of connections that you can create are defined by the modules imported into Azure Automation.

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

Run Book Types

A
Graphical	
Graphical PowerShell Workflow
PowerShell	
PowerShell Workflow	
Python
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Ways to start Runbook

A

Schedule, Web Hook, Manually

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

PowerShell workflow

A

sequence of programmed, connected steps that perform long-running tasks or require the coordination of multiple steps across multiple devices or managed nodes.

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