Monitor and Maintain Azure Resources Flashcards

1
Q

What is Application Insights?

A

This is an Application Performance Management service used to monitor live web applications. The service can detect performance anomalies and can use its insights to improve the performance for applications.

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

Who is most likely to use Application Insights?

A

Developers and DevOps professionals

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

How dose Application Insights work?

A

This service works by installing a small instrumentation package in your applicant. This package will work with Java script pages.

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

What are aspects that the Application Insights tool will record?

A
  • Requests rates, response time and failures rates for your web pages.
  • Exceptions that occur in your web app
  • The page views and load performance for web pages as reported by user’s browsers.
  • The users and session counts
  • Performance counter information for Windows and Linux servers
  • Diagnostic trace logs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Azure Backup service?

A

This is a service that is used to backup data and recover it from Microsoft Azure.

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

What can you backup to Azure Backup Service?

A

Windows VMs
Linux VMs
On-prem Hyper-V VMs
On-prem VMWare VMs
Azure File Shares
SQL Servers hosted on Azure VMs

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

What are the benefits to using Azure Backup Service?

A

You don’t need to deploy custom backup solution
No needs to spend on backup storage
Automatically scales service based on demand
Data is kept secure in transit and in rest
You can have both long term and short term backups

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

What is the Azure Recovery Service?

A

This is a vault that is used to store the backup data.

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

What is a backup policy?

A

This is used to schedule the backups and setup backup retentions.

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

What two things are necessary to have along side Azure Backup Service?

A

Azure Recovery Vault Service
Backup Policies

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

How are application consistent snapshots taken for Azure Backups?

A

Windows based VMs can used Windows Volume Shadow Copy Service to take the app-consistent snapshots for the VMs

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

What are file consistent backups used for?

A

This is used for Linux VMs since Windows VMs can use application consistent snapshots.

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

What is all the snapshot types?

A

Application Consistent
File System Consistent
Crash Consistent

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

What is the Application Consistent snapshot?

A

This captures all memory content and pending I/O operations. Here the consistency of the application data is maintained before the backup is taken.

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

What is the File System Consistent snapshot?

A

Here the consistency is provided by taking a snapshot of all the files at the same time.

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

What is the Crash Consistent?

A

This normally occurs when the Azure VM shutdowns at the time of the backup. Here only the data on the disk at the time of the backup is captured.

17
Q

What is Azure Disaster Recovery?

A

This allows you to replicate your VMs onto another Azure target region. This allows you to use the VM in the target region if the primary region goes down.

18
Q

What is the Azure Monitor Service?

A

This is a monitoring service that can be used for collecting, analysing and acting on telemetry for cloud and on-prem environments.

19
Q

What are the tools used with Azure Monitor Service?

A

Application Insights
Log Analytics
Azure dashboards and workbooks

20
Q

What are the two categories of data collected by Azure Monitor?

A

Metrics and Logs

21
Q

What is metric data is Azure Monitor?

A

Metrics are point time values.

22
Q

What is log data is Azure Monitor?

A

Logs are records that can reside in a Log Analytics Workspace.

23
Q

What service dose Azure Monitor use to manage the data?

A

The Service uses a version of Kusto query language that can be used in Azure Data Explorer to build queries on your data.

24
Q

What are the Azure Monitor data tiers?

A

Application monitoring data
Guest OS monitoring data
Azure resource monitoring data
Azure subscription monitoring data
Azure tenant monitoring data

25
Q

What is Application monitoring data?

A

This is data about the performance and functionality of application code.

26
Q

What is Guest OS monitoring data?

A

This data is about the underlying operating system on which the application is running on.

27
Q

What is Azure resource monitoring data?

A

This is monitoring data for Azure resources

28
Q

What is Azure subscription monitoring data?

A

This is data collected about the operation and management of the Azure subscription

29
Q

What is Azure tenant monitoring data?

A

This is data collected about the tenant such as AAD

30
Q

What is an Log Analytic Workspace?

A

This is used to store the logs from resources in Azure

31
Q

What is a workbook?

A

This is used to create visualization of the data in Azure Monitor (dashboard)

32
Q

What is Azure Network Watcher?

A

Azure Network Watcher provides a suite of tools to monitor, diagnose, view metrics, and enable or disable logs for Azure.

33
Q

What are features of the Azure Network Watcher?

A

IP flow verify
NSG diagnostics
Next hop
Effective security rules
Connection troubleshoot
Packet capture
VPN troubleshoot

34
Q

Steps to configure connection monitor for monitoring

A

Create a Connection Monitor
Define the connection endpoint and test configuration
Configure alerting and diagnostic settings
View and analyze connection monitoring results

35
Q

What are the three main components of Azure Monitor Insight for network?

A

Connectivity
Traffic
Network Hearth and Metrics

36
Q
A