Describe monitoring tools in Azure Flashcards

1
Q

Define the ‘Azure Advisor’

A

Evaluates Azure resources and makes recommendations to improve reliability, security, performance, and reduce costs.

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

What is the purpose of the azure advisor?

A

Designed to help you save time on cloud optimization.

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

What are the 5 categories of azure advisor?

A
  1. Reliability
  2. Security
  3. Performance
  4. Operational Excellence
  5. Cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define ‘Operational Excellence’

A

Used to help you achieve process and workflow efficiency, resource manageability, and deployment best practices.

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

Define ‘Azure Service Health’

A

Helps keep track of Azure resources.

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

What are the 3 Azure health services?

A
  1. Azure Status
  2. Service Health
  3. Resource Health
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define ‘Azure Status’ in Azure health services

A

A global view of the health of all Azure services across all Azure regions.

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

Define ‘Service Health’ in Azure health services

A

Provides a narrower view of Azure services and regions; Focuses on the Azure services and regions you’re using.

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

Define ‘Resource Health’ in Azure health services

A

Provides information about the health of your individual cloud resources, such as a specific virtual machine instance.

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

Define the ‘Azure Monitor’

A

Platform for collecting data on your resources, analyzing that data, visualizing the information, and even acting on the results.

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

What type of resources and environments can azure monitor manage?

A

Azure resources, your on-premises resources, and even multi-cloud resources like virtual machines hosted with a different cloud provider.

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

Define ‘Azure Log Analytics’

A

Tool in the Azure portal used to write and run log queries on the data gathered by Azure Monitor.

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

Can azure monitor alert of a threshold being reached?

A

Yes; Set the alert conditions, the notification actions, and then Azure Monitor Alerts notifies when an alert is triggered.

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

Does azure monitor have corrective abilities?

A

Depending on your configuration, Azure Monitor Alerts can also attempt corrective action.

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

What mechanism is used to configure azure monitor alerts?

A

Uses action groups to configure who to notify and what action to take.

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

Define an ‘action group’

A

A collection of notification and action preferences that you associate with one or multiple alerts.

17
Q

What are all the azure services that use action groups?

A

Azure Monitor, Service Health, and Azure Advisor.

18
Q

Define ‘Application Insights’

A

An Azure Monitor feature that monitors web applications.

19
Q

What type of resources and environments can application insights monitor?

A

Applications that are running in Azure, on-premises, or in a different cloud environment.

20
Q

What are two ways to configure application insights for an application?

A
  1. Install an SDK in the application
  2. Use the Application Insights agent.