{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Skill 5.1 Monitor Resources by using Azure Monitor Flashcards

(30 cards)

1
Q

What are areas to consider when creating a monitoring strategy

A

Visibility into services and the Azure Platform
Deeper Insights into applications
Resource Optimization

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

What does Azure Monitor do

A

maximizes the availability and performance of your applications by delivering a comprehensive solution for collection, analyzing, and acting on telemetry from your cloud and on-prem environments

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

Describe the Azure Monitor Landing Page

A

provides a jumping off point to configure other more specific monitoring services, such as Application insights, Network Watcher, Log analytics, Management solutiosn and so on

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

What is Azure Monitor for containers

A

offering for monitoring your Managed Kubernetes clusters (AKS) and Azure Container instances (ACI)

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

What are retention differences between Metrics and logs

A

Metrics are retained for 93 days
Logs can be retained for up to 2 years/

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

What are properties differences between logs and metrics

A

Metrics have a fixed set of properties which are time, type, resource, value, adn dimensions.
Logs have different properties for each log type

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

What are the data availability differences between logs and metrics

A

Metrics are gathered over time while logs are triggered by an event

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

Describe Log Analytics Workspace

A

allows the quering of data stored in log analytics and gives you access to the same query interfaces you have through Azure Monitor, but you can also make customizations to the configuration of the workspace and access workspace specific solutions

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

How long are guest OS metrics retained

A

Collected through diagnostic extensions and sent to an Azure Storage account.
Retained for 14 days

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

Guest OS metrics sent to Azure Monitor Metrics

A

Monitored Windows Diagnostic extentions of InfluxData Telegraf agent. Retained for 93 days

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

Describe Guest OS metrics collected by Log Analytics Agents

A

Collected by Log Analytics agent and are sent to a Log Analytics Workspace
Retention period of 31 days

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

Describe Application Insights log-based metrics

A

Log-based metrics that are translated into log queries. Retention period of 90 days

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

What are the properties that each metric has

A

-The time the value was created
-The type of measurement that 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
14
Q

Describe Log Analytics Workspace

A

where logs are collected and aggregated. The logs can alos be queried and visualized through log analytics or through azure mointor.

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

What needs to be provided to configure a workspace

A

-A name for the workspace
-The subscription the workspace will be associated with
-The resource group
- A location
- A selection for pricing tier

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

How much space is included with the free tier of workspace

A

5GB of logs a month

17
Q

What must machines have to report logs to log analytics

A

Azure Log Analytics (OMS) agent which binds to a workspace to collect the data defined in the workspace settings

18
Q

What are considered Diagnostic Logs

A

logs that you configure as a tenant service, or a resource are seperate from the Azure activity log and guest telemetry

19
Q

Describe the Azure Activity Log

A

surfaces data at the subscription level and can be useful for understanding actions that occur within your environment against the Resource manager APIs. Events are retained for 90 days

20
Q

What types of data can Azure Monitor store and surface

A

Metrics – Numerical Values such as performance counters
Logs – Either Numerical data or text

21
Q

What language does Log Analytics use

A

Kusto Query Language (KQL)

22
Q

How can Logs stored in Log analytics be removed from a workspace

A

Through the retention configuration

23
Q

What can Alerts generated within Azure Monitor Invoke

A

Azure Automation runbooks,
Logic apps,
Azure functions, and even generate incidents in third-party IT service Management tools.

24
Q

What are the components of a Alert Rule

A

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

25
What is the difference in Alert Rules in Azure Monitor and alerts
Alert rules in Azure Monitor is the criteria used when an alert should be generated. An alert is generated based on teh rule, and the alerts themselves are acted upon seperately
26
What actions can you run for action groups
Runbook -- A set of powershell code that runs in the Azure Automation service ITSM -- You may have up to 10 IT service manager (ITSM) actions with an ITSM connection Logic Apps -- Provides a virtual designer to model and automate your process as a series of steps known as a workflow. There are many connectors across the cloud and on-premises on quickly integrate across services and protocols. Webhook --- A webhook allows you to route an Azure alert notification to other systems for post-processing or custom actions. For example, you cannot use a webhook on an alert to route it to sevices that send text, log bugs, or any number of other actions
27
How are alert rules managed
through Azure Mointor
28
How can alerts take to generate
10 minutes
29
What are the three states alerts can have
New -- the alert is new and has not been reviewed Acknowledged -- The issues that generated teh alert is being actioned by teh administrator Closed -- the issue has been resolved
30
Describe applications insight
Used for development and as a production monitoring solution. It works by installing a package into your app, which can provide a more internal view of what's going on with your code.