Mod 7 - Exploring Management and Monitoring Tools in Azure Flashcards

1
Q

what is Powershell v7

A

opensource version of PS that can be used on other OS’s and used for interacting with Azure to get data and manage stuff on there

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

How to install Powershell v.7

A
  1. Go to github page for PS v7
  2. Go to Assets
  3. Download win-x64.msi
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to install Azure PS Module

A
  1. Open PS v7 app
  2. Run cmd “install-module az”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is azure CLI

A

Purpose is to Do tasks in Azure directly from CLI

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

what is Difference between CLI and PS

A
  • PS
    o Object-oriented programming. Ex, VM is the object that you get and then you can write script to make changes to it
  • CLI
    o Scripting process that runs cmd to do thing in Azure and then run another cmd
    o Example create cmds to run when at certain stage of DevOps Pipeline
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is syntax of CLI

A

az noun verb
Ex. az account list

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

How to run and Login to CLI

A
  1. Access Azure CLI
  2. Run cmd “az login”
  3. Opens azure portal login in browser
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the Azure Cloud Shell

A

Command Line that has PS and azure CLI built in available in the GUI azure portal

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

what is a prereq to running the az shell

A

Requires a storage account which deploys when you first access cloud shell, can store files of cmds or scripts in the cloud shell ex. PS file

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

what is ARM templates

A

(Azure Resource Manager) Templates - JSON file that details a template that Azure can use to define and deploy azure resources in an automated fashion ex. create VM with certain VM type
Written in JSON(Javascript object Notation) data file format

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

How does ARM template works?

A

You enter in parameters that get passed into ARM template to create a resource
Uses Azure CLI cmds

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

what is Azure Monitor

A

monitoring resource in Azure GUI portal, search for Monitor OR go to resource and find Monitoring section

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

what are the two Aggregation data sources for az monitor

A
  1. Metrics: The core infrastructure performance statistics
    a. Ex, CPU %, DISK IO, Net Egress
  2. Logs: Resource events saved in log files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Log Analytics Workspace

A

: Tool that stores azure logs of resources into separate area so that logs of all azure resources don’t get mixed up. Can dashboard out the data with this tool

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

Diagnostic Settings

A

Monitoring tool that shows networking metrics for resources

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

Workbooks

A

Monitoring tool that gives interactive reports

17
Q

Change Analysis

A

Monitoring tool that investigates when changes took place

18
Q

Alerts

A

Monitoring tool that checks for a trigger in metrics or logs and sends alert to user

19
Q

Azure Insights

A

Monitoring tool in AZ Monitor that monitors and remembers how the resource is supposed to behave and be configured

20
Q

what is App Insights

A

Component of Azure Insights, is a separate resource that gets deployed and stores separate performance data in App insights database