Monitor and Backup Flashcards
Azure Backup
is the Azure-based service you can use to back up (or protect) and restore your data in the Microsoft cloud.
Azure Backup Center
Backup Center provides a single unified management experience in Azure for enterprises to govern, monitor, operate, and analyze backups at scale. As such, it’s consistent with Azure’s native management experiences.
The Recovery Services vault
is a storage entity in Azure that stores data.
Microsoft Azure Recovery Services (MARS) agent
Back up files and folders on physical or virtual Windows OS (VMs can be on-premises or in Azure).
No separate backup server required.
Not application aware; file, folder, and volume-level restore only.
Back up and restore content.
VM backup options: Snapshot
A managed disk snapshot is a read-only full copy of a managed disk that is stored as a standard managed disk by default.
These snapshots exist independent of the source disk and can be used to create new managed disks. They are billed based on the used size.
VM back up options: Azure Backup
Azure Backup should be used for Azure VMs running production workloads.
Creates recovery point that are stored in geo-redundant recovery vaults.
VM back up options: Azure Site Recovery
protects your VMs from a major disaster scenario when a whole region experiences an outage due to major natural disaster or widespread service interruption.
You can configure Azure Site Recovery for your VMs so that you can recover your application with a single click in matter of minutes.
You can replicate to an Azure region of your choice.
VM back up options : Managed Custom Image
Managed disks also support creating a managed custom image.
It contains all managed disks associated with a VM, including both OS and Data disks.
An Azure backup job consists of two phases.
First, a virtual machine snapshot is taken. Second, the virtual machine snapshot is transferred to the Azure Recovery Services vault.
Soft Delete
Azure Storage now offers soft delete for blob objects so that you can more easily recover your data
Soft delete for VMs protects the backups of your VMs from unintended deletion. Even after the backups are deleted, they’re preserved in soft-delete state for 14 additional days.
Azure Monitor Key Capabilities
Monitor and visualize metrics.
Query and analyze logs (activity logs, diagnostic logs)
Setup alerts and actions.
The Azure Activity Log
is a subscription log that provides insight into subscription-level events that have occurred in Azure.
This includes a range of data, from Azure Resource Manager operational data to updates on Service Health events.
What operations were taken on the resources in your subscription?
Who started the operation?
When the operation occurred?
The status of the operation.
The values of other properties that might help you research the operation.
An action group
is a collection of notification preferences defined by the owner of an Azure subscription.
Azure Monitor and Service Health alerts use action groups to notify users that an alert has been triggered.
Log Analytics
is a service that helps you collect and analyze data generated by resources in your cloud and on-premises environments.
Log Analytics Workspace
To use log analytics a workplace is needed.
provide a subscription, resource group, location and name.