Skip to content

Commit

Permalink
Merging changes synced from https://github.com/MicrosoftDocs/azure-co…
Browse files Browse the repository at this point in the history
…mpute-docs-pr (branch live)
  • Loading branch information
Learn Build Service GitHub App authored and Learn Build Service GitHub App committed Sep 25, 2024
2 parents e3d0242 + 50e49f4 commit 96a0dc3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@
"redirect_url": "/azure/virtual-machines/attach-os-disk",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/virtual-machines/linux/incremental-snapshots.md",
"redirect_url": "/azure/virtual-machines/unmanaged-disks-incremental-snapshots",
"redirect_document_id": true
},
{
"source_path_from_root": "/articles/virtual-machines/windows/incremental-snapshots.md",
"redirect_url": "/azure/virtual-machines/unmanaged-disks-incremental-snapshots",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/virtual-machines/disks-pools.md",
"redirect_url": "/azure/storage/elastic-san/elastic-san-introduction",
Expand Down
2 changes: 1 addition & 1 deletion articles/virtual-machines/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@
- name: Snapshot a disk
href: snapshot-copy-managed-disk.md
- name: Backup unmanaged disks
href: ./linux/incremental-snapshots.md
href: unmanaged-disks-incremental-snapshots.md
- name: Backup and disaster recovery for unmanaged disks
href: page-blobs-backup-and-disaster-recovery.md
- name: Ephemeral OS disks
Expand Down
4 changes: 2 additions & 2 deletions articles/virtual-machines/disks-enable-bursting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Enable on-demand disk bursting
description: Enable on-demand disk bursting on your managed disk.
author: roygara
ms.author: rogarana
ms.date: 05/02/2023
ms.topic: conceptual
ms.date: 09/25/2024
ms.topic: how-to
ms.service: azure-disk-storage
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Restrict managed disks from being imported or exported
description: Restrict managed disks from being imported or exported
author: roygara
ms.service: azure-disk-storage
ms.topic: conceptual
ms.date: 08/01/2023
ms.topic: how-to
ms.date: 09/25/2024
ms.author: rogarana
---

Expand Down
15 changes: 0 additions & 15 deletions articles/virtual-machines/linux/incremental-snapshots.md

This file was deleted.

4 changes: 2 additions & 2 deletions articles/virtual-machines/managed-disks-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Overview of Azure Disk Storage
description: Get an overview Azure managed disks, which handle the storage accounts for you when you're using virtual machines.
author: roygara
ms.service: azure-disk-storage
ms.topic: conceptual
ms.date: 06/07/2024
ms.topic: overview
ms.date: 09/25/2024
ms.author: rogarana
---
# Introduction to Azure managed disks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
title: "include file"
description: "include file"
services: storage
title: Use incremental snapshots for backup and recovery of unmanaged disks
description: Create a custom solution for backup and recovery of your Azure virtual machine disks using incremental snapshots.
author: roygara
ms.service: azure-storage
ms.topic: "include"
ms.service: azure-disk-storage
ms.topic: how-to
ms.date: 09/15/2018
ms.author: rogarana
ms.custom: "include file"
---

# Back up Azure unmanaged Virtual Machine disks with incremental snapshots

## Overview
Azure Storage provides the capability to take snapshots of blobs. Snapshots capture the blob state at that point in time. In this article, we describe a scenario in which you can maintain backups of virtual machine disks using snapshots. You can use this methodology when you choose not to use Azure Backup and Recovery Service, and wish to create a custom backup strategy for your virtual machine disks. For virtual machines running business or mission critical workloads, it's recommended to use [Azure Backup](/azure/backup/backup-azure-vms-introduction) as part of the backup strategy.
Expand Down Expand Up @@ -90,7 +89,7 @@ The following steps describe how to take snapshots of *mypremiumdisk* and mainta
6. Take a snapshot of the backup page blob *mybackupstdpageblob*, called *mybackupstdpageblob_ss2*. Delete the previous snapshot *mypremiumdisk_ss1* from premium storage account.
7. Repeat steps 4-6 every backup window. In this way, you can maintain backups of *mypremiumdisk* in a standard storage account.

![Back up disk using incremental snapshots](../windows/media/incremental-snapshots/storage-incremental-snapshots-1.png)
![Screenshot of back up disk using incremental snapshots.](media/unmanaged-disks-incremental-snapshots/storage-incremental-snapshots-1.png)

## Steps to restore a disk from snapshots
The following steps, describe how to restore the premium disk, *mypremiumdisk* to an earlier snapshot from the backup storage account *mybackupstdaccount*.
Expand All @@ -103,9 +102,9 @@ The following steps, describe how to restore the premium disk, *mypremiumdisk* t
6. Point the DS series VM to the restored disk *mypremiumdiskrestored* and detach the old *mypremiumdisk* from the VM.
7. Begin the Backup process described in previous section for the restored disk *mypremiumdiskrestored*, using the *mybackupstdpageblobrestored* as the backup page blob.

![Restore disk from snapshots](../windows/media/incremental-snapshots/storage-incremental-snapshots-2.png)
![Screenshot of restore disk from snapshots.](media/unmanaged-disks-incremental-snapshots/storage-incremental-snapshots-2.png)

## Next Steps
## Next steps
Use the following links to learn more about creating snapshots of a blob and planning your VM backup infrastructure.

* [Creating a Snapshot of a Blob](/rest/api/storageservices/Creating-a-Snapshot-of-a-Blob)
Expand Down
16 changes: 0 additions & 16 deletions articles/virtual-machines/windows/incremental-snapshots.md

This file was deleted.

0 comments on commit 96a0dc3

Please sign in to comment.