Skip to content

Commit b5277b7

Browse files
AI optimization - Backup policy create/update - H2 updates
1 parent cbeea2b commit b5277b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create backup policies via REST API in Azure Backup
33
description: In this article, you'll learn how to create and manage backup policies (schedule and retention) using REST API.
44
ms.topic: how-to
5-
ms.date: 02/25/2025
5+
ms.date: 02/16/2026
66
ms.assetid: 5ffc4115-0ae5-4b85-a18c-8a942f6d4870
77
ms.service: azure-backup
88
ms.custom: engagement-fy24
@@ -16,7 +16,7 @@ This article describes how to create policies for the backup of Azure VM, SQL da
1616

1717
Learn more about [creating or modifying a backup policy for an Azure Recovery Services vault by using REST API](/rest/api/backup/protection-policies/create-or-update).
1818

19-
## Create or update a policy
19+
## Create or update a policy in Azure Recovery Services vault
2020

2121
To create or update an Azure Backup policy, use the following *PUT* operation.
2222

@@ -26,7 +26,7 @@ PUT https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{
2626

2727
The `{policyName}` and `{vaultName}` are provided in the URI. Additional information is provided in the request body.
2828

29-
## Create the request body
29+
## Create the request body for Azure VM backup policy
3030

3131
If you want to create a policy for Azure VM backup, the request body needs to have the following components:
3232

@@ -685,7 +685,7 @@ This policy:
685685

686686
---
687687

688-
## Responses
688+
## Responses for backup policy creation or update
689689

690690
The backup policy creation/update is a [asynchronous operation](../azure-resource-manager/management/async-operations.md). It means this operation creates another operation that needs to be tracked separately.
691691

0 commit comments

Comments
 (0)