MS Learn Flashcards

1
Q

User - level - credentials for ftps

A

Unique worldwide

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

Abhängigkeit bei Windows apps logs

A

Windows logs können auf Blob gespeichert werden (Retention Period sonst ewig) - Storage Account und Web app müssen in derselben Region sein.

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

Azure App Insight

A

provide detailed usage and performance data. Designed for production apps deployment. To use Apps Insight -> include Code using Apps Insight SDK. Service is billable; Metrics Service is covered by Web app tier.

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

Kudu

A

All Azure Web Apps have an associated Source control Management service site (Kudu), where you can download logs.

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

Azure log messages

A

error, warning, information, verbose

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

git gc

A

garbage collection

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

git prune

A

cleanup unreachable and orphan objetcs

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

How can you ensure pill before merge

A

branch policy

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

.gitignore

A

no tracking and no version control on this file using git

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

git init

A

initialisierung

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

git add

A

add files to git

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

git push

A

push changes to a remote repository

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

git commit

A

commit files onto git

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

git pull

A

pull changes from a git repository

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

git branch

A

used to listing, creating and deleting a branch

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

git checkout

A

switch between branches

17
Q

What is forking?

A

Duplicate the repository and start working with two master

18
Q

You need to apply a custom script to a virtual machine via Custom Script Extensions. Which of the following is used to store the custom script in Azure?

A

Azure Storage Account - Blob Storage

19
Q

You need to maintain the state of several virtual machines in Azure. Which of the following can be used for this requirement?

A

Powershell Desired State Configuration

20
Q

Which of the following commands is used to download the provider when working with terraform configuration files?

A

terraform init

21
Q

Continuous Delivery

A

The Pipeline should be able to deploy the application onto the production based environment.

22
Q

Contiuous Deployment

A

This is where the entire Process from code to commit fto production is automated.