Monitor and Maintain Azure Resources Flashcards
What is Application Insights?
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.
Who is most likely to use Application Insights?
Developers and DevOps professionals
How dose Application Insights work?
This service works by installing a small instrumentation package in your applicant. This package will work with Java script pages.
What are aspects that the Application Insights tool will record?
- 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
What is the Azure Backup service?
This is a service that is used to backup data and recover it from Microsoft Azure.
What can you backup to Azure Backup Service?
Windows VMs
Linux VMs
On-prem Hyper-V VMs
On-prem VMWare VMs
Azure File Shares
SQL Servers hosted on Azure VMs
What are the benefits to using Azure Backup Service?
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
What is the Azure Recovery Service?
This is a vault that is used to store the backup data.
What is a backup policy?
This is used to schedule the backups and setup backup retentions.
What two things are necessary to have along side Azure Backup Service?
Azure Recovery Vault Service
Backup Policies
How are application consistent snapshots taken for Azure Backups?
Windows based VMs can used Windows Volume Shadow Copy Service to take the app-consistent snapshots for the VMs
What are file consistent backups used for?
This is used for Linux VMs since Windows VMs can use application consistent snapshots.
What is all the snapshot types?
Application Consistent
File System Consistent
Crash Consistent
What is the Application Consistent snapshot?
This captures all memory content and pending I/O operations. Here the consistency of the application data is maintained before the backup is taken.
What is the File System Consistent snapshot?
Here the consistency is provided by taking a snapshot of all the files at the same time.
What is the Crash Consistent?
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.
What is Azure Disaster Recovery?
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.
What is the Azure Monitor Service?
This is a monitoring service that can be used for collecting, analysing and acting on telemetry for cloud and on-prem environments.
What are the tools used with Azure Monitor Service?
Application Insights
Log Analytics
Azure dashboards and workbooks
What are the two categories of data collected by Azure Monitor?
Metrics and Logs
What is metric data is Azure Monitor?
Metrics are point time values.
What is log data is Azure Monitor?
Logs are records that can reside in a Log Analytics Workspace.
What service dose Azure Monitor use to manage the data?
The Service uses a version of Kusto query language that can be used in Azure Data Explorer to build queries on your data.
What are the Azure Monitor data tiers?
Application monitoring data
Guest OS monitoring data
Azure resource monitoring data
Azure subscription monitoring data
Azure tenant monitoring data
What is Application monitoring data?
This is data about the performance and functionality of application code.
What is Guest OS monitoring data?
This data is about the underlying operating system on which the application is running on.
What is Azure resource monitoring data?
This is monitoring data for Azure resources
What is Azure subscription monitoring data?
This is data collected about the operation and management of the Azure subscription
What is Azure tenant monitoring data?
This is data collected about the tenant such as AAD
What is an Log Analytic Workspace?
This is used to store the logs from resources in Azure
What is a workbook?
This is used to create visualization of the data in Azure Monitor (dashboard)
What is Azure Network Watcher?
Azure Network Watcher provides a suite of tools to monitor, diagnose, view metrics, and enable or disable logs for Azure.
What are features of the Azure Network Watcher?
IP flow verify
NSG diagnostics
Next hop
Effective security rules
Connection troubleshoot
Packet capture
VPN troubleshoot
Steps to configure connection monitor for monitoring
Create a Connection Monitor
Define the connection endpoint and test configuration
Configure alerting and diagnostic settings
View and analyze connection monitoring results
What are the three main components of Azure Monitor Insight for network?
Connectivity
Traffic
Network Hearth and Metrics