Skip to content

Commit 0d4aca3

Browse files
Merge pull request #293130 from AbhishekMallick01/Jan-16-2025-Incubation
Incubation <50 visitors - Create RSV using REST updated
2 parents 7a9c792 + 136eda7 commit 0d4aca3

4 files changed

+13
-6
lines changed

articles/backup/backup-azure-arm-userestapi-createorupdatevault.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Recovery Services vaults using REST API for Azure Backup
33
description: In this article, learn how to manage backup and restore operations of Azure VM Backup using REST API.
44
ms.service: azure-backup
55
ms.topic: how-to
6-
ms.date: 04/09/2024
6+
ms.date: 01/17/2025
77
ms.assetid: e54750b4-4518-4262-8f23-ca2f0c7c0439
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
@@ -17,7 +17,10 @@ A Recovery Services vault is a storage entity in Azure that houses data. The dat
1717

1818
## Before you start
1919

20-
The creation of an Azure Recovery Services vault using REST API is outlined in [create vault REST API](/rest/api/recoveryservices/vaults/createorupdate) article. Let's use this article as a reference to create a vault named `testVault` in `West US`.
20+
Before you start creating the Recovery Services vault, review the following details:
21+
22+
- The vault creation process uses `api-version=2016-06-01`.
23+
- The creation of an Azure Recovery Services vault using REST API is outlined in [create vault REST API](/rest/api/recoveryservices/vaults/createorupdate) article. Let's use this article as a reference to create a vault named `testVault` in `West US`.
2124

2225
To create or update an Azure Recovery Services vault, use the following *PUT* operation:
2326

articles/backup/backup-azure-manage-windows-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure Recovery Services vaults and servers
33
description: In this article, learn how to use the Recovery Services vault Overview dashboard to monitor and manage your Recovery Services vaults.
44
ms.topic: how-to
5-
ms.date: 10/10/2024
5+
ms.date: 01/17/2025
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---
@@ -16,6 +16,8 @@ The prerequisites for this article are: an Azure subscription, a Recovery Servic
1616

1717
[!INCLUDE [learn-about-deployment-models](~/reusable-content/ce-skilling/azure/includes/learn-about-deployment-models-rm-include.md)]
1818

19+
Learn how to create a Recovery Services vault using [Azure portal](backup-create-recovery-services-vault.md#create-a-recovery-services-vault), [REST API](backup-azure-arm-userestapi-createorupdatevault.md).
20+
1921
## Open a Recovery Services vault
2022

2123
To monitor alerts, or view management data about a Recovery Services vault, open the vault.

articles/backup/backup-azure-recovery-services-vault-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Recovery Services vaults
33
description: An overview of Recovery Services vaults.
44
ms.topic: overview
5-
ms.date: 09/30/2024
5+
ms.date: 01/17/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -72,6 +72,7 @@ Azure Advisor provides hourly [recommendations](/azure/advisor/advisor-high-avai
7272

7373
Use the following articles to:
7474

75+
- Create a Recovery Services vault using [Azure portal](backup-create-recovery-services-vault.md#create-a-recovery-services-vault), [REST API](backup-azure-arm-userestapi-createorupdatevault.md)
7576
- [Back up an IaaS VM](backup-azure-arm-vms-prepare.md)
7677
- [Back up an Azure Backup Server](backup-azure-microsoft-azure-backup.md)
7778
- [Back up a Windows Server](backup-windows-with-mars-agent.md)

articles/backup/backup-create-recovery-services-vault.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
title: Create and configure Recovery Services vaults
33
description: Learn how to create and configure Recovery Services vaults, and how to restore in a secondary region by using Cross Region Restore.
44
ms.topic: how-to
5-
ms.date: 12/19/2024
5+
ms.date: 01/17/2025
66
ms.custom: references_regions, engagement-fy23
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
1010

1111
# Create and configure a Recovery Services vault
1212

13-
This article describes how to create and configure an Azure Backup Recovery Services vault that stores backups and recovery points. You can also use Cross Region Restore to restore in a secondary region.
13+
This article describes how to create and configure an Azure Backup Recovery Services vault that stores backups and recovery points. You can use Cross Region Restore to restore in a secondary region. To create a Recovery Services vault using REST API, see [this article](backup-azure-arm-userestapi-createorupdatevault.md).
14+
1415

1516
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
1617

0 commit comments

Comments
 (0)