Skip to content

Commit 938e843

Browse files
author
AbhishekMallick01
committed
added back links
1 parent 2f7bf33 commit 938e843

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

articles/backup/quick-backup-vm-bicep-template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Bicep template VM Backup
33
description: Learn how to back up your virtual machines with a Bicep template
44
ms.devlang: azurecli
55
ms.topic: quickstart
6-
ms.date: 11/17/2021
6+
ms.date: 01/30/2025
77
ms.reviewer: Daya-Patil
88
ms.custom: mvc, subject-bicepqs, mode-arm, devx-track-bicep
99
ms.service: azure-backup
@@ -307,3 +307,4 @@ In this quickstart, you created a Recovery Services vault, enabled protection on
307307
- [Learn how](tutorial-restore-disk.md) to quickly restore a VM
308308
- [Learn how](../azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio-code.md?tabs=CLI) to create Bicep templates.
309309
- [Learn how](../azure-resource-manager/bicep/decompile.md?tabs=azure-cli) to decompile Azure Resource Manager templates (ARM templates) to Bicep files.
310+
- Learn how to [restore an Azure VM using REST API](backup-azure-arm-userestapi-restoreazurevms.md).

articles/backup/quick-backup-vm-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Back up a VM with Azure CLI
33
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on a VM, and create the initial recovery point with Azure CLI.
44
ms.devlang: azurecli
55
ms.topic: quickstart
6-
ms.date: 11/30/2024
6+
ms.date: 01/30/2025
77
ms.custom: mvc, devx-track-azurecli, mode-api
88
ms.service: azure-backup
99
author: jyothisuri
@@ -159,4 +159,5 @@ az group delete --name myResourceGroup
159159
In this quickstart, you created a Recovery Services vault, enabled protection on a VM, and created the initial recovery point. To learn more about Azure Backup and Recovery Services, continue to the tutorials.
160160

161161
> [!div class="nextstepaction"]
162-
> [Back up multiple Azure VMs](./tutorial-backup-vm-at-scale.md)
162+
>- [Back up multiple Azure VMs](./tutorial-backup-vm-at-scale.md)
163+
>- [Restore an Azure VM using REST API](backup-azure-arm-userestapi-restoreazurevms.md)

articles/backup/quick-backup-vm-portal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Back up a VM with the Azure portal by using Azure Backup
33
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and back up the VM, with the Azure portal.
4-
ms.date: 09/02/2024
4+
ms.date: 01/30/2025
55
ms.topic: quickstart
66
ms.devlang: azurecli
77
ms.custom: mvc, mode-ui, engagement-fy24
@@ -183,4 +183,5 @@ If you're going to continue on to a Backup tutorial that explains how to restore
183183
In this quickstart, you created a Recovery Services vault, enabled protection on a VM, and created the initial recovery point. To learn more about Azure Backup and Recovery Services, continue to the tutorials.
184184

185185
> [!div class="nextstepaction"]
186-
> [Back up multiple Azure VMs](./tutorial-backup-vm-at-scale.md)
186+
>- [Back up multiple Azure VMs](./tutorial-backup-vm-at-scale.md)
187+
>- [Restore an Azure VM using REST API](backup-azure-arm-userestapi-restoreazurevms.md)

articles/backup/quick-backup-vm-powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Back up a VM with PowerShell
33
description: In this Quickstart, learn how to back up your Azure virtual machines with the Azure PowerShell module.
44
ms.devlang: azurecli
55
ms.topic: quickstart
6-
ms.date: 04/16/2019
6+
ms.date: 01/30/2025
77
ms.custom: mvc, devx-track-azurepowershell, mode-api
88
author: jyothisuri
99
ms.author: jsuri
@@ -173,3 +173,4 @@ In this quickstart, you created a Recovery Services vault, enabled protection on
173173

174174
- [Learn how](tutorial-backup-vm-at-scale.md) to back up VMs in the Azure portal.
175175
- [Learn how](tutorial-restore-disk.md) to quickly restore a VM
176+
- Learn how to [restore an Azure VM using REST API](backup-azure-arm-userestapi-restoreazurevms.md)

articles/backup/quick-backup-vm-template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Resource Manager template VM Backup
33
description: Learn how to back up your virtual machines with Azure Resource Manager template
44
ms.devlang: azurecli
55
ms.topic: quickstart
6-
ms.date: 11/15/2021
6+
ms.date: 01/30/2025
77
ms.custom: mvc, subject-armqs, mode-arm, devx-track-arm-template
88
ms.service: azure-backup
99
author: jyothisuri
@@ -92,3 +92,4 @@ In this quickstart, you created a Recovery Services vault, enabled protection on
9292
- [Learn how](tutorial-backup-vm-at-scale.md) to back up VMs in the Azure portal.
9393
- [Learn how](tutorial-restore-disk.md) to quickly restore a VM
9494
- [Learn how](../azure-resource-manager/templates/template-tutorial-create-first-template.md) to create ARM templates.
95+
- Learn how to [restore an Azure VM using REST API](backup-azure-arm-userestapi-restoreazurevms.md)

0 commit comments

Comments
 (0)