Skip to content

Commit 8af79fe

Browse files
Merge pull request #302141 from AbhishekMallick01/Jul-2-2025-Freshness
Freshness - Create a Backup vault via REST API
2 parents a231c6d + aafcbdb commit 8af79fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/backup/backup-azure-dataprotection-use-rest-api-create-update-backup-vault.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
title: Create Azure Backup policy for blobs using REST API.
33
description: In this article, learn how to create a policy to back up blobs in a storage account using REST API.
44
ms.topic: how-to
5-
ms.date: 07/18/2024
5+
ms.date: 07/02/2025
66
ms.assetid: 93861379-5bec-4ed5-95d2-46f534a115fd
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Create Azure Backup vault using REST API
1212

13+
This article describes how to create a [Backup vault](backup-vault-overview.md) using REST API. You can also [create a Backup vault using the Azure portal](create-manage-backup-vault.md#create-a-backup-vault).
14+
1315
Azure Backup's new Data Protection platform provides enhanced capabilities for backup and restore for newer workloads such as blobs in storage accounts, managed disk and PostgreSQL server's PaaS platform. It aims to minimize management overhead while making it easy for organizing backups. A 'Backup vault' is the cornerstone of the Data protection platform and this is different from the 'Recovery Services' vault.
1416

15-
The steps to create an Azure Backup vault using REST API are outlined in [create vault REST API](/rest/api/dataprotection/backup-vaults/create-or-update) documentation. Let's use this document as a reference to create a vault called "testBkpVault" in "West US" and under 'TestBkpVaultRG' resource group.
17+
The steps to create an Azure Backup vault using REST API are outlined in [create vault REST API](/rest/api/dataprotection/backup-vaults/create-or-update) documentation. Let's use this document as a reference to create a vault called `testBkpVault` in `West US` and under `TestBkpVaultRG` resource group.
1618

1719
To create or update an Azure Backup vault, use the following *PUT* operation.
1820

0 commit comments

Comments
 (0)