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.