Skip to content

Commit 54bd897

Browse files
authored
Merge pull request #107762 from dcurwin/b-march15-2020
VM Snapshot info
2 parents e4d409a + 81d2dfd commit 54bd897

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

articles/backup/backup-azure-vms-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Here's how Azure Backup completes a backup for Azure VMs:
2121

2222
1. For Azure VMs that are selected for backup, Azure Backup starts a backup job according to the backup schedule you specify.
2323
1. During the first backup, a backup extension is installed on the VM if the VM is running.
24-
- For Windows VMs, the _VMSnapshot_ extension is installed.
25-
- For Linux VMs, the _VMSnapshotLinux_ extension is installed.
24+
- For Windows VMs, the [VMSnapshot extension](https://docs.microsoft.com/azure/virtual-machines/extensions/vmsnapshot-windows) is installed.
25+
- For Linux VMs, the [VMSnapshotLinux extension](https://docs.microsoft.com/azure/virtual-machines/extensions/vmsnapshot-linux) is installed.
2626
1. For Windows VMs that are running, Backup coordinates with Windows Volume Shadow Copy Service (VSS) to take an app-consistent snapshot of the VM.
2727
- By default, Backup takes full VSS backups.
2828
- If Backup can't take an app-consistent snapshot, then it takes a file-consistent snapshot of the underlying storage (because no application writes occur while the VM is stopped).

articles/virtual-machines/extensions/vmsnapshot-linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.author: trinadhk
1818

1919
Azure Backup provides support for backing up workloads from on-premises to cloud and backing up cloud resources to Recovery Services vault. Azure Backup uses VM snapshot extension to take an application consistent backup of the Azure virtual machine without the need to shutdown the VM. VM Snapshot Linux extension is published and supported by Microsoft as part of Azure Backup service. Azure Backup will install the extension as part of first scheduled backup triggered post enabling backup. This document details the supported platforms, configurations, and deployment options for the VM Snapshot extension.
2020

21+
The VMSnapshot extension appears in the Azure portal only for non-managed VMs.
22+
2123
## Prerequisites
2224

2325
### Operating system

articles/virtual-machines/extensions/vmsnapshot-windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.author: trinadhk
1515

1616
Azure Backup provides support for backing up workloads from on-premises to cloud and backing up cloud resources to Recovery Services vault. Azure Backup uses VM snapshot extension to take an application consistent backup of the Azure virtual machine without the need to shutdown the VM. VM Snapshot extension is published and supported by Microsoft as part of Azure Backup service. Azure Backup will install the extension as part of first scheduled backup triggered post enabling backup. This document details the supported platforms, configurations, and deployment options for the VM Snapshot extension.
1717

18+
The VMSnapshot extension appears in the Azure portal only for non-managed VMs.
19+
1820
## Prerequisites
1921

2022
### Operating system

articles/virtual-machines/windows/tutorial-backup-vms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can protect your data by taking backups at regular intervals. Azure Backup c
3131
3232
## Backup overview
3333

34-
When the Azure Backup service initiates a backup job, it triggers the backup extension to take a point-in-time snapshot. The Azure Backup service uses the _VMSnapshot_ extension. The extension is installed during the first VM backup if the VM is running. If the VM is not running, the Backup service takes a snapshot of the underlying storage (since no application writes occur while the VM is stopped).
34+
When the Azure Backup service initiates a backup job, it triggers the backup extension to take a point-in-time snapshot. The Azure Backup service uses the [VMSnapshot extension](https://docs.microsoft.com/azure/virtual-machines/extensions/vmsnapshot-windows). The extension is installed during the first VM backup if the VM is running. If the VM is not running, the Backup service takes a snapshot of the underlying storage (since no application writes occur while the VM is stopped).
3535

3636
When taking a snapshot of Windows VMs, the Backup service coordinates with the Volume Shadow Copy Service (VSS) to get a consistent snapshot of the virtual machine's disks. Once the Azure Backup service takes the snapshot, the data is transferred to the vault. To maximize efficiency, the service identifies and transfers only the blocks of data that have changed since the previous backup.
3737

@@ -51,8 +51,8 @@ Create a simple scheduled daily backup to a Recovery Services Vault.
5151
1. In the **Backup** blade for your VM, you'll see the number of restore points that are complete.
5252

5353

54-
![Recovery points](./media/tutorial-backup-vms/backup-complete.png)
55-
54+
![Recovery points](./media/tutorial-backup-vms/backup-complete.png)
55+
5656
The first backup takes about 20 minutes. Proceed to the next part of this tutorial after your backup is finished.
5757

5858
## Recover a file
@@ -63,13 +63,13 @@ In this example, we show how to recover the image file that is used in the defau
6363

6464
1. Open a browser and connect to the IP address of the VM to show the default IIS page.
6565

66-
![Default IIS web page](./media/tutorial-backup-vms/iis-working.png)
66+
![Default IIS web page](./media/tutorial-backup-vms/iis-working.png)
6767

6868
1. Connect to the VM.
6969
1. On the VM, open **File Explorer** and navigate to \inetpub\wwwroot and delete the file **iisstart.png**.
7070
1. On your local computer, refresh the browser to see that the image on the default IIS page is gone.
7171

72-
![Default IIS web page](./media/tutorial-backup-vms/iis-broken.png)
72+
![Default IIS web page](./media/tutorial-backup-vms/iis-broken.png)
7373

7474
1. On your local computer, open a new tab and go the [Azure portal](https://portal.azure.com).
7575
1. In the menu on the left, select **Virtual machines** and select the VM from the list.

0 commit comments

Comments
 (0)