Monitor and Back up Azure Resources Flashcards

1
Q

What two types of data feed into Azure Monitor ?

A

Metrics

Logs

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

What are the three big differentiators between metrics and logs ?

A

Retention

Properties

Data Availability

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

Can be stored for up to 2 years

  • Metrics
  • Log Analytics
A

Log Analytics

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

Typically retained for up to 93 days

  • Metrics
  • Log Analytics
A

Metrics

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

Metrics have a fixed set of properties (or attributes). What are these five properties ?

A
Time
Type 
Resource
Value
Dimensions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Typically gathered over time and available for immediate query

  • Metrics
  • Log Analytics
A

Metrics

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

………………………… are often gathered after being triggered by an event (such as an event is written to an application log) and can take time to process before they are available for query.

A

Log Analytics

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

……………………… will typically be used for fast alerts, and …………………….. are used for more complex analysis.

A

metrics

logs

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

Data stored in Log Analytics can also be queried directly through a ……………………………… , where you will have access to the same query interfaces as you have through Azure Monitor, but you also can make customizations to the configuration of the workspace

A

Log Analytics Workspace

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

What is the time interval at which Azure Metrics are collected ?

A

one - minute intervals

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

How is an Azure metric identified ? (2 things)

A

metric name

namespace (category)

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

What is the typical retention period of metrics ?

A

93 days

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

What must you enable and set up to query application metrics ?

A

Application Insights

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

Virtual machines in Azure can also push custom metrics to the monitor service using the ………………………… extension on Windows servers

A

Windows Diagnostic

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

Virtual machines in Azure can also push custom metrics to the monitor service using the ……………………………………. on Linux VMs

A

InfluxData Telegraf Agent

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

What are two ways to increase the retention period of metrics ?

A

Send them to Log Analytics

Send them to a storage account with a retention policy

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

What are the four properties of each metric ?

A

■ The time the value was collected
■ The type of measurement the value represents
■ The resource with which the value is associated
■ The value itself

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

True or false : Using Azure Monitor, you can chart resources and metrics across several different subscriptions

A

True

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

True or false : Using Azure Monitor, you can chart resources and metric, but they must reside within the same subscription.

A

False

20
Q

A Log Analytics Workspace is an Azure……………………….. , meaning that……………………………. can be applied for granular access to the service and the data stored within it.

A

resource

RBAC

21
Q

After having provisioned a Log Analytics Workspace, which blade in the Logs Analytics Workspace blade allows you to obtain the Agent ID, the primary key, and the secondary key for the Agent ?

A

Agent Management

22
Q

For VM machines to begin reporting telemetry to Log Analytics, what must they have installed ?

A

Azure Log Analytics Agent

23
Q

For the agent to send telemetry, you must also ensure that the required………….. are available, and the required………………. are added to the approved-list.

A

ports

URIs

24
Q

A Log Analytics Agent on a machine uses which port for all outbound communication to the Log Analytics Workspace ?

A

Port 443

25
Q

What are the three different types of platform logs ?

What layer of Azure are they associated with ? (tenant, subscription, resources…)

A

Resource logs - resource layer

Activity logs - subscription layer

Azure Active Directory logs - tenant layer

26
Q

What are 4 destinations where one can send their logs ?

A

The Azure Portal
Azure Log Analytics
A storage account
An event hub

27
Q

The Azure …………………………. surfaces data at the subscription level and can be useful for understanding actions that occur within your environment against the Resource Manager APIs.

A

Activity Log

28
Q

The query language used by Log Analytics is called……………….

A

Kusto

29
Q

Queries always begin with a……………… –either a table or search-based query

A

scope

30
Q

………………………………. target a single table in a Log Analytics Workspace (or database), while ………………………. target all tables by default.

A

Table-based queries

search-based queries

31
Q

What are the two types of queries Log Analytics ?

A

Table - based queries

Search - based queries

32
Q

………………………… queries can be saved for later and/or marked as favorites so they can be retrieved later using the Query explorer

A

Authored

33
Q

What is the path for accessing Sample Queries and authoring your own queries ?

A

Azure Portal - Azure Monitor - Logs blade

34
Q

What is the path in the Azure Portal to create an Application Insight resource ?

A

Azure Monitor - Insights - Applications (left side pane) - Create Application Insight App

35
Q

Alerts in Azure Monitor are centered on alert rules. Alert Rules contain what 4 components ?

A

■ A target resource (or resource type)
■ Conditional logic for the alert with criteria based on the available signals for the target resource
■ An Action Group, or what should happen when the alert rule condition is met
■ A name and description for the alert rule

36
Q

When creating an alert rule, the target resource defines the scope and signals available for the alert.

A target resource is an Azure resource that generates signals. What are the three types of signals ?

A

■ Metrics
■ Log search queries
■ Activity Logs

37
Q

A(n) …………….. is a collection of actions that should occur in response to an alert being triggered.

A

Action Group

38
Q

Action groups are separate resources and are independent of the alert rule.

What does this mean iif you have a large amount of alert rules ?

A

This means that the same Action Group can be used across multiple alert rules.

39
Q

When configuring an action group, in addition to sending email notifications, what are five other actions that you can automate ?

A
Runbook (Powershell that runs in Azure Automation Service)
Function Apps
ITSM (ServiceNow for example)
Logic Apps
Webhook
40
Q

True or false : Alerts are managed independently of alert rules and maintain their own state.

A

True

41
Q

What are the three states an alert can have ?

A

■ New. The alert is new and has not been reviewed
■ Acknowledged. The issue that generated the alert is being actioned by an administrator
■ Closed. The issue that generated the alert has been resolved, and the alert has been marked as closed

42
Q

True or false : The state of an alert is updated by the user who is interacting with the alert and is not updated automatically by the Azure platform.

A

True

43
Q

True or false : The state of an alert is updated automatically by the Azure platform.

A

False

44
Q

Alert state is not the same as the monitor condition of an alert.

When the Azure platform generates an alert based on an alert rule, the alert’s monitor condition is set to ………….. and when the underlying condition clears, the monitor condition is set to …………….

A

fired

resolved

45
Q

[Backup and restore with on-premises workloads]

To back up files and folders from on-premises VMs, you need to use the MARS agent.

What does MARS stand for ?

A

Microsoft Azure Recovery Services