General Flashcards

1
Q

A service that supplies the resources you can deploy and manage through Resource Manager. Each _____ ____ offers operations for working with the resources that are deployed.

A

resource provider

Some common resource providers are Microsoft.Compute, which supplies the virtual machine resource, Microsoft.Storage, which supplies the storage account resource, and Microsoft.Web, which supplies resources related to web apps.

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

True or False: ARM (Azure Resource Manager) Deployments are incremental; if a resource group contains two web apps and you decide to deploy a third, the existing web apps will not be removed.

A

True

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

True or False: A resource group can’t contain resources that reside in different regions.

A

False, A resource group can contain resources that reside in different regions.

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

True or False: A resource can interact with resources in other resource groups.

A

True, This interaction is common when the two resources are related but don’t share the same lifecycle (for example, web apps connecting to a database).

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

How can you protect against accidental changes/deletion of resources while using ARM?

A

Resource Locks

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

Which 2 roles can create or delete management locks?

A

Owner and User Access Administrator roles

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

How do you persist files on Cloud Shell?

A

Azure CloudDrive

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

How long is an azure cloud shell session open for?

A

20 minutes

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

What I/O operator redirects output to destination other than the screen?

A

This: >
use&raquo_space; for doing the same, but appending rather than overwriting

Example: ls > listing.txt

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

What is the command to edit a text file in azure cloudshell?

A

code .

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