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.