Skip to content

Commit ad9ff78

Browse files
Merge pull request #309663 from AbhishekMallick-MS/Dec-17-2025-AIoptimization
AI optimization - Create RSV using REST API
2 parents ae31c1a + 3273237 commit ad9ff78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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: 01/17/2025
6+
ms.date: 12/17/2025
77
ms.assetid: e54750b4-4518-4262-8f23-ca2f0c7c0439
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
@@ -29,7 +29,7 @@ To create or update an Azure Recovery Services vault, use the following *PUT* op
2929
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}?api-version=2016-06-01
3030
```
3131

32-
## Create a request
32+
## Create a request to create the Recovery Services vault
3333

3434
To create the *PUT* request, the `{subscription-id}` parameter is required. If you have multiple subscriptions, see [Working with multiple subscriptions](/cli/azure/manage-azure-subscriptions-azure-cli). You define a `{resourceGroupName}` and `{vaultName}` for your resources, along with the `api-version` parameter. This article uses `api-version=2016-06-01`.
3535

@@ -42,7 +42,7 @@ The following headers are required:
4242

4343
For more information about how to create the request, see [Components of a REST API request/response](/rest/api/azure/#components-of-a-rest-api-requestresponse).
4444

45-
## Create the request body
45+
## Create the request body to create the Recovery Services vault
4646

4747
The following common definitions are used to build a request body:
4848

@@ -56,7 +56,7 @@ The following common definitions are used to build a request body:
5656

5757
Note that vault name and resource group name are provided in the PUT URI. The request body defines the location.
5858

59-
## Example request body
59+
## Example request body for the Recovery Services vault creatiom
6060

6161
The following example body is used to create a vault in `West US`. Specify the location. The SKU is always `Standard`.
6262

0 commit comments

Comments
 (0)