Monitor and back up Azure resources Flashcards
Describe ‘Azure Backup’
Provides backup solutions for all Azure-managed data assets.
Define Recovery Time Objective (RTO)
Target time within which a business process must be restored after a disaster occurs to avoid unacceptable consequences.
Define Recovery Point Objective (RPO)
The max time of acceptable data loss that is not detrimental to operations; Frequency at which backups should occur.
What are the four components of the Azure backup service?
- Workload integration layer - Backup Extension
- Access tiers - Data Plane
- Availability and Security - Data Plane
- Management Plane – Recovery Services vault/Backup vault and Backup center
Where is the data backed up by Azure backup service stored?
Stores backed-up data in vaults.
Describe the functionality of the vaults Azure backup services stores backed up data?
An online-storage entity in Azure that’s used to hold data such as backup copies, recovery points, and backup policies.
What are the two types of Azure backup service vaults?
Recovery Services vaults and Backup vaults.
What are the two backup methods Azure backup service offers?
Supports full backups and incremental backups.
What are the four additional backup methods does Azure backup service offer only for SQL servers?
Differential (Incremental); Multiple backups per day; Selective disk backup; Transaction Log.
Describe the Multiple backups per day method Azure backup service offers for SQL servers
Enhanced backup policy to set the backup schedule to 4, 6, 8, 12, and 24 hours.
Describe the selective disk backup method Azure backup service offers for SQL servers
Enhanced backup policy; Selectively back up a subset of the data disks.
Describe the Transaction Log backup method Azure backup service offers for SQL servers
Point-in-time restoration from 15 minutes up to a specific second.
Define the ‘Backup Extension/Workload integration layer’
Agent installed on the source and generates the backup.
How is the backup data transported/transferred?
Transferred to the data plane (Azure Backup managed storage) via secure Azure network connections.
Describe the ‘Access tier/Data plane’
Tiers where data are stored based on the type of type of backup.
What are the 3 access tiers in the data plane that store backups from Azure backup service?
- Snapshot tier
- Vault-Standard tier
- Archive tier
Describe the snapshot tier in the data plane of Azure backup service
Specific storage Azure file snapshots and Azure blob snapshots (including data disks and VMs).
What the the purpose of the snapshot tier in the data plane of Azure backup service?
Snapshot-tier restores are faster because they eliminate the wait time for snapshots to get copied to from the vault.
How is the snapshot tier faster than the tiers that utilize the vault?
Data in this tier is retained in the customer’s subscription itself in a specified resource group.
The ensure redundancy, where is an extra copy of data stored in the snapshot tier located?
There’s a copy of the backup data in both the snapshot tier and the vault-standard tier.
Describe the ‘Vault-Standard tier - data plane’
Where backup data for all workloads supported by Azure Backup is stored;
Define a ‘vault’
An online storage tier that allows you to store an isolated copy of backup data managed by Azure backup.
Describe the ‘Archive tier’
Storage tier for Long-Term Retention (LTR) backup data with retention needs typically defined by compliance rules.
After data is stored, how does Azure ensure availability in the data plane?
Data is replicated to another failure domain based on a replication service chosen by the customer.
After data is stored, how does Azure ensure security in the data plane?
By encrypting it and implementing Azure role-based access control (Azure RBAC).
How does Azure backup service provide protection against accidental deletion of a backup?
By using soft-delete operations; Deleted backup is stored for 14 days, free of charge.
How can backups be managed to ensure they don’t take up too much space
Backup retention policies with backup data lifecycle management.
What is the logical assignment of a vault?
In the management plane because its used to orchestrate and manage backups with policies.
What tool can you use to manage backups spanning multiple workload types, vaults, subscriptions, regions, and Azure Lighthouse tenants?
Backup center.
What are the four backup services Microsoft Azure offers for VMs?
- Azure Backup
- Azure managed disks images
- Azure managed disks snapshots
- Azure Site Recovery
Describe how Azure backup performs backups for VMs
Takes a snapshot of the VM and stores the data as recovery points in vaults.
When resorting a VM from Azure backup, what are the restore methods available?
Restore the entire VM or specific files only.
Describe ‘Azure Site Recovery’
Protects your virtual machines from a major disaster scenario when a whole region experiences an outage due
Describe ‘Azure managed disks - snapshot’
A read-only full copy of a managed disk that’s stored as a standard managed disk by default.
How is a managed disk snapshot billed?
For the total amount of backup data.
Describe ‘Azure managed disks - image’
Captures a single image that contains all managed disks associated with a virtual machine, including both the operating system and data disks.
What are the two phases performed by the backup job/service when creating a VM snapshot?
- Snapshot of the VM data
- Transfer the snapshot to an Azure Recovery Services vault
What is the default recovery point objective Azure keeps snapshots for?
2 days.
What is the most amount time the default retention value can be set to?
5 days.
How are incremental backups stored in Azure backup or what are they stored as?
Stored as page blobs (Azure Disks).
Can a snapshot be recovered in-between phase 1 and phase 2 of the backup job/service?
Yes
Where is the backup data from phase 1 in the backup job/service stored?
Local Redundancy Service; in a specified resource group.