Skill 3.1 Automate Deployment of Virtual Machines (VM) by using Azure Resource Manager Templates Flashcards

1
Q

Describe VM Scale sets

A

Provide the unique ability to scale out certain types of workloads to handle large processing problems, and they optimize cost by only running instances when needed

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

Describe Azure REsource manager templates

A

authored using JSON and provide the ability to define the configuration of resoures, such as virtual machines, storage accounts, and so on in a declarative manner

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

What is required to deploy a virtual machine in Azure

A

A virtual Network

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

What is modifications are needed to add a public IP address to a virtual machine

A

define a parameter that the user will use to specify a unique DNS name for the public IP while the second is to add it

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

What are the two different deployment modes supported by ARM

A

Incremental
Complete

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

Describe the incremental ARM deployment mode

A

ARM leaves unchanged resources that exist in teh resource group but aren’t in the template. It will update resources in the resource group if the settings in teh template differ from what is deployed

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

Descibe the complete ARM deployment model

A

ARM will delete resources that exist in the resource group that are not in the template. Helpful if you need to remove a resource from Azure and you want to make sure your template matches deployment.

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

What is the default mode for ARM deployments

A

Incremental

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

How can templates be deployed

A

Azure Portal, command line tools, or directly using the rest API

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